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
I am trying to access the open ai after creating the resource group and subscription resource for open ai api but an error occurs in the subscription area where it does not recognize the subscription provided. When I looked at the documentation, it does not show the command to enter the subscription but in the training for openai the command is different. Please suggest!
The text was updated successfully, but these errors were encountered:
Hi @Sidzeppelin95 - are you using the proxy we're providing? If so, then you don't have to create an AOAI resource.
But if you do want your own AOAI resource - in that command, you can skip the --subscription option altogether and it'll use your default subscription to create the resource on.
Or - put single quotes around the subscription name.
Or, you could enter az account list and you'll then see a bunch of subscriptions that you have access to. Assuming you have permissions to create resources on the subscription you want to use - you can swap to it by using az account set -s <NAME OR ID OR SUBSCRIPTION
Probably more info than you were after, but I hope it helps.
I am trying to access the open ai after creating the resource group and subscription resource for open ai api but an error occurs in the subscription area where it does not recognize the subscription provided. When I looked at the documentation, it does not show the command to enter the subscription but in the training for openai the command is different. Please suggest!
![image](https://private-user-images.githubusercontent.com/50958322/286585949-bafa5166-e03e-4b93-9b48-edecd4125fed.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzkzNzIsIm5iZiI6MTczODk3OTA3MiwicGF0aCI6Ii81MDk1ODMyMi8yODY1ODU5NDktYmFmYTUxNjYtZTAzZS00YjkzLTliNDgtZWRlY2Q0MTI1ZmVkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDAxNDQzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ1YzUzZmJkYTQ0ZGFhMGQwNzE1YjEyYzlkMTM3OGEwMjM3ZmNmNDkyYTBhY2Y0M2Q3YmQzMGY2MmNiZmVlYmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.VMRYFx7McEQjZJJIRJ1f0pxP-qEevOB6iO45yZKTiVs)
The text was updated successfully, but these errors were encountered: