Skip to content

Commit 6782d57

Browse files
committed
fix var name
1 parent 22e9208 commit 6782d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/develop/create-hub-project-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ my_connection_name = "myaiservivce" # any name you want
101101
aiservices_resource_name = <resource_name> # copy from Azure AI Foundry portal
102102
my_endpoint = "<endpoint>" # copy from Azure AI Foundry portal
103103
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}"
105105

106106
my_connection = AzureAIServicesConnection(name=my_connection_name,
107107
endpoint=my_endpoint,

0 commit comments

Comments
 (0)