File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/ai-studio/how-to/develop Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ my_connection_name = "myaiservivce" # any name you want
101
101
aiservices_resource_name = < resource_name> # copy from Azure AI Foundry portal
102
102
my_endpoint = " <endpoint>" # copy from Azure AI Foundry portal
103
103
my_api_keys = None # leave blank for Authentication type = AAD
104
- resource_id = f " /subscriptions/ { subscription_id} /resourceGroups/ { resource_group} /providers/Microsoft.CognitiveServices/accounts/ { aiservices_resource_name} "
104
+ my_ai_services_resource_id = f " /subscriptions/ { subscription_id} /resourceGroups/ { resource_group} /providers/Microsoft.CognitiveServices/accounts/ { aiservices_resource_name} "
105
105
106
106
my_connection = AzureAIServicesConnection(name = my_connection_name,
107
107
endpoint = my_endpoint,
You can’t perform that action at this time.
0 commit comments