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/quickstart-arm-template-uiex.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ROBOTS: NOINDEX,NOFOLLOW
13
13
14
14
# Quickstart: Create App Service app using an ARM template
15
15
16
-
Get started with [Azure App Service](overview.md) by deploying a app to the cloud using an <abbrtitle="A JSON file that declaratively defines one or more Azure resources and dependencies between the deployed resources. The template can be used to deploy the resources consistently and repeatedly.">ARM template</abbr> and [Azure CLI](/cli/azure/get-started-with-azure-cli) in Cloud Shell. Because you use a free App Service tier, you incur no costs to complete this quickstart. <abbrtitle="In declarative syntax, you describe your intended deployment without writing the sequence of programming commands to create the deployment.">The template uses declarative syntax.</abbr>
16
+
Get started with [Azure App Service](overview.md) by deploying a app to the cloud using an ARM template (A JSON file that declaratively defines one or more Azure resources and dependencies between the deployed resources. The template can be used to deploy the resources consistently and repeatedly.) and [Azure CLI](/cli/azure/get-started-with-azure-cli) in Cloud Shell. Because you use a free App Service tier, you incur no costs to complete this quickstart. The template uses declarative syntax. (In declarative syntax, you describe your intended deployment without writing the sequence of programming commands to create the deployment.)
17
17
18
18
If your environment meets the prerequisites and you're familiar with using [ARM templates](../azure-resource-manager/templates/overview.md), select the **Deploy to Azure** button. The template will open in the Azure portal.
19
19
@@ -101,7 +101,7 @@ The following table details defaults parameters and their descriptions:
101
101
::: zone pivot="platform-windows"
102
102
Run the code below to deploy a .NET framework app on Windows using Azure CLI.
103
103
104
-
Replace <abbrtitle="Valid characters characters are `a-z`, `0-9`, and `-`."> \<app-name> </abbr> with a globally unique app name. To learn other <abbrtitle="You can also use the Azure portal, Azure PowerShell, and REST API.">deployment methods</abbr>, see [Deploy templates](../azure-resource-manager/templates/deploy-powershell.md). You can find more [Azure App Service template samples here](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Sites).
104
+
Replace \<app-name> (Valid characters characters are `a-z`, `0-9`, and `-`.) with a globally unique app name. To learn other deployment methods (You can also use the Azure portal, Azure PowerShell, and REST API.), see [Deploy templates](../azure-resource-manager/templates/deploy-powershell.md). You can find more [Azure App Service template samples here](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Sites).
105
105
106
106
```azurecli-interactive
107
107
az group create --name myResourceGroup --location "southcentralus" &&
@@ -126,16 +126,16 @@ az deployment group create --resource-group myResourceGroup --parameters webAppN
126
126
<summary>What's the code doing?</summary>
127
127
<p>The commands do the following actions:</p>
128
128
<ul>
129
-
<li>Create a default <abbrtitle="A logical container for related Azure resources that you can manage as a unit.">resource group</abbr>.</li>
130
-
<li>Create a default <abbrtitle="The plan that specifies the location, size, and features of the web server farm that hosts your app.">App Service plan</abbr>.</li>
131
-
<li><ahref="/cli/azure/webapp#az-webapp-create">Create an <abbrtitle="The representation of your web app, which contains your app code, DNS hostnames, certificates, and related resources.">App Service app</abbr></a> with the specified name.</li>
129
+
<li>Create a default resource group (A logical container for related Azure resources that you can manage as a unit.).</li>
130
+
<li>Create a default App Service plan (The plan that specifies the location, size, and features of the web server farm that hosts your app.).</li>
131
+
<li><ahref="/cli/azure/webapp#az-webapp-create">Create an App Service app (The representation of your web app, which contains your app code, DNS hostnames, certificates, and related resources.)</a> with the specified name.</li>
132
132
</ul>
133
133
</details>
134
134
135
135
::: zone pivot="platform-windows"
136
136
<details>
137
137
<summary>How do I deploy a different language stack?</summary>
138
-
To deploy a different language stack, update <abbrtitle="This template is compatible with .NET Core, .NET Framework, PHP, Node.js, and Static HTML apps.">language parameter</abbr> with appropriate values. For Java, see <ahref="/azure/app-service/quickstart-java-uiex">Create Java app</a>.
138
+
To deploy a different language stack, update language parameter (This template is compatible with .NET Core, .NET Framework, PHP, Node.js, and Static HTML apps.) with appropriate values. For Java, see <ahref="/azure/app-service/quickstart-java-uiex">Create Java app</a>.
139
139
140
140
| Parameters | Type | Default value | Description |
Copy file name to clipboardExpand all lines: articles/app-service/quickstart-dotnetcore-uiex.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ ROBOTS: NOINDEX,NOFOLLOW
14
14
15
15
::: zone pivot="platform-windows"
16
16
17
-
In this quickstart, you'll learn how to create and deploy your first ASP.NET Core web app to <abbrtitle="An HTTP-based service for hosting web applications, REST APIs, and mobile back-end applications.">Azure App Service</abbr>. App Service supports .NET 5.0 apps.
17
+
In this quickstart, you'll learn how to create and deploy your first ASP.NET Core web app to Azure App Service (An HTTP-based service for hosting web applications, REST APIs, and mobile back-end applications.). App Service supports .NET 5.0 apps.
18
18
19
-
When you're finished, you'll have an Azure <abbrtitle="A logical container for related Azure resources that you can manage as a unit.">resource group</abbr>, consisting of an <abbrtitle="The plan that specifies the location, size, and features of the web server farm that hosts your app.">App Service plan</abbr> and an <abbrtitle="The representation of your web app, which contains your app code, DNS hostnames, certificates, and related resources.">App Service app</abbr> with a deployed sample ASP.NET Core application.
19
+
When you're finished, you'll have an Azure resource group (A logical container for related Azure resources that you can manage as a unit.) consisting of an App Service plan (The plan that specifies the location, size, and features of the web server farm that hosts your app.) and on App Service app (The representation of your web app, which contains your app code, DNS hostnames, certificates, and related resources.) with a deployed sample ASP.NET Core application.
20
20
21
21
<hr/>
22
22
23
23
## 1. Prepare your environment
24
24
25
-
-**Get an Azure account** with an active <abbrtitle="The basic organizational structure in which you manage resources in Azure, typically associated with an individual or department within an organization.">subscription</abbr>. [Create an account for free](https://azure.microsoft.com/free/dotnet/).
25
+
-**Get an Azure account** with an active subscription (The basic organizational structure in which you manage resources in Azure, typically associated with an individual or department within an organization.). [Create an account for free](https://azure.microsoft.com/free/dotnet/).
26
26
-**Install <ahref="https://www.visualstudio.com/downloads/"target="_blank">Visual Studio 2019</a>** with the **ASP.NET and web development** workload.
27
27
28
28
<details>
@@ -174,7 +174,7 @@ Advance to the next article to learn how to create a .NET Core app and connect i
174
174
::: zone-end
175
175
176
176
::: zone pivot="platform-linux"
177
-
This quickstart shows how to create a [.NET Core](/aspnet/core/) app on <abbrtitle="App Service on Linux provides a highly scalable, self-patching web hosting service using the Linux operating system.">App Service on Linux</abbr>. You create the app using the [Azure CLI](/cli/azure/get-started-with-azure-cli), and you use Git to deploy the .NET Core code to the app.
177
+
This quickstart shows how to create a [.NET Core](/aspnet/core/) app on App Service on Linux (App Service on Linux provides a highly scalable, self-patching web hosting service using the Linux operating system.). You create the app using the [Azure CLI](/cli/azure/get-started-with-azure-cli), and you use Git to deploy the .NET Core code to the app.
Copy file name to clipboardExpand all lines: articles/app-service/quickstart-java-uiex.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ There are also IDE versions of this article. Check out [Azure Toolkit for Intell
21
21
22
22
Before you begin, you must have the following:
23
23
24
-
+ An <abbrtitle="The profile that maintains billing information for Azure usage.">Azure account</abbr> with an active <abbrtitle="The basic organizational structure in which you manage resources in Azure, typically associated with an individual or department within an organization.">subscription</abbr>. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
24
+
+ An Azure account (The profile that maintains billing information for Azure usage.) with an active subscription (The basic organizational structure in which you manage resources in Azure, typically associated with an individual or department within an organization.). [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
`<schemaVersion>` | false | Specify the version of the configuration schema. Supported values are: `v1`, `v2`. | 1.5.2
224
224
`<subscriptionId>` | false | Specify the subscription ID. | 0.1.0+
225
-
`<resourceGroup>` | true | Azure <abbrtitle="A logical container for related Azure resources that you can manage as a unit.">resource group</abbr> for your Web App. | 0.1.0+
225
+
`<resourceGroup>` | true | Azure resource group (A logical container for related Azure resources that you can manage as a unit.) for your Web App. | 0.1.0+
226
226
`<appName>` | true | The name of your Web App. | 0.1.0+
227
227
`<region>` | true | Specifies the region where your Web App will be hosted; the default value is **westeurope**. All valid regions at [Supported Regions](https://azure.microsoft.com/global-infrastructure/services/?products=app-service) section. | 0.1.0+
228
228
`<pricingTier>` | false | The pricing tier for your Web App. The default value is **P1V2** for production workload, while **B2** is the recommended minimum for Java dev/test. [Learn more](https://azure.microsoft.com/pricing/details/app-service/linux/)| 0.1.0+
0 commit comments