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: docs/deployment/deploying-applications-services-and-components-resources.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ From within Visual Studio, applications can be published directly to the followi
40
40
When you choose Azure, you can choose between:
41
41
42
42
- Azure App Service running on Windows, Linux, or as a Docker image
43
-
- A Docker image to Azure Container Registry
43
+
- A Docker image deployed to Azure Container Registry
44
44
- An Azure Virtual Machine
45
45
46
46

@@ -51,7 +51,7 @@ When you choose Azure, you can choose between:
51
51
52
52
You determine how much computing power an App Service has by choosing a [pricing tier or plan](/azure/app-service/azure-web-sites-web-hosting-plans-in-depth-overview) for the containing App Service. You can have multiple Web apps (and other app types) share the same App Service without changing the pricing tier. For example, you can host development, staging, and production Web apps together on the same App Service.
53
53
54
-
### When to choose Azure App Service
54
+
####When to choose Azure App Service
55
55
56
56
- You want to deploy a web application that's accessible through the Internet.
57
57
- You want to automatically scale your web application according to demand without needing to redeploy.
@@ -68,7 +68,7 @@ For more information on publishing to App Service, see:
68
68
69
69
[Azure Container Registry](/azure/container-registry/) allows you to build, store, and manage Docker container images and artifacts in a private registry for all types of container deployments.
70
70
71
-
### When to choose Azure Container Registry
71
+
####When to choose Azure Container Registry
72
72
73
73
- When you have an existing Docker container development and deployment pipeline.
74
74
- When you want to build Docker container images in Azure.
@@ -81,7 +81,7 @@ Scaling an application that's hosted on virtual machines involves spinning up ad
81
81
82
82
For additional information, refer to the [detailed comparison](https://azure.microsoft.com/documentation/articles/choose-web-site-cloud-service-vm/) between Azure App Service, Azure Virtual Machines, and other Azure services that you can use as a deployment target using the Custom option in Visual Studio.
83
83
84
-
### When to choose Azure App Virtual Machines
84
+
####When to choose Azure Virtual Machines
85
85
86
86
- You want to deploy a web application that's accessible through the Internet, with full control over the lifetime of assigned IP addresses.
87
87
- You need machine-level customizations on your servers, which includes additional software such as a specialized database system, specific networking configurations, disk partitions, and so forth.
@@ -127,7 +127,7 @@ When choosing a FTP/FTPS server, Visual Studio prompts you for a profile name, a
127
127
128
128
You can create any number of FTP/FTPS deployment profiles in Visual Studio, making it possible to manage profiles with different settings.
129
129
130
-
### When to choose custom deployment
130
+
### When to choose FTP/FTPS server deployment
131
131
132
132
- You're using cloud services on a provider other than Azure that can be accessed through URLs.
133
133
- You want to deploy using credentials other than the ones that you use within Visual Studio, or those tied directly to your Azure accounts.
0 commit comments