File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/ai-services/openai/includes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ The only limitations are that the new region must also support fine-tuning and w
247
247
Below is an example of deploying a model that was fine-tuned in one subscription/region to another.
248
248
249
249
` ` ` bash
250
- curl -X POST " https://management.azure.com/subscriptions/< SUBSCRIPTION> /resourceGroups/< RESOURCE_GROUP> /providers/Microsoft.CognitiveServices/accounts/< RESOURCE_NAME> /deployments/< MODEL_DEPLOYMENT_NAME> api-version=2023-05-01" \
250
+ curl -X PUT " https://management.azure.com/subscriptions/< SUBSCRIPTION> /resourceGroups/< RESOURCE_GROUP> /providers/Microsoft.CognitiveServices/accounts/< RESOURCE_NAME> /deployments/< MODEL_DEPLOYMENT_NAME> api-version=2023-05-01" \
251
251
-H " Authorization: Bearer < TOKEN> " \
252
252
-H " Content-Type: application/json" \
253
253
-d '{
You can’t perform that action at this time.
0 commit comments