Skip to content

Commit ebf371d

Browse files
Fix blocking issues beyond scope.
1 parent 78fd56e commit ebf371d

5 files changed

+6
-6
lines changed

articles/ansible/ansible-create-configure-mysql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.date: 04/30/2019
1919
> * Create a MySql server
2020
> * Create a MySql database
2121
> * Configure a filewall rule so that an external app can connect to your server
22-
> * Connect to your MySql server from the Azure cloud shell
22+
> * Connect to your MySql server from the Azure Cloud Shell
2323
> * Query your available MySQL servers
2424
> * List all databases in your connected servers
2525
@@ -150,7 +150,7 @@ ansible-playbook mysql_firewall.yml
150150

151151
## Connect to the server
152152

153-
In this section, you use the Azure cloud shell to connect to the server you created previously.
153+
In this section, you use the Azure Cloud Shell to connect to the server you created previously.
154154

155155
1. Open shell.azure.com by selecting below.
156156

articles/ansible/ansible-run-playbook-in-cloudshell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 04/30/2019
88

99
# Quickstart: Run Ansible playbooks via Bash in Azure Cloud Shell
1010

11-
Azure Cloud Shell is an interactive, browser-accessible shell for managing Azure resources. Cloud Shell provides enables you to use either a Bash or Powershell command line. In this article, you use Bash within Azure Cloud Shell to run an Ansible playbook.
11+
Azure Cloud Shell is an interactive, browser-accessible shell for managing Azure resources. Cloud Shell provides enables you to use either a Bash or PowerShell command line. In this article, you use Bash within Azure Cloud Shell to run an Ansible playbook.
1212

1313
## Prerequisites
1414

articles/app-service/app-service-web-get-started-nodejs.experimental.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'QuickStart: Create a Node.js web app'
2+
title: 'Quickstart: Create a Node.js web app'
33
description: Deploy your first Node.js Hello World to Azure App Service in minutes. You deploy using a ZIP package, which is one of many ways to deploy to App Service.
44
ms.assetid: 582bb3c2-164b-42f5-b081-95bfcb7a502a
55
ms.topic: quickstart

articles/service-fabric/service-fabric-tutorial-scale-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this tutorial series you learn how to:
3333
Before you begin this tutorial:
3434

3535
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)
36-
* Install [Azure Powershell](https://docs.microsoft.com/powershell/azure/install-Az-ps) or [Azure CLI](/cli/azure/install-azure-cli).
36+
* Install [Azure PowerShell](https://docs.microsoft.com/powershell/azure/install-Az-ps) or [Azure CLI](/cli/azure/install-azure-cli).
3737
* Create a secure [Windows cluster](service-fabric-tutorial-create-vnet-and-windows-cluster.md) on Azure
3838

3939
## Important considerations and guidelines

articles/service-fabric/service-fabric-tutorial-upgrade-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In this tutorial series you learn how to:
3737
Before you begin this tutorial:
3838

3939
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)
40-
* Install [Azure Powershell](https://docs.microsoft.com/powershell/azure/install-Az-ps) or [Azure CLI](/cli/azure/install-azure-cli).
40+
* Install [Azure PowerShell](https://docs.microsoft.com/powershell/azure/install-Az-ps) or [Azure CLI](/cli/azure/install-azure-cli).
4141
* Create a secure [Windows cluster](service-fabric-tutorial-create-vnet-and-windows-cluster.md) on Azure
4242
* Set up a Windows development environment. Install [Visual Studio 2019](https://www.visualstudio.com) and the **Azure development**, **ASP.NET and web development**, and **.NET Core cross-platform development** workloads. Then set up a [.NET development environment](service-fabric-get-started.md).
4343

0 commit comments

Comments
 (0)