Skip to content

Commit f9d22eb

Browse files
committed
minor edits
1 parent 675dbaf commit f9d22eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/deployment/deploying-applications-services-and-components-resources.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ From within Visual Studio, applications can be published directly to the followi
4040
When you choose Azure, you can choose between:
4141

4242
- 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
4444
- An Azure Virtual Machine
4545

4646
![Choose an Azure service](../deployment/media/quickstart-choose-azure-service.png)
@@ -51,7 +51,7 @@ When you choose Azure, you can choose between:
5151

5252
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.
5353

54-
### When to choose Azure App Service
54+
#### When to choose Azure App Service
5555

5656
- You want to deploy a web application that's accessible through the Internet.
5757
- 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:
6868

6969
[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.
7070

71-
### When to choose Azure Container Registry
71+
#### When to choose Azure Container Registry
7272

7373
- When you have an existing Docker container development and deployment pipeline.
7474
- 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
8181

8282
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.
8383

84-
### When to choose Azure App Virtual Machines
84+
#### When to choose Azure Virtual Machines
8585

8686
- You want to deploy a web application that's accessible through the Internet, with full control over the lifetime of assigned IP addresses.
8787
- 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
127127

128128
You can create any number of FTP/FTPS deployment profiles in Visual Studio, making it possible to manage profiles with different settings.
129129

130-
### When to choose custom deployment
130+
### When to choose FTP/FTPS server deployment
131131

132132
- You're using cloud services on a provider other than Azure that can be accessed through URLs.
133133
- 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

Comments
 (0)