Skip to content

Commit 226adb6

Browse files
committed
Learn Editor: Update working-with-models.md
1 parent 1f64fb1 commit 226adb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/ai-services/openai/how-to/working-with-models.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Azure OpenAI now supports automatic updates for select model deployments. On mod
2626

2727
You can learn more about Azure OpenAI model versions and how they work in the [Azure OpenAI model versions](../concepts/model-versions.md) article.
2828

29+
> [!NOTE]
30+
> Automatic model updates are only supported for Standard deployment types.
31+
2932
### Auto update to default
3033

3134
When you set your deployment to **Auto-update to default**, your model deployment is automatically updated within two weeks of a change in the default version. For a preview version, it updates automatically when a new preview version is available starting two weeks after the new preview version is released.
@@ -280,6 +283,7 @@ curl -X PUT https://management.azure.com/subscriptions/00000000-0000-0000-0000-0
280283
"etag": "\"GUID\""
281284
}
282285
```
286+
## Managing models on provisioned deployment types
283287

284288
## Next steps
285289

0 commit comments

Comments
 (0)