Skip to content

Commit f694f99

Browse files
authored
Merge pull request #98948 from LauraKellerGitHub/cephalin
portal-nav text and screenshots for cephalin
2 parents b2a9a96 + ee49fd9 commit f694f99

File tree

12 files changed

+32
-13
lines changed

12 files changed

+32
-13
lines changed

articles/app-service/app-service-plan-manage.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,15 @@ An [Azure App Service plan](overview-hosting-plans.md) provides the resources th
1919
2020
You can create an empty App Service plan, or you can create a plan as part of app creation.
2121

22-
1. In the [Azure portal](https://portal.azure.com), select **New** > **Web App** or another kind of App Service app.
22+
1. In the [Azure portal](https://portal.azure.com), select **Create a resource**.
2323

24-
![Create an app in the Azure portal.][createWebApp]
24+
![Create a resource in the Azure portal.][createResource]
2525

26-
2. Configure the **Instance Details** section before configuring the App Service plan. Settings such as **Publish** and **Operating Systems** can change the available pricing tiers for your App Service plan. **Region** determines where your App Service plan is created.
26+
1. Select **New** > **Web App** or another kind of App service app.
27+
28+
![Create an app in the Azure portal.][createWebApp]
29+
30+
2. Configure the **Instance Details** section before configuring the App Service plan. Settings such as **Publish** and **Operating Systems** can change the available pricing tiers for your App Service plan. **Region** determines where your App Service plan is created.
2731

2832
3. In the **App Service Plan** section, select an existing plan, or create a plan by selecting **Create new**.
2933

@@ -43,7 +47,7 @@ You can move an app to another App Service plan, as long as the source plan and
4347
> You can’t specify the webspace you want when creating a plan, but it’s possible to ensure that a plan is created in the same webspace as an existing plan. In brief, all plans created with the same resource group and region combination are deployed into the same webspace. For example, if you created a plan in resource group A and region B, then any plan you subsequently create in resource group A and region B is deployed into the same webspace. Note that plans can’t move webspaces after they’re created, so you can’t move a plan into “the same webspace” as another plan by moving it to another resource group.
4448
>
4549
46-
1. In the [Azure portal](https://portal.azure.com), browse to the app that you want to move.
50+
1. In the [Azure portal](https://portal.azure.com), search for and select **App services** and select the app that you want to move.
4751

4852
2. From the left menu, select **Change App Service plan**.
4953

@@ -92,3 +96,4 @@ To avoid unexpected charges, when you delete the last app in an App Service plan
9296
[change]: ./media/azure-web-sites-web-hosting-plans-in-depth-overview/change-appserviceplan.png
9397
[createASP]: ./media/azure-web-sites-web-hosting-plans-in-depth-overview/create-appserviceplan.png
9498
[createWebApp]: ./media/azure-web-sites-web-hosting-plans-in-depth-overview/create-web-app.png
99+
[createResource]: ./media/azure-web-sites-web-hosting-plans-in-depth-overview/create-a-resource.png

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ To use Azure Repos, make sure your Azure DevOps organization is linked to your A
2222

2323
For Bitbucket or GitHub, authorize Azure App Service to connect to your repository. You only need to authorize with a source control service once.
2424

25-
1. Select **App Services** in the [Azure portal](https://portal.azure.com) left navigation, and then select the web app you want to deploy.
25+
1. In the [Azure portal](https://portal.azure.com), search for and select **App Services**.
26+
27+
![Search for App services.](media/app-service-continuous-deployment/search-for-app-services.png)
28+
29+
1. Select the web app you want to deploy.
30+
31+
![Select your app.](media/app-service-continuous-deployment/select-your-app.png)
2632

2733
1. On the app page, select **Deployment Center** in the left menu.
2834

@@ -40,7 +46,7 @@ After you authorize a source control service, configure your app for continuous
4046

4147
You can use the built-in Kudu App Service build server to continuously deploy from GitHub, Bitbucket, or Azure Repos.
4248

43-
1. Select **App Services** in the [Azure portal](https://portal.azure.com) left navigation, and then select the web app you want to deploy.
49+
1. In the [Azure portal](https://portal.azure.com), search for and select **App Services**, and then select the web app you want to deploy.
4450

4551
1. On the app page, select **Deployment Center** in the left menu.
4652

@@ -91,7 +97,7 @@ For Azure App Service to create continuous delivery Azure Pipelines in your Azur
9197

9298
To configure Azure Pipelines (Preview):
9399

94-
1. Select **App Services** in the [Azure portal](https://portal.azure.com) left navigation, and then select the web app you want to deploy.
100+
1. In the [Azure portal](https://portal.azure.com), search for and select **App Services**, and then select the web app you want to deploy.
95101

96102
1. On the app page, select **Deployment Center** in the left menu.
97103

@@ -136,7 +142,7 @@ To disable continuous deployment, select **Disconnect** at the top of your app's
136142

137143
## Use unsupported repos
138144

139-
For Windows apps, you can manually configure continuous deployment from a cloud Git or Mecurial repository that the portal doesn't directly support, such as [GitLab](https://gitlab.com/). You do it by choosing the External box in the **Deployment Center** page. For more information, see [Set up continuous deployment using manual steps](https://github.com/projectkudu/kudu/wiki/Continuous-deployment#setting-up-continuous-deployment-using-manual-steps).
145+
For Windows apps, you can manually configure continuous deployment from a cloud Git or Mercurial repository that the portal doesn't directly support, such as [GitLab](https://gitlab.com/). You do it by choosing the External box in the **Deployment Center** page. For more information, see [Set up continuous deployment using manual steps](https://github.com/projectkudu/kudu/wiki/Continuous-deployment#setting-up-continuous-deployment-using-manual-steps).
140146

141147
## Additional resources
142148

articles/app-service/deploy-ftp.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,21 @@ The FTP/S endpoint for your app is already active. No configuration is necessary
1919

2020
## Open FTP dashboard
2121

22-
In the [Azure portal](https://portal.azure.com), open your app's [resource page](../azure-resource-manager/management/manage-resources-portal.md#manage-resources).
22+
1. In the [Azure portal](https://portal.azure.com), search for and select **App Services**.
2323

24-
To open the FTP dashboard, click **Deployment Center** > **FTP** > **Dashboard**.
24+
![Search for App services.](media/app-service-continuous-deployment/search-for-app-services.png)
2525

26-
![Open FTP dashboard](./media/app-service-deploy-ftp/open-dashboard.png)
26+
2. Select the web app you want to deploy.
27+
28+
![Select your app.](media/app-service-continuous-deployment/select-your-app.png)
29+
30+
3. Select **Deployment Center** > **FTP** > **Dashboard**.
31+
32+
![Open FTP dashboard](./media/app-service-deploy-ftp/open-dashboard.png)
2733

2834
## Get FTP connection information
2935

30-
In the FTP dashboard, click **Copy** to copy the FTPS endpoint and app credentials.
36+
In the FTP dashboard, select **Copy** to copy the FTPS endpoint and app credentials.
3137

3238
![Copy FTP information](./media/app-service-deploy-ftp/ftp-dashboard.png)
3339

articles/app-service/deploy-local-git.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ If your account has the necessary permissions, you can set up Azure Pipelines (P
9292

9393
To enable local Git deployment for your app with Azure Pipelines (Preview):
9494

95-
1. Navigate to your Azure App Service app page in the [Azure portal](https://portal.azure.com), and select **Deployment Center** in the left menu.
95+
1. In the [Azure portal](https://portal.azure.com), search for and select **App Services**.
96+
97+
1. Select your Azure App Service app and select **Deployment Center** in the left menu.
9698

9799
1. On the **Deployment Center** page, select **Local Git**, and then select **Continue**.
98100

-48.1 KB
Loading
61.2 KB
Loading
33.9 KB
Loading
61.2 KB
Loading
68.7 KB
Loading
98.5 KB
Loading

0 commit comments

Comments
 (0)