Skip to content

Commit 26b4b5b

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into migration-and-modernization-common-questions
2 parents 1aedec7 + 67b2e55 commit 26b4b5b

File tree

102 files changed

+852
-854
lines changed

Some content is hidden

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

102 files changed

+852
-854
lines changed

articles/api-management/observability.md

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

77
ms.service: azure-api-management
88
ms.topic: conceptual
9-
ms.date: 07/12/2024
9+
ms.date: 02/10/2025
1010
ms.author: danlep
1111
---
1212

@@ -16,16 +16,16 @@ ms.author: danlep
1616

1717
Observability is the ability to understand the internal state of a system from the data it produces and the ability to explore that data to answer questions about what happened and why.
1818

19-
Azure API Management helps organizations centralize the management of all APIs. Since it serves as a single point of entry of all API traffic, it is an ideal place to observe the APIs.
19+
Azure API Management helps organizations centralize the management of all APIs. Since it serves as a single point of entry of all API traffic, it's an ideal place to observe the APIs.
2020

2121
## Overview
2222

2323
Azure API Management allows you to choose to use the managed gateway or [self-hosted gateway](self-hosted-gateway-overview.md), either self-deployed or by using an [Azure Arc extension](how-to-deploy-self-hosted-gateway-azure-arc.md).
2424

25-
The table below summarizes all the observability capabilities supported by API Management to operate APIs and what deployment models they support. These capabilities can be used by API publishers and others who have permissions to operate or manage the API Management instance.
25+
The following table summarizes all the observability capabilities supported by API Management to operate APIs and what deployment models they support. API publishers and others with permissions to operate or manage the API Management instance can use these capabilities.
2626

2727
> [!NOTE]
28-
> For API consumers who use the developer portal, a built-in API report is available. It only provides information about their individual API usage during the preceding 90 days. Currently, the built-in API report is not available in the developer portal for the v2 service tiers.
28+
> For API consumers who use the developer portal, a built-in API report is available. It only provides information about their individual API usage during the preceding 90 days. Currently, the built-in API report isn't available in the developer portal for the v2 service tiers.
2929
>
3030
| Tool | Useful for | Data lag | Retention | Sampling | Data kind | Supported Deployment Model(s) |
3131
|:------------- |:-------------|:---- |:----|:---- |:--- |:---- |
@@ -41,7 +41,7 @@ The table below summarizes all the observability capabilities supported by API M
4141

4242
*2. Optional, depending on the configuration of the gateway*
4343

44-
*3. The [self-hosted gateway](self-hosted-gateway-overview.md) currently does not send diagnostic logs to Azure Monitor. However, it is possible to configure and persist logs locally where the self-hosted gateway is deployed. For more information, please see [configuring local metrics and logs for self-hosted gateway](how-to-configure-local-metrics-logs.md)*
44+
*3. The [self-hosted gateway](self-hosted-gateway-overview.md) currently doesn't send diagnostic logs to Azure Monitor. However, it's possible to configure and persist logs locally where the self-hosted gateway is deployed. For more information, please see [configuring local metrics and logs for self-hosted gateway](how-to-configure-local-metrics-logs.md)*
4545

4646
## Next Steps
4747

articles/app-service/app-service-hybrid-connections.md

Lines changed: 110 additions & 94 deletions
Large diffs are not rendered by default.

articles/app-service/app-service-ip-restrictions.md

Lines changed: 112 additions & 109 deletions
Large diffs are not rendered by default.

articles/app-service/configure-vnet-integration-enable.md

Lines changed: 46 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ author: madsd
66
ms.author: madsd
77
ms.topic: how-to
88
ms.custom: devx-track-azurepowershell, devx-track-azurecli
9-
ms.date: 02/13/2023
9+
ms.date: 01/30/2025
1010
ms.tool: azure-cli, azure-powershell
11+
#customer intent: As a deployment engineer, I want to integrate web apps in Azure App Service with our Azure virtual networks.
1112
---
1213

1314
# Enable virtual network integration in Azure App Service
@@ -21,23 +22,25 @@ The virtual network integration feature requires:
2122
- An App Service pricing tier [that supports virtual network integration](./overview-vnet-integration.md).
2223
- A virtual network in the same region with an empty subnet.
2324

24-
The subnet must be delegated to Microsoft.Web/serverFarms. If the delegation isn't done before integration, the provisioning process configures this delegation. The subnet must be allocated an IPv4 `/28` block (16 addresses). We recommend that you have a minimum of 64 addresses (IPv4 `/26` block) to allow for maximum horizontal scale.
25+
The subnet must be delegated to Microsoft.Web/serverFarms. If you don't delegate before integration, the provisioning process configures this delegation. The subnet must be allocated an IPv4 `/28` block (16 addresses). We recommend that you have a minimum of 64 addresses (IPv4 `/26` block) to allow for maximum horizontal scale.
2526

26-
If the virtual network is in a different subscription than the app, you must ensure that the subscription with the virtual network is registered for the `Microsoft.Web` resource provider. You can explicitly register the provider [by following this documentation](../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider), but it's automatically registered when creating the first web app in a subscription.
27+
If the virtual network is in a different subscription than the app, ensure that the subscription with the virtual network is registered for the `Microsoft.Web` resource provider. The provider is registered when you create the first web app in a subscription. To explicitly register the provider, see [Register resource provider](../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider).
2728

2829
## Configure in the Azure portal
2930

30-
1. Go to **Networking** in the App Service portal. Under **Outbound traffic configuration**, select **Virtual network integration**.
31+
1. Go to your app in the Azure portal. Select **Settings** > **Networking**. Under **Outbound traffic configuration**, next to **Virtual network integration**, select the **Not configured** link.
3132

3233
1. Select **Add virtual network integration**.
3334

34-
:::image type="content" source="./media/configure-vnet-integration-enable/vnetint-app.png" alt-text="Screenshot that shows selecting Virtual network integration.":::
35+
:::image type="content" source="./media/configure-vnet-integration-enable/vnetint-app.png" alt-text="Screenshot that shows selecting Virtual network integration.":::
3536

36-
1. The dropdown list contains all the virtual networks in your subscription in the same region. Select an empty pre-existing subnet or create a new subnet.
37+
1. Select a subscription and virtual network.
3738

38-
:::image type="content" source="./media/configure-vnet-integration-enable/vnetint-add-vnet.png" alt-text="Screenshot that shows selecting the virtual network.":::
39+
1. Under **Subnet**, the dropdown list contains all the virtual networks in your subscription in the same region. Select an empty preexisting subnet or create a new subnet. Select **Connect**.
3940

40-
During the integration, your app is restarted. When integration is finished, you see details on the virtual network you're integrated with.
41+
:::image type="content" source="./media/configure-vnet-integration-enable/vnetint-add-vnet.png" alt-text="Screenshot that shows selecting the virtual network.":::
42+
43+
During the integration, your app is restarted. When integration finishes, you see details on the virtual network that you integrated with.
4144

4245
## Configure with the Azure CLI
4346

@@ -48,53 +51,53 @@ az webapp vnet-integration add --resource-group <group-name> --name <app-name> -
4851
```
4952

5053
> [!NOTE]
51-
> The command checks if the subnet is delegated to Microsoft.Web/serverFarms and applies the necessary delegation if it isn't configured. If the subnet was configured, and you don't have permissions to check it, or if the virtual network is in another subscription, you can use the `--skip-delegation-check` parameter to bypass the validation.
54+
> The command checks if the subnet is delegated to Microsoft.Web/serverFarms. If it isn't configured, the command applies the necessary delegation. If the subnet was configured and you don't have permissions to check it, or if the virtual network is in another subscription, you can use the `--skip-delegation-check` parameter to bypass the validation.
5255
5356
## Configure with Azure PowerShell
5457

55-
Prepare parameters.
58+
1. Prepare parameters.
5659

57-
```azurepowershell
58-
$siteName = '<app-name>'
59-
$vNetResourceGroupName = '<group-name>'
60-
$webAppResourceGroupName = '<group-name>'
61-
$vNetName = '<vnet-name>'
62-
$integrationSubnetName = '<subnet-name>'
63-
$vNetSubscriptionId = '<subscription-guid>'
64-
```
60+
```azurepowershell
61+
$siteName = '<app-name>'
62+
$vNetResourceGroupName = '<group-name>'
63+
$webAppResourceGroupName = '<group-name>'
64+
$vNetName = '<vnet-name>'
65+
$integrationSubnetName = '<subnet-name>'
66+
$vNetSubscriptionId = '<subscription-guid>'
67+
```
6568

66-
> [!NOTE]
67-
> If the virtual network is in another subscription than webapp, you can use the *Set-AzContext -Subscription "xxxx-xxxx-xxxx-xxxx"* command to set the current subscription context. Set the current subscription context to the subscription where the virtual network was deployed.
69+
> [!NOTE]
70+
> If the virtual network is in another subscription than webapp, you can use the `Set-AzContext -Subscription "xxxx-xxxx-xxxx-xxxx"` command to set the current subscription context. Set the current subscription context to the subscription where the virtual network was deployed.
6871
69-
Check if the subnet is delegated to Microsoft.Web/serverFarms.
72+
1. Check if the subnet is delegated to Microsoft.Web/serverFarms.
7073

71-
```azurepowershell
72-
$vnet = Get-AzVirtualNetwork -Name $vNetName -ResourceGroupName $vNetResourceGroupName
73-
$subnet = Get-AzVirtualNetworkSubnetConfig -Name $integrationSubnetName -VirtualNetwork $vnet
74-
Get-AzDelegation -Subnet $subnet
75-
```
74+
```azurepowershell
75+
$vnet = Get-AzVirtualNetwork -Name $vNetName -ResourceGroupName $vNetResourceGroupName
76+
$subnet = Get-AzVirtualNetworkSubnetConfig -Name $integrationSubnetName -VirtualNetwork $vnet
77+
Get-AzDelegation -Subnet $subnet
78+
```
7679

77-
If your subnet isn't delegated to Microsoft.Web/serverFarms, add delegation using below commands.
80+
1. If your subnet isn't delegated to Microsoft.Web/serverFarms, add delegation using these commands.
7881

79-
```azurepowershell
80-
$subnet = Add-AzDelegation -Name "myDelegation" -ServiceName "Microsoft.Web/serverFarms" -Subnet $subnet
81-
Set-AzVirtualNetwork -VirtualNetwork $vnet
82-
```
82+
```azurepowershell
83+
$subnet = Add-AzDelegation -Name "myDelegation" -ServiceName "Microsoft.Web/serverFarms" -Subnet $subnet
84+
Set-AzVirtualNetwork -VirtualNetwork $vnet
85+
```
8386

84-
Configure virtual network integration.
87+
1. Configure virtual network integration.
8588

86-
> [!NOTE]
87-
> If the webapp is in another subscription than virtual network, you can use the *Set-AzContext -Subscription "xxxx-xxxx-xxxx-xxxx"* command to set the current subscription context. Set the current subscription context to the subscription where the web app was deployed.
88-
89-
```azurepowershell
90-
$subnetResourceId = "/subscriptions/$vNetSubscriptionId/resourceGroups/$vNetResourceGroupName/providers/Microsoft.Network/virtualNetworks/$vNetName/subnets/$integrationSubnetName"
91-
$webApp = Get-AzResource -ResourceType Microsoft.Web/sites -ResourceGroupName $webAppResourceGroupName -ResourceName $siteName
92-
$webApp.Properties.virtualNetworkSubnetId = $subnetResourceId
93-
$webApp.Properties.vnetRouteAllEnabled = 'true'
94-
$webApp | Set-AzResource -Force
95-
```
89+
```azurepowershell
90+
$subnetResourceId = "/subscriptions/$vNetSubscriptionId/resourceGroups/$vNetResourceGroupName/providers/Microsoft.Network/virtualNetworks/$vNetName/subnets/$integrationSubnetName"
91+
$webApp = Get-AzResource -ResourceType Microsoft.Web/sites -ResourceGroupName $webAppResourceGroupName -ResourceName $siteName
92+
$webApp.Properties.virtualNetworkSubnetId = $subnetResourceId
93+
$webApp.Properties.vnetRouteAllEnabled = 'true'
94+
$webApp | Set-AzResource -Force
95+
```
96+
97+
> [!NOTE]
98+
> If the webapp is in another subscription than virtual network, you can use the `Set-AzContext -Subscription "xxxx-xxxx-xxxx-xxxx"` command to set the current subscription context. Set the current subscription context to the subscription where the web app was deployed.
9699
97-
## Next steps
100+
## Related content
98101

99102
- [Configure virtual network integration routing](./configure-vnet-integration-routing.md)
100103
- [General networking overview](./networking-features.md)

articles/app-service/deploy-authentication-types.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
title: Authentication types by deployment methods
33
description: Learn the available types of authentication with Azure App Service when deploying your application code.
44
ms.topic: article
5-
ms.date: 01/26/2024
5+
ms.date: 01/24/2025
66
author: cephalin
77
ms.author: cephalin
8+
#customer intent: As an app developer, I want to understand the authentication options available for different deployment methods in Azure App Service.
89
---
910

1011
# Authentication types by deployment methods in Azure App Service
1112

12-
Azure App Service lets you deploy your web application code and configuration by using multiple options. These deployment options may support one or more authentication mechanisms. This article provides details about various authentication mechanisms supported by different deployment methods.
13+
Azure App Service lets you deploy your web application code and configuration by using multiple options. These deployment options support one or more authentication mechanisms. This article provides details about various authentication mechanisms supported by different deployment methods.
1314

1415
> [!NOTE]
1516
> To disable basic authentication for your App Service app, see [Disable basic authentication in App Service deployments](configure-basic-auth-disable.md).
1617
1718
|Deployment method|Authentication  |Reference Documents |
1819
|:----|:----|:----|
19-
|Azure CLI |Microsoft Entra ID | In Azure CLI, version 2.48.1 or higher, the following commands have been modified to use Microsoft Entra if basic authentication is turned off for your web app or function app:<br/>- [az webapp up](/cli/azure/webapp#az-webapp-up)<br/>- [az webapp deploy](/cli/azure/webapp#az-webapp-deploy)<br/>- [az webapp log deployment show](/cli/azure/webapp/log/deployment#az-webapp-log-deployment-show)<br/>- [az webapp log deployment list](/cli/azure/webapp/log/deployment#az-webapp-log-deployment-list)<br/>- [az webapp log download](/cli/azure/webapp/log#az-webapp-log-download)<br/>- [az webapp log tail](/cli/azure/webapp/log#az-webapp-log-tail)<br/>- [az webapp browse](/cli/azure/webapp#az-webapp-browse)<br/>- [az webapp create-remote-connection](/cli/azure/webapp#az-webapp-create-remote-connection)<br/>- [az webapp ssh](/cli/azure/webapp#az-webapp-ssh)<br/>- [az functionapp deploy](/cli/azure/functionapp#az-functionapp-deploy)<br/>- [az functionapp log deployment list](/cli/azure/functionapp/log/deployment#az-functionapp-log-deployment-list)<br/>- [az functionapp log deployment show](/cli/azure/functionapp/log/deployment#az-functionapp-log-deployment-show)<br/>- [az functionapp deployment source config-zip](/cli/azure/functionapp/deployment/source#az-functionapp-deployment-source-config-zip)<br/>For more information, see [az appservice](/cli/azure/appservice) and [az webapp](/cli/azure/webapp). |
20+
|Azure CLI |Microsoft Entra ID | In Azure CLI, version 2.48.1 or higher, the following commands use Microsoft Entra if basic authentication is turned off for your web app or function app:<br/>- [az webapp up](/cli/azure/webapp#az-webapp-up)<br/>- [az webapp deploy](/cli/azure/webapp#az-webapp-deploy)<br/>- [az webapp log deployment show](/cli/azure/webapp/log/deployment#az-webapp-log-deployment-show)<br/>- [az webapp log deployment list](/cli/azure/webapp/log/deployment#az-webapp-log-deployment-list)<br/>- [az webapp log download](/cli/azure/webapp/log#az-webapp-log-download)<br/>- [az webapp log tail](/cli/azure/webapp/log#az-webapp-log-tail)<br/>- [az webapp browse](/cli/azure/webapp#az-webapp-browse)<br/>- [az webapp create-remote-connection](/cli/azure/webapp#az-webapp-create-remote-connection)<br/>- [az webapp ssh](/cli/azure/webapp#az-webapp-ssh)<br/>- [az functionapp deploy](/cli/azure/functionapp#az-functionapp-deploy)<br/>- [az functionapp log deployment list](/cli/azure/functionapp/log/deployment#az-functionapp-log-deployment-list)<br/>- [az functionapp log deployment show](/cli/azure/functionapp/log/deployment#az-functionapp-log-deployment-show)<br/>- [az functionapp deployment source config-zip](/cli/azure/functionapp/deployment/source#az-functionapp-deployment-source-config-zip)<br/>For more information, see [az appservice](/cli/azure/appservice) and [az webapp](/cli/azure/webapp). |
2021
|Azure PowerShell |Microsoft Entra | In Azure PowerShell, version 9.7.1 or above, Microsoft Entra is available for App Service. For more information, see [PowerShell samples for Azure App Service](samples-powershell.md)|
2122
|SCM/Kudu/OneDeploy REST endpoint |Basic authentication<br/>Microsoft Entra |[Deploy files to App Service](deploy-zip.md) |
2223
|Kudu UI |Basic authentication<br/>Microsoft Entra |[Deploy files to App Service](deploy-zip.md)|

0 commit comments

Comments
 (0)