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/working-with-models.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -356,11 +356,13 @@ curl -X PUT https://management.azure.com/subscriptions/00000000-0000-0000-0000-0
356
356
},
357
357
"etag": "\"GUID\""
358
358
}
359
+
```
359
360
360
361
> [!NOTE]
361
362
> There are multiple ways to generate an authorization token. The easiest method for initial testing is to launch the Cloud Shell from the [Azure portal](https://portal.azure.com). Then run [`az account get-access-token`](/cli/azure/account?view=azure-cli-latest#az-account-get-access-token&preserve-view=true). You can use this token as your temporary authorization token for API testing.
362
363
363
364
### Multi-deployment migrations for provisioned deployments
0 commit comments