You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/provisioned-throughput-onboarding.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,19 +122,26 @@ With the plan ready, the next step is to create the commitments. Commitments ar
122
122
123
123
For each new commitment you need to create, follow these steps:
124
124
125
-
1. Launch the Provisioned Throughput purchase dialog.
125
+
1. Launch the Provisioned Throughput purchase dialog by selecting **Quotas** > **Provisioned** > **Click here to purchase**.
126
126
127
-
:::image type="content" source="../media/how-to/provisioned-onboarding/quota.png" alt-text="Screenshot of the purchase dialog" lightbox="../media/how-to/provisioned-onboarding/quota.png":::
127
+
:::image type="content" source="../media/how-to/provisioned-onboarding/quota.png" alt-text="Screenshot of the purchase dialog." lightbox="../media/how-to/provisioned-onboarding/quota.png":::
128
128
129
129
2. Select the Azure OpenAI resource and purchase the commitment.
130
130
131
-
:::image type="content" source="../media/how-to/provisioned-onboarding/commitment-tier.png" alt-text="Screenshot of commitment purchase UI" lightbox="../media/how-to/provisioned-onboarding/quota.png":::
131
+
| Setting | Notes |
132
+
|---------|-------|
133
+
|**Select a resource**| Choose the resource where you will create the provisioned deployment. Once you have purchased the commitment, you will be unable to use the PTUs on another resource until the current commitment expires. |
134
+
|**Amount to commit (PTU)**| Choose the number of PTUs you're committing to. This number can be increased later, but can't be decreased |
135
+
|**Commitment tier for current period**| The commitment period is set to one month. |
136
+
|**Renewal settings**| Select Purchase. A confirmation dialog will be displayed. After you confirm, your PTUs will be committed, and you can use them to create a provisioned deployment. |
137
+
138
+
:::image type="content" source="../media/how-to/provisioned-onboarding/commitment-tier.png" alt-text="Screenshot of commitment purchase UI." lightbox="../media/how-to/provisioned-onboarding/quota.png":::
132
139
133
140
### Adding Provisioned Throughput Units to existing commitments
134
141
135
142
The steps are the same as in the previous example, but you'll increase the **amount to commit (PTU)** value.
136
143
137
-
:::image type="content" source="../media/how-to/provisioned-onboarding/increase-commitment.png" alt-text="Screenshot of commitment purchase UI with an increase in the amount to commit value" lightbox="../media/how-to/provisioned-onboarding/increase-commitment.png":::
144
+
:::image type="content" source="../media/how-to/provisioned-onboarding/increase-commitment.png" alt-text="Screenshot of commitment purchase UI with an increase in the amount to commit value." lightbox="../media/how-to/provisioned-onboarding/increase-commitment.png":::
138
145
139
146
### Managing commitments
140
147
@@ -187,8 +194,6 @@ The same approaches apply in moving the commitment and deployment within the reg
187
194
188
195
In Azure OpenAI Studio, select **Quota** > **Provisioned** > **Manage Commitment Tiers** and select a resource with an existing commitment to view/change it.
189
196
190
-
:::image type="content" source="../media/how-to/provisioned-onboarding/edit.png" alt-text="Screenshot of commitment purchase UI with info on commitment expiration date" lightbox="../media/how-to/provisioned-onboarding/edit.png":::
191
-
192
197
## Next steps
193
198
194
199
-[Provisioned Throughput Units (PTU) getting started guide](./provisioned-get-started.md)
0 commit comments