We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d241cbb + f1e303b commit f8daa44Copy full SHA for f8daa44
learn-pr/wwl-data-ai/ai-foundry-sdk/includes/04-chat-client.md
@@ -134,7 +134,7 @@ from azure.identity import DefaultAzureCredential
134
135
try:
136
# Initialize the project client
137
- project_connection_string = "eastus.api.azureml.ms;fd3e3786-c217-4a84-9916-cf6b736cae81;gmalc-ai-hub;ai-project"
+ project_connection_string = "<region>.api.azureml.ms;<project_id>;<hub_name>;<project_name>"
138
project_client = AIProjectClient.from_connection_string(
139
credential=DefaultAzureCredential(),
140
conn_str=project_connection_string,
0 commit comments