You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/app-service-plan-manage.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,15 @@ An [Azure App Service plan](overview-hosting-plans.md) provides the resources th
19
19
20
20
You can create an empty App Service plan, or you can create a plan as part of app creation.
21
21
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**.
23
23
24
-
![Create an app in the Azure portal.][createWebApp]
24
+
![Create a resource in the Azure portal.][createResource]
25
25
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.
27
31
28
32
3. In the **App Service Plan** section, select an existing plan, or create a plan by selecting **Create new**.
29
33
@@ -43,7 +47,7 @@ You can move an app to another App Service plan, as long as the source plan and
43
47
> 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.
44
48
>
45
49
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.
47
51
48
52
2. From the left menu, select **Change App Service plan**.
49
53
@@ -92,3 +96,4 @@ To avoid unexpected charges, when you delete the last app in an App Service plan
Copy file name to clipboardExpand all lines: articles/app-service/deploy-continuous-deployment.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,13 @@ To use Azure Repos, make sure your Azure DevOps organization is linked to your A
22
22
23
23
For Bitbucket or GitHub, authorize Azure App Service to connect to your repository. You only need to authorize with a source control service once.
24
24
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
+

28
+
29
+
1. Select the web app you want to deploy.
30
+
31
+

26
32
27
33
1. On the app page, select **Deployment Center** in the left menu.
28
34
@@ -40,7 +46,7 @@ After you authorize a source control service, configure your app for continuous
40
46
41
47
You can use the built-in Kudu App Service build server to continuously deploy from GitHub, Bitbucket, or Azure Repos.
42
48
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.
44
50
45
51
1. On the app page, select **Deployment Center** in the left menu.
46
52
@@ -91,7 +97,7 @@ For Azure App Service to create continuous delivery Azure Pipelines in your Azur
91
97
92
98
To configure Azure Pipelines (Preview):
93
99
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.
95
101
96
102
1. On the app page, select **Deployment Center** in the left menu.
97
103
@@ -136,7 +142,7 @@ To disable continuous deployment, select **Disconnect** at the top of your app's
136
142
137
143
## Use unsupported repos
138
144
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).
Copy file name to clipboardExpand all lines: articles/app-service/deploy-ftp.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,21 @@ The FTP/S endpoint for your app is already active. No configuration is necessary
19
19
20
20
## Open FTP dashboard
21
21
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**.
23
23
24
-
To open the FTP dashboard, click **Deployment Center** > **FTP** > **Dashboard**.
24
+

0 commit comments