Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion en/learn/tenant-apps-instances.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<p>
When registering for Vespa Cloud, a <em>tenant</em> is created.
Tenant is the billable unit, and most often represents an organization.
Tenant is the billable unit, and most often represents an organization or a project.
A tenant has one or more <em>applications</em> with one or more <em>instances</em>:
</p>
<img src="/assets/img/tenants-apps-instances.svg" width="280"
Expand All @@ -35,6 +35,11 @@
and is composed of individually sized <em>clusters</em>.
A cluster is deployed to a set of <em>nodes</em> with <em>resources</em> specified.
</p>
<p>
One or more user may be a member of the tenant. A user is given roles in the tenant based on their access level.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
One or more user may be a member of the tenant. A user is given roles in the tenant based on their access level.
One or more users may be a member of the tenant. A user is given roles in the tenant based on their access level.

<em>Administrator</em> for tenant level managment like adding new members and updating billing data,
<em>Developer</em> for managing applications, and one for <em>read-only</em> access.
</p>



Expand Down