Skip to content

Commit 7bc2197

Browse files
author
gitName
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into tutpol
2 parents 12ba8e4 + f659f8f commit 7bc2197

File tree

2,827 files changed

+49187
-17777
lines changed

Some content is hidden

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

2,827 files changed

+49187
-17777
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3729,6 +3729,21 @@
37293729
"source_path_from_root": "/articles/virtual-network/tutorial-create-route-table-cli.md",
37303730
"redirect_url": "/azure/virtual-network/tutorial-create-route-table",
37313731
"redirect_document_id": false
3732+
},
3733+
{
3734+
"source_path_from_root": "/articles/virtual-network/tutorial-connect-virtual-networks-portal.md",
3735+
"redirect_url": "/azure/virtual-network/tutorial-connect-virtual-networks",
3736+
"redirect_document_id": false
3737+
},
3738+
{
3739+
"source_path_from_root": "/articles/virtual-network/tutorial-connect-virtual-networks-powershell.md",
3740+
"redirect_url": "/azure/virtual-network/tutorial-connect-virtual-networks",
3741+
"redirect_document_id": false
3742+
},
3743+
{
3744+
"source_path_from_root": "/articles/virtual-network/tutorial-connect-virtual-networks-cli.md",
3745+
"redirect_url": "/azure/virtual-network/tutorial-connect-virtual-networks",
3746+
"redirect_document_id": false
37323747
}
37333748
]
37343749
}

articles/active-directory-b2c/age-gating.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Age gating in Azure Active Directory B2C (Azure AD B2C) enables you to identify
2525
>This feature is in public preview. Do not use feature for production applications.
2626
>
2727
28-
When age gating is enabled for a user flow, users are asked for their date of birth, and country of residence. If a user signs in that hasn't previously entered the information, they'll need to enter it the next time they sign in. The rules are applied every time a user signs in.
28+
When age gating is enabled for a user flow, users are asked for their date of birth, and country/region of residence. If a user signs in that hasn't previously entered the information, they'll need to enter it the next time they sign in. The rules are applied every time a user signs in.
2929

3030
![Screenshot of age gating information gather flow](./media/age-gating/age-gating-information-gathering.png)
3131

@@ -69,7 +69,7 @@ After your tenant is set up to use age gating, you can then use this feature in
6969
1. To test your policy, select **Run user flow**.
7070
1. For **Application**, select the web application named *testapp1* that you previously registered. The **Reply URL** should show `https://jwt.ms`.
7171
1. Select the **Run user flow** button.
72-
1. Sign-in with a local or social account. Then select your country of residence, and date of birth that simulate a minor.
72+
1. Sign-in with a local or social account. Then select your country/region of residence, and date of birth that simulate a minor.
7373
1. Repeat the test, and select a date of birth that simulates an adult.
7474

7575
When you sign-in as a minor, you should see the following error message: *Unfortunately, your sign on has been blocked. Privacy and online safety laws in your country prevent access to accounts belonging to children.*

articles/active-directory-b2c/custom-domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Follow these steps to create an Azure Front Door:
108108

109109
1. To choose the directory that contains the Azure subscription that you’d like to use for Azure Front Door and *not* the directory containing your Azure AD B2C tenant select the **Settings** icon in the top menu to switch to your Azure AD B2C tenant from the **Directories + subscriptions** menu.
110110

111-
1. Follow the steps in [Create Front Door profile - Quick Create](../frontdoor/create-front-door-portal.md#create-front-door-profile---quick-create) to create a Front Door for your Azure AD B2C tenant using the following settings:
111+
1. Follow the steps in [Create Front Door profile - Quick Create](../frontdoor/create-front-door-portal.md#create-an-azure-front-door-profile) to create a Front Door for your Azure AD B2C tenant using the following settings:
112112

113113

114114
|Key |Value |
@@ -202,7 +202,7 @@ To create a CNAME record for your custom domain:
202202
The **default-route** routes the traffic from the client to Azure Front Door. Then, Azure Front Door uses your configuration to send the traffic to Azure AD B2C. Follow these steps to enable the default-route.
203203

204204
1. Select **Front Door manager**.
205-
1. To add enable the **default-route**, first expand an endpoint from the list of endpoints in the Front Door manager. Then, select the **default-route**.
205+
1. To enable the **default-route**, first expand an endpoint from the list of endpoints in the Front Door manager. Then, select the **default-route**.
206206

207207
The following screenshot shows how to select the default-route.
208208

articles/active-directory-b2c/localization-string-ids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ The Following are the IDs for a content definition with an ID of `api.phonefacto
318318
| `error_phone_throttled` | You hit the limit on the number of call attempts. Try again shortly. | `>= 1.2.3` |
319319
| `error_throttled` | You hit the limit on the number of verification attempts. Try again shortly. | `>= 1.2.3` |
320320
| `error_incorrect_code` | The verification code you have entered does not match our records. Please try again, or request a new code. | `All` |
321-
| `countryList` | See [the countries list](#phone-factor-authentication-page-example). | `All` |
321+
| `countryList` | See [the countries/regions list](#phone-factor-authentication-page-example). | `All` |
322322
| `error_448` | The phone number you provided is unreachable. | `All` |
323323
| `error_449` | User has exceeded the number of retry attempts. | `All` |
324324
| `verification_code_input_placeholder_text` | Verification code | `All` |

articles/active-directory-b2c/sign-in-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Your local account identity provider includes a Username option that lets users
4444

4545
Phone sign-in is a passwordless option in your local account identity provider settings. This method lets users sign up for your app using a phone number as their primary identifier. One-time passwords are sent to your users via SMS text messages. Users will have the following experience during sign-up and sign-in:
4646

47-
- **Sign-in**: If the user has an existing account with phone number as their identifier, the user enters their phone number and selects *Sign in*. They confirm the country and phone number by selecting *Continue*, and a one-time verification code is sent to their phone. The user enters the verification code and selects *Continue* to sign in.
47+
- **Sign-in**: If the user has an existing account with phone number as their identifier, the user enters their phone number and selects *Sign in*. They confirm the country/region and phone number by selecting *Continue*, and a one-time verification code is sent to their phone. The user enters the verification code and selects *Continue* to sign in.
4848
- **Sign-up**: If the user doesn't already have an account for your application, they can create one by clicking on the *Sign up now* link.
4949
1. A sign-up page appears, where the user selects their *Country*, enters their phone number, and selects *Send Code*.
5050
1. A one-time verification code is sent to the user's phone number. The user enters the *Verification Code* on the sign-up page, and then selects *Verify Code*. (If the user can't retrieve the code, they can select *Send New Code*).

articles/api-center/build-register-apis-vscode-extension.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following Visual Studio Code extensions are needed for the specified scenari
2828
* [GitHub Actions](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-github-actions) - to register APIs using a CI/CD pipeline with GitHub Actions
2929
* [Azure Pipelines](https://marketplace.visualstudio.com/items?itemName=ms-azure-devops.azure-pipelines) - to register APIs using a CI/CD pipeline with Azure Pipelines
3030
* [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) - to generate OpenAPI specification files from API code
31-
* [GitHub Copilot for Azure](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) - to generate OpenAPI specification files using the Azure API Center Plugin for GitHub Copilot for Azure
31+
* [GitHub Copilot for Azure](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) - to generate OpenAPI specification files using the Azure API Center Plugin for [GitHub Copilot for Azure](/azure/developer/github-copilot-azure/introduction) (preview)
3232

3333
[!INCLUDE [vscode-extension-setup](includes/vscode-extension-setup.md)]
3434

@@ -66,7 +66,7 @@ After generating the OpenAPI specification file and checking for accuracy, you c
6666

6767
## Generate OpenAPI spec using natural language prompts
6868

69-
The API Center plugin for [GitHub Copilot for Azure](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) helps you design new APIs starting from natural language prompts. With AI assistance, quickly generate an OpenAPI spec for API development that complies with your organization's standards.
69+
The API Center plugin for [GitHub Copilot for Azure](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) (preview) helps you design new APIs starting from natural language prompts. With AI assistance, quickly generate an OpenAPI spec for API development that complies with your organization's standards.
7070

7171
> [!NOTE]
7272
> This feature is available in the pre-release version of the API Center extension.
@@ -98,4 +98,5 @@ The API Center plugin for [GitHub Copilot for Azure](https://marketplace.visuals
9898
* [Discover and consume APIs with the Azure API Center extension for Visual Studio Code](discover-apis-vscode-extension.md)
9999
* [Govern APIs with the Azure API Center extension for Visual Studio Code](govern-apis-vscode-extension.md)
100100
* [Enable and view platform API catalog in Visual Studio Code](enable-platform-api-catalog-vscode-extension.md)
101+
* [Overview of GitHub Copilot for Azure](/azure/developer/github-copilot-azure/introduction)
101102

articles/api-management/TOC.yml

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -108,20 +108,26 @@
108108
items:
109109
- name: Networking options
110110
href: virtual-network-concepts.md
111-
- name: VNet injection (service) - requirements
112-
href: virtual-network-injection-resources.md
113-
- name: VNet integration (workspace gateway) - requirements
111+
- name: Network isolation - classic tiers
112+
items:
113+
- name: Virtual network injection (classic tiers) - requirements
114+
href: virtual-network-injection-resources.md
115+
- name: Deploy to virtual network - external
116+
href: api-management-using-with-vnet.md
117+
- name: Deploy to virtual network - internal
118+
href: api-management-using-with-internal-vnet.md
119+
- name: Integrate Application Gateway in internal virtual network
120+
href: api-management-howto-integrate-internal-vnet-appgateway.md
121+
- name: Network isolation - v2 tiers
122+
items:
123+
- name: Virtual network injection (v2 tiers)
124+
href: inject-vnet-v2.md
125+
- name: Virtual network integration (v2 tiers)
126+
href: integrate-vnet-outbound.md
127+
- name: Virtual network integration (workspace gateway) - requirements
114128
href: virtual-network-workspaces-resources.md
115-
- name: Deploy to a VNet - external
116-
href: api-management-using-with-vnet.md
117-
- name: Deploy to a VNet - internal
118-
href: api-management-using-with-internal-vnet.md
119-
- name: Integrate Application Gateway in an internal virtual network
120-
href: api-management-howto-integrate-internal-vnet-appgateway.md
121129
- name: Connect privately using private endpoint
122130
href: private-endpoint.md
123-
- name: Integrate with VNet for outbound requests
124-
href: integrate-vnet-outbound.md
125131
- name: Retrieve IP addresses
126132
href: api-management-howto-ip-addresses.md
127133
- name: Defend against DDoS attacks
@@ -694,7 +700,7 @@
694700
- name: Built-in analytics dashboard retirement (March 2027)
695701
href: breaking-changes/analytics-dashboard-retirement-march-2027.md
696702
- name: Regional availability
697-
href: https://azure.microsoft.com/global-infrastructure/services/
703+
href: api-management-region-availability.md
698704
- name: Microsoft Q&A question page
699705
href: /answers/tags/29/azure-api-management
700706
- name: Stack Overflow

articles/api-management/api-management-capacity.md

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

77
ms.service: azure-api-management
88
ms.topic: how-to
9-
ms.date: 08/26/2024
9+
ms.date: 10/01/2024
1010
ms.author: danlep
1111
ms.custom: fasttrack-edit
1212
---
1313

1414
# Capacity of an Azure API Management instance
1515

16-
[!INCLUDE [api-management-availability-premium-dev-standard-basic-standardv2-basicv2](../../includes/api-management-availability-premium-dev-standard-basic-standardv2-basicv2.md)]
16+
[!INCLUDE [api-management-availability-premium-dev-standard-basic-premiumv2-standardv2-basicv2](../../includes/api-management-availability-premium-dev-standard-basic-premiumv2-standardv2-basicv2.md)]
1717

1818
API Management provides [Azure Monitor metrics](api-management-howto-use-azure-monitor.md#view-metrics-of-your-apis) to detect use of system capacity, helping you troubleshoot gateway problems and make informed decisions whether to [scale or upgrade](upgrade-and-scale.md) an API Management instance to accommodate more load.
1919

0 commit comments

Comments
 (0)