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
In day 3 / challenge 4 under "Create a Cognitive Service", step 2.
When I run the command:
az cognitiveservices account create --name cog-textanalytics-westeurope-001--resource-group rg-azdc-cognitive --kind TextAnalytics --sku S --location westeurope --yes
I'll get the following error message:
Resource provider 'Microsoft.CognitiveServices' used by this operation is not registered. We are registering for you.
Registration succeeded.
(ResourceKindRequireAcceptTerms) This subscription cannot create TextAnalytics until you agree to Responsible AI terms for this resource. You can agree to Responsible AI terms by creating a resource through the Azure Portal then trying again. For more detail go to https://go.microsoft.com/fwlink/?linkid=2164190
Code: ResourceKindRequireAcceptTerms
Message: This subscription cannot create TextAnalytics until you agree to Responsible AI terms for this resource. You can agree to Responsible AI terms by creating a resource through the Azure Portal then trying again. For more detail go to https://go.microsoft.com/fwlink/?linkid=2164190
Suggested solution:
Maybe it would make sense changing the description to create this resource in the portal and give a hint to agree these terms of service.
Another option could be removing the --yes flag to get the confirmation the console (I did not test this).
In day 3 / challenge 4 under "Create a Cognitive Service", step 2.
When I run the command:
I'll get the following error message:
Suggested solution:
Maybe it would make sense changing the description to create this resource in the portal and give a hint to agree these terms of service.
Another option could be removing the
--yesflag to get the confirmation the console (I did not test this).