Skip to content

Commit d61e486

Browse files
authored
Small changes
1 parent 6e8dde9 commit d61e486

File tree

6 files changed

+40
-40
lines changed

6 files changed

+40
-40
lines changed

articles/app-service/deploy-azure-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ pool:
401401

402402
### Why doesn't Web Deploy work when I disable basic authentication?
403403

404-
For troubleshooting information on getting Microsoft Entra ID authentication to work with the `AzureRmWebAppDeployment` task, see [I can't Web Deploy to my Azure App Service using Microsoft Entra ID authentication from my Windows agent](/azure/devops/pipelines/tasks/reference/azure-rm-web-app-deployment-v4#i-cant-web-deploy-to-my-azure-app-service-using-microsoft-entra-id-authentication-from-my-windows-agent)
404+
For troubleshooting information on getting Microsoft Entra ID authentication to work with the `AzureRmWebAppDeployment` task, see [I can't Web Deploy to my Azure App Service using Microsoft Entra ID authentication from my Windows agent](/azure/devops/pipelines/tasks/reference/azure-rm-web-app-deployment-v4#i-cant-web-deploy-to-my-azure-app-service-using-microsoft-entra-id-authentication-from-my-windows-agent).
405405

406406
## Related content
407407

articles/app-service/deploy-continuous-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ You can customize the GitHub Actions build provider in the following ways:
115115
* If the selected branch is protected, you can still preview the workflow file without saving the configuration, and then manually add it to your repository. This method doesn't give you log integration with the Azure portal.
116116
* Instead of using basic authentication or a user-assigned identity, you can also deploy by using a [service principal](deploy-github-actions.md?tabs=userlevel) in Microsoft Entra ID. This method can't be configured in the portal.
117117

118-
# [Then App Service build service](#tab/appservice)
118+
# [App Service build service](#tab/appservice)
119119

120120
> [!NOTE]
121121
> The App Service build service requires [SCM basic authentication to be enabled](configure-basic-auth-disable.md) for the webhook to work. For more information, see [Deploy without basic authentication](../app-service/configure-basic-auth-disable.md#deploy-without-basic-authentication).

articles/app-service/manage-backup.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ There are two types of backups in App Service. If your app is in a supported pri
129129
130130
1. Select **Configure**.
131131
132-
Once the storage account and container is configured, you can initiate an on-demand backup at any time. On-demand backups are retained indefinitely.
132+
After the storage account and container are configured, you can initiate an on-demand backup at any time. On-demand backups are retained indefinitely.
133133
134134
1. At the top of the **Backups** pane, select **Backup Now**.
135135
@@ -150,8 +150,8 @@ There are two types of backups in App Service. If your app is in a supported pri
150150
151151
>
152152
> For backup and restore of Flexible Servers, see the respective database documentation:
153-
>- [Azure Database for MySQL - Flexible Server: Back up and restore](/azure/mysql/flexible-server/concepts-backup-restore).
154-
>- [Azure Database for PostgreSQL - Flexible Server: Back up and restore](/azure/postgresql/flexible-server/concepts-backup-restore).
153+
>- [Azure Database for MySQL - Flexible Server: Back up and restore](/azure/mysql/flexible-server/concepts-backup-restore)
154+
>- [Azure Database for PostgreSQL - Flexible Server: Back up and restore](/azure/postgresql/flexible-server/concepts-backup-restore)
155155
>
156156
157157
Custom backups can include linked databases (except when the backup is configured over Azure Virtual Network). To make sure your backup includes a linked database, take the following steps:
@@ -186,7 +186,7 @@ To enable backup/restore over a virtual network for deployment slots, complete t
186186
187187
If you don't see the checkbox, or if the checkbox is disabled, verify that your resources fulfill the requirements.
188188
189-
Once the configuration is saved, any manual backup, scheduled backup, or restore is made through the virtual network. If you make changes to the app, the virtual network, or the storage account that prevent the app from accessing the storage account through the virtual network, the backup or restore operations fail.
189+
After the configuration is saved, any manual backup, scheduled backup, or restore is made through the virtual network. If you make changes to the app, the virtual network, or the storage account that prevent the app from accessing the storage account through the virtual network, the backup or restore operations fail.
190190
191191
<a name="partialbackups"></a>
192192
@@ -264,8 +264,8 @@ You can automate backup management with scripts by using the [Azure CLI](/cli/az
264264
265265
For samples, see:
266266
267-
- [Azure CLI samples](samples-cli.md).
268-
- [Azure PowerShell samples](samples-powershell.md).
267+
- [Azure CLI samples](samples-cli.md)
268+
- [Azure PowerShell samples](samples-powershell.md)
269269
270270
## Frequently asked questions
271271
@@ -334,8 +334,8 @@ When [backing up over Azure Virtual Network](#back-up-and-restore-over-azure-vir
334334
> Custom backups with linked databases for App Service support only Single Server tiers of Azure Database for MySQL and PostgreSQL. Since Single Server tiers are being retired, upgrading linked databases to Flexible Server might cause backups to fail. Use native database backup tools to prevent data loss. Standalone MySQL and PostgreSQL servers (for example, on VMs) are unaffected by the Single Server tier retirement. For retirement details, see [MySQL Single Server retirement](/azure/mysql/migrate/whats-happening-to-mysql-single-server) and [PostgreSQL Single Server retirement](/azure/postgresql/migrate/whats-happening-to-postgresql-single-server).
335335
>
336336
> For backup and restore of Flexible Servers, see the respective database documentation:
337-
>- [Azure Database for MySQL - Flexible Server: Back up and restore](/azure/mysql/flexible-server/concepts-backup-restore).
338-
>- [Azure Database for PostgreSQL - Flexible Server: Back up and restore](/azure/postgresql/flexible-server/concepts-backup-restore).
337+
>- [Azure Database for MySQL - Flexible Server: Back up and restore](/azure/mysql/flexible-server/concepts-backup-restore)
338+
>- [Azure Database for PostgreSQL - Flexible Server: Back up and restore](/azure/postgresql/flexible-server/concepts-backup-restore)
339339
>
340340
341341
Linked databases are backed up only for custom backups, up to the allowable maximum size. If the maximum backup size (10 GB) or the maximum database size (4 GB) is exceeded, your backup fails. Here are a few common reasons why your linked database isn't backed up:
@@ -376,4 +376,4 @@ You can't stop automatic backups. The automatic backup is stored on the platform
376376
377377
## Related content
378378
379-
[Azure Blob Storage documentation](../storage/blobs/index.yml)
379+
- [Azure Blob Storage documentation](../storage/blobs/index.yml)

articles/app-service/overview-private-endpoint.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ ms.assetid: 2dceac28-1ba6-4904-a15d-9e91d5ee162c
1616

1717
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
1818

19-
> [!IMPORTANT]
20-
> Private endpoints are available for Windows and Linux apps, containerized or not, hosted on the following App Service plans: Basic, Standard, PremiumV2, PremiumV3, IsolatedV2, Functions Premium (sometimes called the Elastic Premium plan).
21-
2219
You can use a private endpoint for your Azure App Service apps. The private endpoint allows clients located in your private network to securely access an app over Azure Private Link. The private endpoint uses an IP address from your Azure virtual network address space. Network traffic between a client on your private network and the app goes over the virtual network and Private Link on the Microsoft backbone network. This configuration eliminates exposure from the public internet.
2320

2421
When you use a private endpoint for your app, you can:
@@ -27,6 +24,9 @@ When you use a private endpoint for your app, you can:
2724
- Securely connect to your app from on-premises networks that connect to the virtual network using a VPN or ExpressRoute private peering.
2825
- Avoid any data exfiltration from your virtual network.
2926

27+
> [!IMPORTANT]
28+
> Private endpoints are available for Windows and Linux apps, containerized or not, hosted on the following App Service plans: Basic, Standard, PremiumV2, PremiumV3, IsolatedV2, Functions Premium (sometimes called the Elastic Premium plan).
29+
3030
## Conceptual overview
3131

3232
A private endpoint is a network interface for your App Service app in a subnet in your virtual network.
@@ -127,9 +127,9 @@ For up-to-date information about limitations, see [this documentation](../privat
127127

128128
## Related content
129129

130-
- [How to connect privately to an app by using the Azure portal](../private-link/create-private-endpoint-portal.md).
131-
- [How to connect privately to an app by using the Azure CLI](../private-link/create-private-endpoint-cli.md).
132-
- [How to connect privately to an app by using PowerShell](../private-link/create-private-endpoint-powershell.md).
133-
- [How to connect privately to an app by using an Azure template](../private-link/create-private-endpoint-template.md).
134-
- See this [Quickstart](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/webapp-privateendpoint-vnet-injection) to learn how to connect a front end app to a secured back end app with virtual network integration and a private endpoint by using the ARM template.
135-
- See this [sample](./scripts/terraform-secure-backend-frontend.md) to learn how to connect a front end app to a secured back end app with virtual network integration and a private endpoint by using Terraform.
130+
- [Quickstart: Create a private endpoint by using the Azure portal](../private-link/create-private-endpoint-portal.md)
131+
- [Quickstart: Create a private endpoint by using the Azure CLI](../private-link/create-private-endpoint-cli.md)
132+
- [Quickstart: Create a private endpoint by using Azure PowerShell](../private-link/create-private-endpoint-powershell.md)
133+
- [Quickstart: Create a private endpoint by using an ARM template](../private-link/create-private-endpoint-template.md)
134+
- [Quickstart template for connecting a front-end app to a secured back-end app with virtual network integration and a private endpoint](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/webapp-privateendpoint-vnet-injection)
135+
- [Create two web apps connected securely with a private endpoint and virtual network integration (Terraform)](./scripts/terraform-secure-backend-frontend.md)

0 commit comments

Comments
 (0)