Skip to content

Commit 7ef4f3a

Browse files
committed
Updated per Review feedback
1 parent c47b7f3 commit 7ef4f3a

5 files changed

+16
-16
lines changed

docs/deployment/building-clickonce-applications-from-the-command-line.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ For .NET windows applications, this setting remains in the project file
174174
::: moniker-end
175175

176176
- `UpdateIntervalUnits` specifies whether the `UpdateInterval` value is in units of hours, days, or weeks.
177-
This setting i
178177
::: moniker range=">=vs-2019"
179178
For .NET Core 3.1, or later, this setting is not supported.
180179
::: moniker-end

docs/deployment/choosing-a-clickonce-update-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ms.workload:
115115
No prompting for trust levels will occur if you use Trusted Application Deployment. For more information, see [Trusted application deployment overview](../deployment/trusted-application-deployment-overview.md).
116116

117117
## See also
118-
\<xref:System.Deployment.Application>
118+
- <xref:System.Deployment.Application>
119119
- [ClickOnce security and deployment](../deployment/clickonce-security-and-deployment.md)
120120
- [Choose a ClickOnce deployment strategy](../deployment/choosing-a-clickonce-deployment-strategy.md)
121121
- [Secure ClickOnce applications](../deployment/securing-clickonce-applications.md)

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get help for your deployment task:
2525

2626
- Not sure what deployment option to choose? See [What publishing options are right for me?](#what-publishing-options-are-right-for-me)
2727
- For help with deployment issues for Azure App Service or IIS, see [Troubleshoot ASP.NET Core on Azure App Service and IIS](/aspnet/core/test/troubleshoot-azure-iis).
28-
- For help to configure .NET deployment settings, see [Configure .NET deployment settings](#configure-net-deployment-settings).
28+
- For help with configuring .NET deployment settings, see [Configure .NET deployment settings](#configure-net-deployment-settings).
2929
- To deploy to a new target, if you have previously created a publish profile, select **New** from the **Publish** window for a configured profile.
3030

3131
![Create a new publish profile](../deployment/media/create-a-new-publish-profile.png)
@@ -110,16 +110,16 @@ For more information:
110110

111111
### Azure Virtual Machine
112112

113-
[Azure Virtual Machines (VMs)](https://azure.microsoft.com/documentation/services/virtual-machines/) let you create and manage any number of computing resources in the cloud. By assuming responsibility for all software and updates on the VMs, you can customize them as much as desired as required by your application. You can access the virtual machines directly through Remote Desktop, and each one will maintain its assigned IP address as long as desired.
113+
[Azure Virtual Machines (VMs)](https://azure.microsoft.com/documentation/services/virtual-machines/) lets you create and manage any number of computing resources in the cloud. By assuming responsibility for all software and updates on the VMs, you can customize them as much as desired as required by your application. You can access the virtual machines directly through Remote Desktop, and each one will maintain its assigned IP address as long as desired.
114114

115115
Scaling an application that's hosted on virtual machines involves spinning up additional VMs according to demand and then deploying the necessary software. This additional level of control lets you scale differently in different global regions. For example, if your application is serving employees in a variety of regional offices, you can scale your VMs according to the number of employees in those regions, potentially reducing costs.
116116

117-
For additional information, refer to the [detailed comparison](/azure/architecture/guide/technology-choices/compute-decision-tree) 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.
117+
For additional information, see the [detailed comparison](/azure/architecture/guide/technology-choices/compute-decision-tree) 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.
118118

119119
#### When to choose Azure Virtual Machines
120120

121121
- You want to deploy a web application that's accessible through the Internet, with full control over the lifetime of assigned IP addresses.
122-
- 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.
122+
- You need machine-level customizations on your servers, which include additional software such as a specialized database system, specific networking configurations, disk partitions, and so forth.
123123
- You want a fine level of control over scaling of your web application.
124124
- You need direct access to the servers hosting your application for any other reason.
125125

@@ -140,15 +140,15 @@ For more information, see the following:
140140

141141
## Folder
142142

143-
Deploying to the file system means to simply copy your application's files to a specific folder on your own computer. This is most often used for testing purposes, or to deploy the application for use by a limited number of people if the computer is also running a server. If the target folder is shared on a network, then deploying to the file system can make the web application files available to others who might then deploy it to specific servers.
143+
Deploying to the file system means to copy your application's files to a specific folder on your own computer. Deploying to a folder is most often used for testing purposes, or to deploy the application for use by a limited number of people if the computer is also running a server. If the target folder is shared on a network, then deploying to the file system can make the web application files available to others who might then deploy it to specific servers.
144144
::: moniker range=">=vs-2019"
145145
Starting with Visual Studio 2019 16.8, the folder target includes the ability to publish a .Net Windows application using ClickOnce.
146146

147147
If you wish to publish a .NET Core 3.1, or newer, Windows application with ClickOnce, see [Deploy a .NET Windows application using ClickOnce](quickstart-deploy-using-clickonce-folder.md).
148148
::: moniker-end
149149
Any local machines that are running a server can make your application available through the Internet or an Intranet depending on how it's configured and the networks to which it's connected. (If you do connect a computer directly to the Internet, be especially careful to protect it from external security threats.) Because you manage these machines, you're in complete control of the software and hardware configurations.
150150

151-
Note that if for any reason (such as machine access) you are not able to use cloud services like Azure App Service or Azure Virtual Machines, you can use the [Azure Stack](https://azure.microsoft.com/overview/azure-stack/) in your own datacenter. The Azure Stack allows you to manage and use computing resources through Azure App Service and Azure Virtual Machines while yet keeping everything on-premises.
151+
If for any reason (such as machine access) you are not able to use cloud services like Azure App Service or Azure Virtual Machines, you can use the [Azure Stack](https://azure.microsoft.com/overview/azure-stack/) in your own datacenter. The Azure Stack allows you to manage and use computing resources through Azure App Service and Azure Virtual Machines while yet keeping everything on-premises.
152152

153153
### When to choose file system deployment
154154

@@ -174,7 +174,7 @@ For additional help to choose your settings, see the following:
174174

175175
An FTP/FTPS server lets you deploy your application to a server other than Azure. It can deploy to a file system or any other server (Internet or Intranet) to which you have access, including those on other cloud services. It can work with web deploy (files or .ZIP) and FTP.
176176

177-
When choosing a FTP/FTPS server, Visual Studio prompts you for a profile name, and then collect additional **Connection** information including the target server or location, a site name, and credentials. You can control the following behaviors on the **Settings** tab:
177+
When choosing a FTP/FTPS server, Visual Studio prompts you for a profile name, and then collects additional **Connection** information including the target server or location, a site name, and credentials. You can control the following behaviors on the **Settings** tab:
178178

179179
- The configuration you want to deploy.
180180
- Whether to remove existing files from the destination.
@@ -193,7 +193,7 @@ You can create any number of FTP/FTPS deployment profiles in Visual Studio, maki
193193

194194
An IIS web server lets you deploy your application to a web server other than Azure. It can deploy to an IIS server (Internet or Intranet) to which you have access, including those on other cloud services. It can work with Web Deploy or a Web Deploy package.
195195

196-
When choosing an IIS web server, Visual Studio prompts you for a profile name, and then collect additional **Connection** information including the target server or location, a site name, and credentials. You can control the following behaviors on the **Settings** tab:
196+
When choosing an IIS web server, Visual Studio prompts you for a profile name, and then collects additional **Connection** information including the target server or location, a site name, and credentials. You can control the following behaviors on the **Settings** tab:
197197

198198
- The configuration you want to deploy.
199199
- Whether to remove existing files from the destination.
@@ -210,7 +210,7 @@ You can create any number of IIS web server deployment profiles in Visual Studio
210210

211211
For more information, see [Quickstart - Deploy to a web site](quickstart-deploy-to-a-web-site.md).
212212

213-
For help troubleshooting ASP.NET Core on IIS, see [Troubleshoot ASP.NET Core on Azure App Service and IIS](/aspnet/core/test/troubleshoot-azure-iis).
213+
For help with troubleshooting ASP.NET Core on IIS, see [Troubleshoot ASP.NET Core on Azure App Service and IIS](/aspnet/core/test/troubleshoot-azure-iis).
214214

215215
## Import Profile
216216

@@ -221,7 +221,7 @@ Use of a publish settings file can simplify deployment configuration and works b
221221
### When to choose import profile
222222

223223
- You're publishing to IIS and want to simplify deployment configuration.
224-
- You're publishing to IIS or Azure App Service and want to speed up deployment configuration for re-use or for team members publishing to the same service.
224+
- You're publishing to IIS or Azure App Service and want to speed up deployment configuration for reuse or for team members publishing to the same service.
225225

226226
For more information, see the following:
227227

docs/deployment/quickstart-deploy-to-local-folder.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ You can use the **Publish** tool to publish ASP.NET, ASP.NET Core, .NET Core, an
4444

4545
::: moniker range=">=vs-2019"
4646

47-
1. If you are deploying a .NET Core 3.1, or newer, Windows Application you may need to select **Folder** in the **Specific target** window.
47+
4. If you are deploying a .NET Core 3.1, or newer, Windows Application you may need to select **Folder** in the **Specific target** window.
4848

4949
![Choose folder as specific target](../deployment/media/quickstart-publish-folder-targets.png "Choose Specific Target")
5050

51-
1. If you wish to publish a .NET Core 3.1, or newer, Windows application with ClickOnce, see [Deploy a .NET Windows application using ClickOnce](quickstart-deploy-using-clickonce-folder.md).
51+
5. If you wish to publish a .NET Core 3.1, or newer, Windows application with ClickOnce, see [Deploy a .NET Windows application using ClickOnce](quickstart-deploy-using-clickonce-folder.md).
52+
5253
::: moniker-end
5354

54-
1. Enter a path or select **Browse** to specify a folder.
55+
4. Enter a path or select **Browse** to specify a folder.
5556

5657
![Specify the path to the folder](../deployment/media/quickstart-publish-folder-path.png "Choose Folder")
5758

docs/deployment/quickstart-deploy-using-clickonce-folder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Also in this page, you can also set the Publish version and if the version will
6060
> [!NOTE]
6161
> The Publish version number is unique for each ClickOnce profile. If you plan on having more then one profile, you will need to keep this in mind.
6262
63-
1. In the **Sign manifests** page, you can specify if the manifests should be signed and which certificate to use.
63+
10. In the **Sign manifests** page, you can specify if the manifests should be signed and which certificate to use.
6464

6565
![Sign the ClickOnce Manifests](../deployment/media/quickstart-clickonce-sign-manifests.png)
6666

0 commit comments

Comments
 (0)