Skip to content

Commit 385e4e6

Browse files
committed
touchups
1 parent ab20359 commit 385e4e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/configure-basic-auth-disable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To disable basic authentication:
4747

4848
### [Azure CLI](#tab/cli)
4949

50-
Run the following Azure CLI commands in the Bash environment of Azure Cloud Shell by selecting **Open Cloud Shell** at the upper right of the code block. Copy the code, replace any placeholders, paste it into the Cloud Shell and run it.
50+
Run the following Azure CLI commands in the Bash environment of Azure Cloud Shell by selecting **Open Cloud Shell** at the upper right of the code block. Copy the code, replace any placeholders, paste it into the Cloud Shell, and run it.
5151

5252
To disable FTP basic authentication access, run the following command, replacing the placeholders with your app's resource group and name. You must have owner-level access to the app.
5353

@@ -177,5 +177,5 @@ The following list shows corresponding policies for slots:
177177
- [Authentication types by deployment method in Azure App Service](deploy-authentication-types.md)
178178
- [Configure continuous deployment to Azure App Service](deploy-continuous-deployment.md)
179179
- [Deploy to Azure App Service by using GitHub Actions](deploy-github-actions.md)
180-
- [FTP deployment](deploy-ftp.md)
181-
- [Local Git deployment](deploy-local-git.md)
180+
- [Deploy to Azure App Service by using Git locally](deploy-local-git.md)
181+
- [Deploy your app to Azure App Service using FTP/S](deploy-ftp.md)

0 commit comments

Comments
 (0)