Skip to content

Commit 13c3c4a

Browse files
Merge pull request #7149 from mrbullwinkle/mrb_09_18_2025_api_lifecycle
[Azure OpenAI] Update resource-name
2 parents 8783028 + 0d18296 commit 13c3c4a

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-foundry/openai/includes/language-overview

1 file changed

+1
-1
lines changed

articles/ai-foundry/openai/includes/language-overview/dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ChatClient client = new(
7777
credential: new ApiKeyCredential(keyFromEnvironment),
7878
options: new OpenAIClientOptions() {
7979

80-
Endpoint = new Uri("https://france-central-test-001.openai.azure.com/openai/v1")
80+
Endpoint = new Uri("https://YOUR-RESOURCE-NAME.openai.azure.com/openai/v1")
8181
}
8282
);
8383

0 commit comments

Comments
 (0)