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
**<sup>1</sup>** GPT-4 Turbo Preview = `gpt-4` (1106-preview). To deploy this model, under **Deployments** select model **gpt-4**. For **Model version** select **1106-preview**.
100
100
@@ -128,13 +128,13 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
128
128
129
129
| Model ID | Model Availability | Max Request (tokens) | Training Data (up to) |
|`gpt-35-turbo`**<sup>1</sup>** (0301) | East US <br> France Central <br> South Central US <br> UK South <br> West Europe |4096| Sep 2021 |
132
-
|`gpt-35-turbo` (0613) | Australia East <br> Canada East <br> East US <br> East US 2 <br> France Central <br> Japan East <br> North Central US <br> Sweden Central <br> Switzerland North <br> UK South |4096| Sep 2021 |
131
+
|`gpt-35-turbo`**<sup>1</sup>** (0301) | East US <br> France Central <br> South Central US <br> UK South <br> West Europe |4,096| Sep 2021 |
132
+
|`gpt-35-turbo` (0613) | Australia East <br> Canada East <br> East US <br> East US 2 <br> France Central <br> Japan East <br> North Central US <br> Sweden Central <br> Switzerland North <br> UK South |4,096| Sep 2021 |
133
133
|`gpt-35-turbo-16k` (0613) | Australia East <br> Canada East <br> East US <br> East US 2 <br> France Central <br> Japan East <br> North Central US <br> Sweden Central <br> Switzerland North<br> UK South | 16,384 | Sep 2021 |
134
-
|`gpt-35-turbo-instruct` (0914) | East US <br> Sweden Central |4097|Sep 2021 |
134
+
|`gpt-35-turbo-instruct` (0914) | East US <br> Sweden Central |4,097|Sep 2021 |
135
135
|`gpt-35-turbo` (1106) | Australia East <br> Canada East <br> France Central <br> South India <br> Sweden Central<br> UK South <br> West US | Input: 16,385<br> Output: 4,096 | Sep 2021|
136
136
137
-
**<sup>1</sup>** This model will accept requests > 4096 tokens. It is not recommended to exceed the 4096 input token limit as the newer version of the model are capped at 4096 tokens. If you encounter issues when exceeding 4096 input tokens with this model this configuration is not officially supported.
137
+
**<sup>1</sup>** This model will accept requests > 4,096 tokens. It is not recommended to exceed the 4,096 input token limit as the newer version of the model are capped at 4,096 tokens. If you encounter issues when exceeding 4,096 input tokens with this model this configuration is not officially supported.
138
138
139
139
### Embeddings models
140
140
@@ -145,15 +145,15 @@ These models can only be used with Embedding API requests.
145
145
146
146
| Model ID | Model Availability | Max Request (tokens) | Training Data (up to) | Output Dimensions |
147
147
|---|---| :---:|:---:|:---:|
148
-
|`text-embedding-ada-002` (version 2) | Australia East <br> Canada East <br> East US <br> East US2 <br> France Central <br> Japan East <br> North Central US <br> Norway East <br> South Central US <br> Sweden Central <br> Switzerland North <br> UK South <br> West Europe |8,191 | Sep 2021 |1536|
149
-
|`text-embedding-ada-002` (version 1) | East US <br> South Central US <br> West Europe |2,046 | Sep 2021 |1536|
148
+
|`text-embedding-ada-002` (version 2) | Australia East <br> Canada East <br> East US <br> East US2 <br> France Central <br> Japan East <br> North Central US <br> South Central US <br> Sweden Central <br> Switzerland North <br> UK South <br> West Europe |8,191 | Sep 2021 |1,536|
149
+
|`text-embedding-ada-002` (version 1) | East US <br> South Central US <br> West Europe |2,046 | Sep 2021 |1,536|
150
150
151
151
### DALL-E models (Preview)
152
152
153
153
| Model ID | Feature Availability | Max Request (characters) |
154
154
| --- | --- | :---: |
155
-
| dalle2 | East US |1000|
156
-
| dalle3 | Sweden Central |4000|
155
+
| dalle2 | East US |1,000|
156
+
| dalle3 | Sweden Central |4,000|
157
157
158
158
### Fine-tuning models
159
159
@@ -165,7 +165,7 @@ These models can only be used with Embedding API requests.
165
165
| --- | --- | :---: | :---: |
166
166
|`babbage-002`| North Central US <br> Sweden Central | 16,384 | Sep 2021 |
167
167
|`davinci-002`| North Central US <br> Sweden Central | 16,384 | Sep 2021 |
168
-
|`gpt-35-turbo` (0613) | North Central US <br> Sweden Central |4096| Sep 2021 |
168
+
|`gpt-35-turbo` (0613) | North Central US <br> Sweden Central |4,096| Sep 2021 |
Copy file name to clipboardExpand all lines: articles/governance/policy/samples/built-in-packages.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ State Configuration.
34
34
|[Audit Windows machines that have extra accounts in the Administrators group](https://portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2F3d2a3320-2a72-4c67-ac5f-caa40fbee2b2)|[AdministratorsGroupMembers](https://github.com/Azure/azure-policy/blob/master/samples/GuestConfiguration/package-samples/configurations/AdministratorsGroupMembers/AdministratorsGroupMembers.mof)|[LocalGroup](https://github.com/Azure/azure-policy/tree/master/samples/GuestConfiguration/package-samples/resource-modules/LocalGroup)|
35
35
|[Audit Windows machines that have the specified members in the Administrators group](https://portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2F69bf4abd-ca1e-4cf6-8b5a-762d42e61d4f)|[AdministratorsGroupMembersToExclude](https://github.com/Azure/azure-policy/blob/master/samples/GuestConfiguration/package-samples/configurations/AdministratorsGroupMembersToExclude/AdministratorsGroupMembersToExclude.mof)|[LocalGroup](https://github.com/Azure/azure-policy/tree/master/samples/GuestConfiguration/package-samples/resource-modules/LocalGroup)|
36
36
|[Audit Windows machines missing any of specified members in the Administrators group](https://portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2F30f71ea1-ac77-4f26-9fc5-2d926bbd4ba7)|[AdministratorsGroupMembersToInclude](https://github.com/Azure/azure-policy/blob/master/samples/GuestConfiguration/package-samples/configurations/AdministratorsGroupMembersToInclude/AdministratorsGroupMembersToInclude.mof)|[LocalGroup](https://github.com/Azure/azure-policy/tree/master/samples/GuestConfiguration/package-samples/resource-modules/LocalGroup)|
37
-
|[Windows web servers should be configured to use secure communication protocols](https://portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2F5752e6d6-1206-46d8-8ab1-ecc2f71a8112)|[AuditSecureProtocol](https://github.com/Azure/azure-policy/blob/master/samples/GuestConfiguration/package-samples/configurations/AuditSecureProtocol/AuditSecureProtocol.mof)|[SecureProtocolWebServer](https://github.com/Azure/azure-policy/tree/master/samples/GuestConfiguration/package-samples/resource-modules/SecureProtocolWebServer)|
37
+
|[Windows machines should be configured to use secure communication protocols](https://portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2F5752e6d6-1206-46d8-8ab1-ecc2f71a8112)|[AuditSecureProtocol](https://github.com/Azure/azure-policy/blob/master/samples/GuestConfiguration/package-samples/configurations/AuditSecureProtocol/AuditSecureProtocol.mof)|[SecureProtocolWebServer](https://github.com/Azure/azure-policy/tree/master/samples/GuestConfiguration/package-samples/resource-modules/SecureProtocolWebServer)|
38
38
|[\[Preview\]: Linux machines should meet requirements for the Azure compute security baseline](https://portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2Ffc9b3da7-8347-4380-8e70-0a0361d8dedd)|[AzureLinuxBaseline](https://github.com/Azure/azure-policy/blob/master/samples/GuestConfiguration/package-samples/configurations/AzureLinuxBaseline/AzureLinuxBaseline.mof)||
39
39
|[\[Preview\]: Windows machines should meet requirements of the Azure compute security baseline](https://portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2F72650e9f-97bc-4b2a-ab5f-9781a9fcecbc)|[AzureWindowsBaseline](https://github.com/Azure/azure-policy/blob/master/samples/GuestConfiguration/package-samples/configurations/AzureWindowsBaseline/AzureWindowsBaseline.mof)||
40
40
|[Audit Windows machines that contain certificates expiring within the specified number of days](https://portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2F1417908b-4bff-46ee-a2a6-4acc899320ab)|[CertificateExpiration](https://github.com/Azure/azure-policy/blob/master/samples/GuestConfiguration/package-samples/configurations/CertificateExpiration/CertificateExpiration.mof)|[CertificateManagement](https://github.com/Azure/azure-policy/tree/master/samples/GuestConfiguration/package-samples/resource-modules/CertificateManagement)|
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/how-to-server-logs-portal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ To enable the server logs feature, perform the following steps.
43
43
44
44
4. To configure retention period (in days), choose the slider. Minimum retention 1 days and Maximum retention is 7 days.
45
45
46
-
> [!NOTE]
47
-
> In managing server logs, you should be aware of two key parameters: `logfiles.download_enable` and `logfiles.retention_days`. It is important to note that users are not required to explicitly configure these settings. The Azure portal simplifies this process through its server logs management interface. The `logfiles.download_enable` parameter, which controls the enabling or disabling of server logs, is managed via the '**Enable**' checkbox in the server logs section. Similarly, the `logfiles.retention_days` parameter, which sets the duration for retaining server logs can be easily adjusted using the '**Retention Period (in days)**' slider.
46
+
> [!Note]
47
+
> You can configure your server logs in the same way as above using the [Server Parameters](./howto-configure-server-parameters-using-portal.md), setting the appropriate values for these parameters: _logfiles.download_enable_ to ON to enable this feature, and _logfiles.retention_days_ to define retention in days.
Copy file name to clipboardExpand all lines: includes/azure-stack-edge-gateway-service-limits.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@ ms.author: alkohli
7
7
---
8
8
9
9
- The storage account should be physically closest to the region where the device is deployed (can be different from where the service is deployed).
10
-
- Moving a Azure Stack Edge resource to a different subscription or resource group is not supported. For more details, go to [Move resources to new resource group or subscription](../articles/azure-resource-manager/management/move-resource-group-and-subscription.md).
10
+
- Moving an Azure Stack Edge resource to a different subscription or resource group is not supported. For more details, go to [Move resources to new resource group or subscription](../articles/azure-resource-manager/management/move-resource-group-and-subscription.md).
0 commit comments