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
Copy file name to clipboardExpand all lines: articles/app-service/includes/tutorial-ai-openai-chatbot/create-openai-resource.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ In this section, you use Azure CLI in GitHub Codespaces to create an Azure OpenA
37
37
```
38
38
39
39
> [!IMPORTANT]
40
-
> The location is tied to the regional availability of the chosen model. Model and [deployment type](/azure/ai-foundry/foundry-models/concepts/deployment-types) availability vary among regions and SKUs. This tutorial uses `gpt-4o-mini`, which is available in several regions under the Standard deployment type.
40
+
> The location is tied to the regional availability of the chosen model. Model and [deployment type](/azure/ai-foundry/foundry-models/concepts/deployment-types) availability vary among regions and billing tiers. This tutorial uses `gpt-4o-mini`, which is available in several regions under the Standard deployment type.
41
41
>
42
42
> Before selecting a location, consult the [Model summary and region availability table](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability) to verify model support in your preferred region.
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-ai-openai-chatbot-python.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ You learn how to:
92
92
app.run()
93
93
```
94
94
95
-
1. Create a *templates* directory and an *index.html* file in it. Paste the following code into the *index.html* file to create a simple chat interface.
95
+
1. Create a *templates* directory and an *index.html* file in it. Paste the following code for creating a simple chat interface into the *index.html* file.
96
96
97
97
```html
98
98
<!doctype html>
@@ -208,13 +208,13 @@ client = OpenAI(
208
208
For more information, see [How to switch between OpenAI and Azure OpenAI endpoints with Python](/azure/ai-services/openai/how-to/switching-endpoints).
209
209
210
210
>[!IMPORTANT]
211
-
>When working with connection secrets like API keys in App Service, you should use [Key Vault references](app-service-key-vault-references.md) instead of storing secrets directly in your code. This practice ensures that sensitive information remains secure and is managed centrally.
211
+
>When working with connection secrets like API keys in App Service, you should use [Azure Key Vault references](app-service-key-vault-references.md) instead of storing secrets directly in your code. This practice ensures that sensitive information remains secure and is managed centrally.
212
212
213
213
---
214
214
215
215
### Can I connect to Azure OpenAI with an API key instead of managed identity?
216
216
217
-
Yes, you can connect to Azure OpenAI by using an API key instead of managed identity. This approach is supported by the Azure OpenAI SDKs and Semantic Kernel.
217
+
Yes, you can connect to Azure OpenAI by using an API key instead of managed identity. The Azure OpenAI SDK and Semantic Kernel support this approach.
218
218
219
219
- For details on using API keys with Semantic Kernel, see [Semantic Kernel C# Quickstart](/semantic-kernel/get-started/quick-start-guide?pivots=programming-language-python).
220
220
- For details on using API keys with the Azure OpenAI client library, see [Quickstart: Get started using chat completions with Azure OpenAI Service](/azure/ai-services/openai/chatgpt-quickstart?pivots=programming-language-python).
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-search-for-address.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ The example in this section uses [Get Geocoding] to convert an address into lati
215
215
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
216
216
217
217
```http
218
-
GET https://atlas.microsoft.com/geocode?api-version=2025-01-01&subscription-key={Your-Azure-Maps-Subscription-key}&query=400 Broad St, Seattle, WA 98109
218
+
GET https://atlas.microsoft.com/geocode?api-version=2026-01-01&subscription-key={Your-Azure-Maps-Subscription-key}&query=400 Broad St, Seattle, WA 98109
219
219
```
220
220
221
221
1. Select the **Create** button.
@@ -248,7 +248,7 @@ This example demonstrates how to use the Get Geocode Autocomplete API to search
248
248
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
249
249
250
250
```http
251
-
https://atlas.microsoft.com/geocode:autocomplete?api-version=2025-06-01-preview&query=university of w&bbox=-168,-52,5,84&subscription-key={Your-Azure-Maps-Subscription-key}
251
+
https://atlas.microsoft.com/geocode:autocomplete?api-version=2026-01-01&query=university of w&bbox=-168,-52,5,84&subscription-key={Your-Azure-Maps-Subscription-key}
252
252
```
253
253
254
254
1. Select the run button, then review the response body.
@@ -271,7 +271,7 @@ Next, narrow down the area included in your search to the United States, using t
271
271
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
272
272
273
273
```http
274
-
https://atlas.microsoft.com/geocode:autocomplete?api-version=2025-06-01-preview&query=university of w&bbox=-168,-52,5,84&countryRegion=us&subscription-key={Your-Azure-Maps-Subscription-key}
274
+
https://atlas.microsoft.com/geocode:autocomplete?api-version=2026-01-01&query=university of w&bbox=-168,-52,5,84&countryRegion=us&subscription-key={Your-Azure-Maps-Subscription-key}
275
275
```
276
276
277
277
1. Select the run button, then review the response body.
@@ -294,7 +294,7 @@ Next, focus your search to include more results in a specific area within the de
294
294
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
295
295
296
296
```http
297
-
https://atlas.microsoft.com/geocode:autocomplete?api-version=2025-06-01-preview&query=university of w&bbox=-168,-52,5,84&countryRegion=us&coordinates=-122.136791,47.642232&subscription-key={Your-Azure-Maps-Subscription-key}
297
+
https://atlas.microsoft.com/geocode:autocomplete?api-version=2026-01-01&query=university of w&bbox=-168,-52,5,84&countryRegion=us&coordinates=-122.136791,47.642232&subscription-key={Your-Azure-Maps-Subscription-key}
298
298
```
299
299
300
300
1. Select the run button, then review the response body.
@@ -322,7 +322,7 @@ The examples in this section demonstrate the difference between searching for a
322
322
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
1. Select the run button, then review the response body.
@@ -341,7 +341,7 @@ The examples in this section demonstrate the difference between searching for a
341
341
1. When no values are provided for the `resultTypeGroups` parameter, queries can return both place and address values. If your only interested in searching for addresses, include `resultTypeGroups=address` in your request:
1. Select the run button, and review the response body. You should see one query result. The response includes key address information about T-Mobile Park.
378
378
379
379
1. Next, add the following parameter to the request: `resultTypes=Postcode1`
1. Select the run button, and compare the results to the results returned previously. Because the requested result type is now `Postcode1`, the response doesn't include street address information, just the zip code.
@@ -395,7 +395,7 @@ This example demonstrates how to search for a cross street based on the coordina
395
395
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
0 commit comments