Skip to content

Commit 1f3d31f

Browse files
committed
ax
2 parents 0e07a7e + 300469d commit 1f3d31f

89 files changed

Lines changed: 699 additions & 4853 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.redirection.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/expressroute/expressroute-troubleshooting-arp-resource-manager.md",
5+
"redirect_url": "/troubleshoot/azure/expressroute/expressroute-troubleshooting-arp-resource-manager",
6+
},
7+
{
8+
"source_path": "articles/expressroute/get-correlation-id.md",
9+
"redirect_url": "/troubleshoot/azure/expressroute/get-correlation-id",
10+
},
11+
{
12+
"source_path": "articles/expressroute/expressroute-troubleshooting-expressroute-overview.md",
13+
"redirect_url": "/troubleshoot/azure/expressroute/expressroute-troubleshooting-expressroute-overview",
14+
},
15+
{
16+
"source_path": "articles/expressroute/expressroute-troubleshooting-network-performance.md",
17+
"redirect_url": "/troubleshoot/azure/expressroute/expressroute-troubleshooting-network-performance",
18+
},
19+
{
20+
"source_path": "articles/expressroute/gateway-migration-error-messaging.md",
21+
"redirect_url": "/troubleshoot/azure/expressroute/gateway-migration-error-messaging",
22+
},
23+
{
24+
"source_path": "articles/expressroute/reset-circuit.md",
25+
"redirect_url": "/troubleshoot/azure/expressroute/reset-circuit",
26+
},
327
{
428
"source_path": "articles/extended-zones/arc-enabled-workloads-postgre-sql.md",
529
"redirect_url": "/azure/extended-zones/overview",
@@ -6974,6 +6998,34 @@
69746998
"source_path": "articles/application-gateway/for-containers/quickstart-deploy-application-gateway-for-containers-alb-controller.md",
69756999
"redirect_url": "/azure/application-gateway/for-containers/quickstart-deploy-application-gateway-for-containers-alb-controller-addon",
69767000
"redirect_document_id": false
7001+
},
7002+
{
7003+
"source_path": "articles/virtual-network/virtual-network-test-latency.md",
7004+
"redirect_url": "/troubleshoot/azure/virtual-network/virtual-network-test-latency"
7005+
},
7006+
{
7007+
"source_path": "articles/virtual-network/virtual-network-bandwidth-testing.md",
7008+
"redirect_url": "/troubleshoot/azure/virtual-network/virtual-network-bandwidth-testing"
7009+
},
7010+
{
7011+
"source_path": "articles/virtual-network/troubleshoot-vm-connectivity.md",
7012+
"redirect_url": "/troubleshoot/azure/virtual-network/troubleshoot-vm-connectivity"
7013+
},
7014+
{
7015+
"source_path": "articles/virtual-network/troubleshoot-outbound-smtp-connectivity.md",
7016+
"redirect_url": "/troubleshoot/azure/virtual-network/troubleshoot-outbound-smtp-connectivity"
7017+
},
7018+
{
7019+
"source_path": "articles/virtual-network/virtual-network-troubleshoot-peering-issues.md",
7020+
"redirect_url": "/troubleshoot/azure/virtual-network/virtual-network-troubleshoot-peering-issues"
7021+
},
7022+
{
7023+
"source_path": "articles/virtual-network/virtual-network-troubleshoot-connectivity-problem-between-vms.md",
7024+
"redirect_url": "/troubleshoot/azure/virtual-network/virtual-network-troubleshoot-connectivity-problem-between-vms"
7025+
},
7026+
{
7027+
"source_path": "articles/virtual-network/virtual-network-troubleshoot-cannot-delete-vnet.md",
7028+
"redirect_url": "/troubleshoot/azure/virtual-network/virtual-network-troubleshoot-cannot-delete-vnet"
69777029
}
69787030
]
69797031
}

articles/app-service/includes/tutorial-ai-openai-chatbot/create-openai-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In this section, you use Azure CLI in GitHub Codespaces to create an Azure OpenA
3737
```
3838

3939
> [!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.
4141
>
4242
> 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.
4343
Binary file not shown.
44.4 KB
Loading
Binary file not shown.
59.9 KB
Loading

articles/app-service/overview-app-gateway-integration.md

Lines changed: 39 additions & 36 deletions
Large diffs are not rendered by default.

articles/app-service/tutorial-ai-openai-chatbot-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You learn how to:
9292
app.run()
9393
```
9494
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.
9696
9797
```html
9898
<!doctype html>
@@ -208,13 +208,13 @@ client = OpenAI(
208208
For more information, see [How to switch between OpenAI and Azure OpenAI endpoints with Python](/azure/ai-services/openai/how-to/switching-endpoints).
209209
210210
>[!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.
212212
213213
---
214214
215215
### Can I connect to Azure OpenAI with an API key instead of managed identity?
216216
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.
218218
219219
- 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).
220220
- 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).

articles/azure-maps/azure-maps-qps-rate-limits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The following list shows the QPS usage limits for each Azure Maps service by Pri
3535
| Search service - Batch | 10 | 10 | Not Available |
3636
| Search service - single request | 500 | 500 | 50 |
3737
| Search service - single request reverse | 250 | 250 | 50 |
38+
| Search service - single request geocode autocomplete | 100 | Not Applicable | Not Applicable |
3839
| Timezone service | 50 | 50 | 50 |
3940
| Traffic service | 50 | 50 | 50 |
4041
| Weather service | 50 | 50 | 50 |

articles/azure-maps/how-to-search-for-address.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ The example in this section uses [Get Geocoding] to convert an address into lati
215215
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
216216
217217
```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
219219
```
220220
221221
1. Select the **Create** button.
@@ -248,7 +248,7 @@ This example demonstrates how to use the Get Geocode Autocomplete API to search
248248
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
249249
250250
```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}
252252
```
253253
254254
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
271271
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
272272
273273
```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}
275275
```
276276
277277
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
294294
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
295295
296296
```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}
298298
```
299299
300300
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
322322
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
323323
324324
```http
325-
https://atlas.microsoft.com/geocode:autocomplete?api-version=2025-06-01-preview&query=dis&coordinates=-117.920219,33.809570&subscription-key={Your-Azure-Maps-Subscription-key}
325+
https://atlas.microsoft.com/geocode:autocomplete?api-version=2026-01-01&query=dis&coordinates=-117.920219,33.809570&subscription-key={Your-Azure-Maps-Subscription-key}
326326
```
327327
328328
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
341341
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:
342342
343343
```http
344-
https://atlas.microsoft.com/geocode:autocomplete?api-version=2025-06-01-preview&query=dis&coordinates=-117.920219,33.809570&resultTypeGroups=address&subscription-key={Your-Azure-Maps-Subscription-key}
344+
https://atlas.microsoft.com/geocode:autocomplete?api-version=2026-01-01&query=dis&coordinates=-117.920219,33.809570&resultTypeGroups=address&subscription-key={Your-Azure-Maps-Subscription-key}
345345
```
346346
347347
Notice that the response contains *address* values that include:
@@ -371,15 +371,15 @@ This example demonstrates making reverse searches using a few of the optional pa
371371
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
372372
373373
```http
374-
https://atlas.microsoft.com/reverseGeocode?api-version=2025-01-01&subscription-key={Your-Azure-Maps-Subscription-key}&coordinates=-122.332700,47.591180
374+
https://atlas.microsoft.com/reverseGeocode?api-version=2026-01-01&subscription-key={Your-Azure-Maps-Subscription-key}&coordinates=-122.332700,47.591180
375375
```
376376
377377
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.
378378
379379
1. Next, add the following parameter to the request: `resultTypes=Postcode1`
380380
381381
```http
382-
https://atlas.microsoft.com/reverseGeocode?api-version=2025-01-01&subscription-key={Your-Azure-Maps-Subscription-key}&coordinates=-122.332700,47.591180&resultTypes=Postcode1
382+
https://atlas.microsoft.com/reverseGeocode?api-version=2026-01-01&subscription-key={Your-Azure-Maps-Subscription-key}&coordinates=-122.332700,47.591180&resultTypes=Postcode1
383383
```
384384
385385
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
395395
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
396396
397397
```http
398-
https://atlas.microsoft.com/reverseGeocode?api-version=2025-01-01&coordinates=-122.12429011774091,47.61697905124655&subscription-key={Your-Azure-Maps-Subscription-key}
398+
https://atlas.microsoft.com/reverseGeocode?api-version=2026-01-01&coordinates=-122.12429011774091,47.61697905124655&subscription-key={Your-Azure-Maps-Subscription-key}
399399
```
400400
401401
1. Select the run button, and review the response body.

0 commit comments

Comments
 (0)