Skip to content

Commit 20d1f7b

Browse files
committed
Merge branch 'main' into environment-variables-refresh
2 parents 21da357 + 0c65260 commit 20d1f7b

File tree

167 files changed

+6122
-3135
lines changed

Some content is hidden

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

167 files changed

+6122
-3135
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,11 @@
330330
"redirect_url": "/azure/developer/javascript/how-to/create-static-web-app",
331331
"redirect_document_id": false
332332
},
333+
{
334+
"source_path": "articles/javascript/how-to/create-static-web-app.md",
335+
"redirect_url": "/azure/static-web-apps/",
336+
"redirect_document_id": false
337+
},
333338
{
334339
"source_path": "articles/javascript/how-to/with-web-app/static-web-app-with-swa-cli.md",
335340
"redirect_url": "/azure/static-web-apps/add-api",

CODEOWNERS

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,20 @@
2020
/articles/python/ @bobtabor-msft
2121
/articles/go/ @bobtabor-msft
2222
/articles/cpp/ @ronniegeraghty @antkmsft
23+
/articles/rust/ @ronniegeraghty @heaths @diberry
24+
/articles/javascript/ @diberry
2325

2426
# Tools
25-
/articles/azure-cli/ @alexwolfmsft
26-
/articles/typespect/ @diberry
27+
/articles/azure-developer-cli/ @alexwolfmsft @kristenwomack
28+
/articles/typespec/ @diberry
29+
/articles/azure-mcp-server/ @ms-johnalex @sandeep-sen
30+
/articles/azure-mcp-server/tools @diberry @sandeep-sen
2731

2832
# Azure SDK authentication topics
2933
/articles/go/sdk/authentication/ @scottaddie @chlowell
30-
/articles/java/sdk/authentication/ @scottaddie @g2vinay
34+
/articles/java/sdk/authentication/ @scottaddie @g2vinay @anannya03
3135
/articles/javascript/sdk/authentication/ @scottaddie @KarishmaGhiya @minhanh-phan @maorleger
3236
/articles/python/sdk/authentication/ @scottaddie @pvaneck @xiangyan99
3337
/articles/python/sdk/authorization/ @scottaddie @pvaneck @xiangyan99
3438
/articles/cpp/sdk/authentication/ @scottaddie @antkmsft @ronniegeraghty
39+
/articles/rust/sdk/authentication/ @scottaddie @ronniegeraghty @chlowell @heaths

articles/ai/advanced-retrieval-augmented-generation.md

Lines changed: 146 additions & 153 deletions
Large diffs are not rendered by default.

articles/ai/augment-llm-rag-fine-tuning.md

Lines changed: 81 additions & 54 deletions
Large diffs are not rendered by default.

articles/ai/gen-ai-concepts-considerations-developers.md

Lines changed: 69 additions & 64 deletions
Large diffs are not rendered by default.

articles/ai/introduction-build-generative-ai-solutions.md

Lines changed: 86 additions & 83 deletions
Large diffs are not rendered by default.

articles/azure-developer-cli/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@
101101
href: ade-integration.md
102102
- name: Environments
103103
items:
104+
- name: Overview
105+
href: environments-overview.md
104106
- name: Work with environments
105107
href: work-with-environments.md
106108
- name: Manage environment variables

articles/azure-developer-cli/azure-ai-ml-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy to an Azure AI Foundry/ML studio online endpoint using the Azure D
33
description: Learn how to deploy to an Azure AI Foundry/ML studio online endpoint using the Azure Developer CLI
44
author: alexwolfmsft
55
ms.author: alexwolf
6-
ms.date: 05/06/2024
6+
ms.date: 07/22/2025
77
ms.service: azure-dev-cli
88
ms.topic: how-to
99
ms.custom: devx-track-azdevcli, build-2023

articles/azure-developer-cli/container-apps-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Use the `container-app-upsert` strategy when:
4141
Here's how to use the `container-app-upsert` strategy in your Bicep files:
4242

4343
```bicep
44-
module api 'br/public:avm/ptn/`azd`/container-app-upsert:0.1.1' = {
44+
module api 'br/public:avm/ptn/azd/container-app-upsert:0.1.2' = {
4545
name: 'api'
4646
params: {
4747
name: 'my-api'

articles/azure-developer-cli/content-delivery-network-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CDN changes impacting the Azure Developer CLI
33
description: Information regarding critical Content Delivery Network (CDN) changes for azd due to the CDN provider changing from Edgio to Azure Front Door.
44
author: alexwolfmsft
55
ms.author: alexwolf
6-
ms.date: 01/07/2024
6+
ms.date: 07/22/2025
77
ms.topic: reference
88
ms.custom: devx-track-azdevcli
99
ms.service: azure-dev-cli

0 commit comments

Comments
 (0)