Skip to content

Commit 1f4241d

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into us442858-tm-ipv6
2 parents 4c2f214 + 3175539 commit 1f4241d

File tree

1,143 files changed

+8731
-6842
lines changed

Some content is hidden

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

1,143 files changed

+8731
-6842
lines changed

.openpublishing.redirection.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/backup/azure-elastic-storage-area-network-backup-manage.md",
5+
"redirect_url": "/azure/backup/azure-elastic-san-backup-manage",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "articles/backup/azure-elastic-storage-area-network-backup-restore.md",
10+
"redirect_url": "/azure/backup/azure-elastic-san-backup-restore",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "articles/backup/azure-elastic-storage-area-network-backup-configure.md",
15+
"redirect_url": "/azure/backup/azure-elastic-san-backup-configure",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "articles/backup/azure-elastic-storage-area-network-backup-support-matrix.md",
20+
"redirect_url": "/azure/backup/azure-elastic-san-backup-support-matrix",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "articles/backup/azure-elastic-storage-area-network-backup-overview.md",
25+
"redirect_url": "/azure/backup/azure-elastic-san-backup-overview",
26+
"redirect_document_id": false
27+
},
328
{
429
"source_path": "articles/cdn/cdn-traffic-manager.md",
530
"redirect_url": "/previous-versions/azure/cdn/cdn-traffic-manager",
@@ -7059,6 +7084,26 @@
70597084
"redirect_url": "/azure/cyclecloud/release-notes/ccws/2025-02-06",
70607085
"redirect_document_id": false
70617086
},
7087+
{
7088+
"source_path": "articles/app-service/sre-agent-overview.md",
7089+
"redirect_url": "/azure/sre-agent/overview",
7090+
"redirect_document_id": false
7091+
},
7092+
{
7093+
"source_path": "articles/app-service/sre-agent-usage.md",
7094+
"redirect_url": "/azure/sre-agent/usage",
7095+
"redirect_document_id": false
7096+
},
7097+
{
7098+
"source_path": "articles/app-service/tutorial-sre-agent.md",
7099+
"redirect_url": "/azure/sre-agent/troubleshoot-azure-app-service",
7100+
"redirect_document_id": false
7101+
},
7102+
{
7103+
"source_path": "articles/container-apps/sre-agent-troubleshoot.md",
7104+
"redirect_url": "/azure/sre-agent/troubleshoot-azure-container-apps",
7105+
"redirect_document_id": false
7106+
},
70627107
{
70637108
"source_path": "articles/reliability/whats-new.md",
70647109
"redirect_url": "/azure/reliability/overview",

articles/active-directory-b2c/billing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: kengaderdus
55
manager: CelesteDG
66
ms.service: azure-active-directory
77
ms.topic: reference
8-
ms.date: 06/10/2025
8+
ms.date: 06/13/2025
99
ms.author: kengaderdus
1010
ms.subservice: b2c
1111
ms.custom: fasttrack-edit
@@ -19,7 +19,7 @@ ms.custom: fasttrack-edit
1919

2020
Azure Active Directory B2C (Azure AD B2C) pricing is based on monthly active users (MAU), which is the count of unique users with authentication activity within a calendar month. This billing model applies to both Azure AD B2C tenants and [Microsoft Entra guest user collaboration (B2B)](../active-directory/external-identities/external-identities-pricing.md). MAU billing helps you reduce costs by offering a free tier and flexible, predictable pricing.
2121

22-
In this article, learn about MAU and Go Local billing, linking Azure AD B2C tenants to a subscription, and changing the pricing tier.
22+
In this article, learn about MAU and Go Local billing and linking Azure AD B2C tenants to a subscription.
2323

2424
## MAU overview
2525

@@ -43,7 +43,7 @@ MAU billing went into effect for Azure AD B2C tenants on **November 1, 2019**. A
4343
- If you have an Azure AD B2C tenant that hasn't been linked to a subscription, link it now.
4444
- If you have an existing Azure AD B2C tenant that was linked to a subscription before November 1, 2019, upgrade to the monthly active users (MAU) billing model. You can also choose to stay on the per-authentication billing model.
4545

46-
Your Azure AD B2C tenant must also be linked to the appropriate Azure pricing tier based on the features you want to use. Premium features require Azure AD B2C [Premium P1 or P2 pricing](https://azure.microsoft.com/pricing/details/active-directory-b2c/). You might need to upgrade your pricing tier as you use new features. For example, for risk-based Conditional Access policies, you’ll need to select the Azure AD B2C Premium P2 pricing tier for your tenant.
46+
Your Azure AD B2C tenant must also be linked to the appropriate Azure pricing tier based on the features you want to use. Premium features require Azure AD B2C [Premium P1 pricing](https://azure.microsoft.com/pricing/details/active-directory-b2c/).
4747

4848
> [!NOTE]
4949
> Your first 50,000 MAUs per month are free for both Premium P1 and Premium P2 features, but the **free tier doesn’t apply to free trial, credit-based, or sponsorship subscriptions**. Once the free trial period or credits expire for these types of subscriptions, you'll begin to be charged for Azure AD B2C MAUs. To determine the total number of MAUs, we combine MAUs from all your tenants (both Microsoft Entra ID and Azure AD B2C) that are linked to the same subscription.

articles/active-directory-b2c/enable-authentication-angular-spa-app.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,8 +624,7 @@ In the *src/app/profile* folder, update *profile.component.html* with the follow
624624
To call a [token-based authorization web API](enable-authentication-web-api.md), the app needs to have a valid access token. The [MsalInterceptor](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/docs/msal-interceptor.md) provider automatically acquires tokens for outgoing requests that use the Angular [HttpClient](https://angular.io/api/common/http/HttpClient) class to known protected resources.
625625

626626
> [!IMPORTANT]
627-
> The MSAL initialization method (in the `app.module.ts` class) maps protected resources, such as web APIs, with the required app scopes by using the `protectedResourceMap` object. If your code needs to call another web API, add the web API URI and the web API HTTP method, with the corresponding scopes, to the `protectedResourceMap` object. For more information, see [Protected Resource Map](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/master/lib/msal-angular/docs/v2-docs/msal-interceptor.md#protected-resource-map).
628-
627+
> The MSAL initialization method (in the `app.module.ts` class) maps protected resources, such as web APIs, with the required app scopes by using the `protectedResourceMap` object. If your code needs to call another web API, add the web API URI and the web API HTTP method, with the corresponding scopes, to the `protectedResourceMap` object. For more information, see [Protected Resource Map](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/docs/msal-interceptor.md#protected-resource-map).
629628
630629
When the [HttpClient](https://angular.io/api/common/http/HttpClient) object calls a web API, the [MsalInterceptor](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/docs/msal-interceptor.md) provider takes the following steps:
631630

articles/active-directory-b2c/faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
ms.service: azure-active-directory
99

1010
ms.topic: faq
11-
ms.date: 06/12/2024
11+
ms.date: 06/20/2025
1212
ms.author: godonnell
1313
ms.subservice: b2c
1414
ms.custom: b2c-support, has-azure-ad-ps-ref,azure-ad-ref-level-one-done
@@ -24,7 +24,7 @@ sections:
2424
- question: |
2525
Azure AD B2C end of sale
2626
answer: |
27-
Effective **May 1, 2025** Azure AD B2C will no longer be available to purchase for new customers, but current Azure AD B2C customers can continue using the product. The product experience, including creating new tenants or user flows, will remain unchanged. The operational commitments, including service level agreements (SLAs), security updates, and compliance, will also remain unchanged. We'll continue supporting Azure AD B2C until at least May 2030. More information, including migration plans will be made available. Contact your account representative for more information and to learn more about Microsoft Entra External ID.
27+
Effective **May 1, 2025** Azure AD B2C will no longer be available to purchase for new customers, but current Azure AD B2C customers can continue using the product. The product experience, including creating new tenants or user flows, will remain unchanged; however, new tenants can only be created with Azure AD B2C P1. Azure AD B2C P2 will be discontinued on March 15, 2026, for all customers. The operational commitments, including service level agreements (SLAs), security updates, and compliance, will also remain unchanged. We'll continue supporting Azure AD B2C until at least May 2030. More information, including migration plans will be made available. Contact your account representative for more information and to learn more about Microsoft Entra External ID.
2828
- question: |
2929
What is Microsoft Entra External ID?
3030
answer: |

articles/api-management/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
href: inject-vnet-v2.md
114114
- name: Virtual network integration (v2 tiers)
115115
href: integrate-vnet-outbound.md
116-
- name: Virtual network integration (workspace gateway) - requirements
116+
- name: Virtual network for workspace gateways
117117
href: virtual-network-workspaces-resources.md
118118
- name: Connect privately using private endpoint
119119
href: private-endpoint.md

articles/api-management/api-management-configuration-repository-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This article describes how to enable and use Git to manage your service configur
5252
## Save the service configuration to the Git repository
5353

5454
> [!CAUTION]
55-
> Any secrets that are not defined as named values will be stored in the repository and will remain in its history. Named values provide a secure place to manage constant string values, including secrets, across all API configuration and policies, so you don't have to store them directly in your policy statements. For more information, see [Use named values in Azure API Management policies](api-management-howto-properties.md).
55+
> Any secrets that are not defined as named values will be stored in the repository and will remain in its history. Named values provide a secure place to manage constant string values, including secrets, across all API configurations and policies, so you don't have to store them directly in your policy statements. For more information, see [Use named values in Azure API Management policies](api-management-howto-properties.md).
5656
>
5757
5858

articles/api-management/api-management-get-started-publish-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: danlep
1616

1717
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1818

19-
There are times when it's impractical to have all callers to your API use the same version. When callers want to upgrade to a later version, they want an approach that's easy to understand. As shown in this tutorial, it's possible to provide multiple *versions* in Azure API Management.
19+
There are situations where it's impractical for all API consumers to use the same version. When consumers are ready to upgrade to a newer version, they prefer a simple and understandable approach. As demonstrated in this tutorial, Azure API Management supports exposing multiple API versions to meet this need.
2020

2121
For background, see [Versions](api-management-versions.md) and [Revisions](api-management-revisions.md).
2222

articles/api-management/api-management-howto-disaster-recovery-backup-restore.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: dlepow
77

88
ms.service: azure-api-management
99
ms.topic: how-to
10-
ms.date: 09/06/2024
10+
ms.date: 06/16/2025
1111
ms.author: danlep
1212
ms.custom: devx-track-azurepowershell
1313
---
@@ -39,7 +39,11 @@ This article shows how to automate backup and restore operations of your API Man
3939

4040
## Prerequisites
4141

42-
* An API Management service instance. If you don't have one, see [Create an API Management service instance](get-started-create-service-instance.md).
42+
* An API Management service instance in a supported service tier. If you don't have one, see [Create an API Management service instance](get-started-create-service-instance.md).
43+
44+
> [!NOTE]
45+
> Currently, backup and restore aren't supported in API Management instances with associated [workspace gateways](workspaces-overview.md#workspace-gateway).
46+
4347
* An Azure storage account. If you don't have one, see [Create a storage account](../storage/common/storage-account-create.md).
4448
* [Create a container](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container) in the storage account to hold the backup data.
4549

articles/api-management/get-started-create-service-instance.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,9 @@ Sign in to the [Azure portal](https://portal.azure.com).
5151

5252
1. On the **Monitor + secure** tab, optionally select one or more recommended add-in services to use with API Management. These services incur extra costs. For example, select **Log Analytics** to define a Log Analytics workspace you can target for API Management logs.
5353

54-
1. On the **Managed identity** tab, we recommend selecting the checkbox to enable a system-assigned identity for your API Management instance. A managed identity generated by Microsoft Entra ID allows your API Management instance to easily and securely access other Microsoft Entra protected resources, such as Azure Key Vault. Azure manages this identity, so you don't have to provision or rotate any credentials.
54+
> [!TIP]
55+
> It can take 30 to 40 minutes or more to create and activate an API Management service in this tier. To quickly find a newly created service, select **Pin to dashboard**.
5556
56-
1. Optionally, on the **Tags** tab, add tags to your API Management instance. Tags are key-value pairs that help you organize and manage your Azure resources.
57-
58-
1. On the **Review + install** tab, review the settings you selected. If you need to make changes, go back to the previous tabs. If everything looks good, select **Create**.
5957

6058
[!INCLUDE [api-management-navigate-to-instance](../../includes/api-management-navigate-to-instance.md)]
6159

articles/api-management/inject-vnet-v2.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,7 @@ When you [create](get-started-create-service-instance.md) a Premium v2 instance
103103

104104
When a Premium v2 API Management instance is injected in a virtual network, you have to manage your own DNS to enable inbound access to API Management.
105105

106-
While you have the option to use your own custom DNS server, we recommend:
107-
108-
1. Configure an Azure [DNS private zone](../dns/private-dns-overview.md).
109-
1. Link the Azure DNS private zone to the virtual network.
110-
111-
Learn how to [set up a private zone in Azure DNS](../dns/private-dns-getstarted-portal.md).
106+
[!INCLUDE [api-management-virtual-network-dns-resolver](../../includes/api-management-virtual-network-dns-resolver.md)]
112107

113108
### Endpoint access on default hostname
114109

0 commit comments

Comments
 (0)