Skip to content

Commit 4bc2254

Browse files
authored
Apply suggestions from code review
1 parent 27e15f1 commit 4bc2254

4 files changed

+4
-4
lines changed

docs/azure/how-to-sign-in-with-azure-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Visual Studio also gives you the opportunity to [create a new, free Azure accoun
2323
Visual Studio allows you to sign in with multiple accounts and it let's you work with Azure resources across multiple Azure subscriptions so no need to sign-out of one in order to sign-in with another!
2424

2525
> [!NOTE]
26-
> For the Azure CLI users, be aware that the sign-in from the Azure CLI is separate from the sign-in used in Visual Studio, so even if you're signed in to Azure by using `az login` on the same machine where you're running Visual Studio, you still need to provide credentials within Visual Studio.
26+
> When using Azure CLI, be aware that the sign-in from the Azure CLI is separate from the sign-in used in Visual Studio, so even if you're signed in to Azure by using `az login` on the same machine where you're running Visual Studio, you still need to provide credentials within Visual Studio.
2727
2828
## To sign in to Azure from a dialog or wizard screen
2929

docs/azure/vs-azure-tools-configuring-an-azure-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can configure an Azure cloud service project, depending on your requirements
4141

4242
1. Set **Treat warnings as errors** to **True** to make sure you cannot publish if there are package validation errors.
4343

44-
1. Set **Use web project ports** to **True** to make sure that your web role uses the same port each time it starts locally in Internet Information Services (IIS) Express.
44+
1. Set **Use web project ports** to **True** to make sure that your web role uses the same port each time it starts locally in IIS Express.
4545

4646
1. From the Visual Studio toolbar, select **Save**.
4747

docs/azure/vs-azure-tools-emulator-express-debug-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you create an Azure project, Emulator Express is automatically used. For ex
2727

2828
![Properties for an Azure cloud service project](./media/vs-azure-tools-emulator-express-debug-run/web-properties.png)
2929

30-
1. Under **Local Development Server**, select **Use Internet Information Services (IIS) Express option**.
30+
1. Under **Local Development Server**, select **Use IIS Express option**.
3131

3232
1. Under **Emulator**, select **Use Emulator Express**.
3333

docs/azure/vs-key-vault-add-connected-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Affects the project file .NET references and NuGet package references.
7878

7979
### launchsettings.json changes for ASP.NET Core
8080

81-
- Added the following environment variable entries to both the Internet Information Services (IIS) Express profile and the profile that matches your web project name:
81+
- Added the following environment variable entries to both the IIS Express profile and the profile that matches your web project name:
8282

8383
```json
8484
"environmentVariables": {

0 commit comments

Comments
 (0)