Skip to content

Commit 23fde10

Browse files
committed
update
1 parent 2696bcb commit 23fde10

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/ai-services/openai/includes/create-resource-portal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,28 +100,28 @@ To deploy a model, follow these steps:
100100

101101
1. Sign in to [Azure OpenAI Studio](https://oai.azure.com).
102102

103-
1. Choose the subscription and the Azure OpenAI resource to work with, and select **Use resource**.
103+
2. Choose the subscription and the Azure OpenAI resource to work with, and select **Use resource**.
104104

105-
1. Under **Management** select **Deployments**.
105+
3. Under **Management** select **Deployments**.
106106

107-
1. Select **Create new deployment** and configure the following fields:
107+
4. Select **Create new deployment** and configure the following fields:
108108

109109
| Field | Description |
110110
|---|---|
111111
| **Select a model** | Model availability varies by region. For a list of available models per region, see [Model summary table and region availability](../concepts/models.md#model-summary-table-and-region-availability). |
112112
| **Deployment name** | Choose a name carefully. The deployment name is used in your code to call the model by using the client libraries and the REST APIs. |
113113
| **Advanced options** (Optional) | You can set optional advanced settings, as needed for your resource. <br> - For the **Content Filter**, assign a content filter to your deployment.<br> - For the **Tokens per Minute Rate Limit**, adjust the Tokens per Minute (TPM) to set the effective rate limit for your deployment. You can modify this value at any time by using the [**Quotas**](../how-to/quota.md) menu. |
114114

115-
1. Select a model from the dropdown list.
115+
5. Select a model from the dropdown list.
116116

117-
1. Enter a deployment name to identify the model.
117+
6. Enter a deployment name to identify the model.
118118

119119
> [!IMPORTANT]
120120
> When you access the model via the API you will need to refer to the deployment name rather than the underlying model name in API calls. This is one of the [key differences](../how-to/switching-endpoints.md) between OpenAI and Azure OpenAI. OpenAI only requires the model name, Azure OpenAI always requires deployment name, even when using the model parameter. In our docs we often have examples where deployment names are represented as identical to model names to help indicate which model works with a particular API endpoint. Ultimately your deployment names can follow whatever naming convention is best for your use case.
121121
122-
1. For your first deployment, leave the **Advanced options** set to the defaults.
122+
7. For your first deployment, leave the **Advanced options** set to the defaults.
123123

124-
1. Select **Create**.
124+
8. Select **Create**.
125125

126126
The deployments table shows a new entry that corresponds to your newly created model.
127127

0 commit comments

Comments
 (0)