Skip to content

Commit 7cc229b

Browse files
committed
Validation fixes for column-header-missing warnings
1 parent bfc8401 commit 7cc229b

File tree

2 files changed

+40
-19
lines changed

2 files changed

+40
-19
lines changed

articles/azure-cli/popular-articles-using-the-azure-cli.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ The Azure CLI is used in many Azure services resulting in articles being spread
1717

1818
## Compute
1919

20-
| | | | |
20+
|Service|Article type|Article title|Description|
2121
|-|-|-|-|
2222
|Virtual Machines | Tutorial: Linux | [Create a Linux virtual machine with the Azure CLI](azure-cli-vm-tutorial.yml) | Create a virtual machine. Learn about output queries and setting environment variables.
2323
|Virtual Machines | Quickstart: Linux | [Create a Linux virtual machine using the Azure CLI](/azure/virtual-machines/linux/quick-create-cli) | Create and deploy a Linux virtual machine. Open a port for web traffic, and install a web server.
2424
|Virtual Machines | How-to guide: Linux |[Create a Linus image of a virtual machine or VHD](/azure/virtual-machines/linux/capture-image) | Deprovision an existing virtual machine, create an image, and create a new virtual machine from the captured image.
2525
|Virtual Machines | How-to guide: Linux | [Upload a VHD to Azure using the Azure CLI](/azure/virtual-machines/linux/disks-upload-vhd-to-managed-disk-cli) | Create an empty managed disk, upload your local VHD file, and copy a managed disk.
26-
|Virtual Machines | How-to guide: Linux | [Create a shared image gallery using the Azure CLI](/azure/virtual-machines/linux/shared-images) | Create a Shared Image Gallery of custom VM images with others in your organization, within or across regions, or within an AAzure Active Directory tenant.
26+
|Virtual Machines | How-to guide: Linux | [Create a shared image gallery using the Azure CLI](/azure/virtual-machines/linux/shared-images) | Create a Shared Image Gallery of custom VM images with others in your organization, within or across regions, or within an Azure Active Directory tenant.
2727
|Virtual Machines | How-to guide: Linux | [Deploy Spot VMs using the Azure CLI (preview)](/azure/virtual-machines/linux/spot-cli) | Deploy a Linux Spot virtual machine that will not be evicted based on price.
2828
|Virtual Machines | Quickstart: Windows | [Create a Windows virtual machine using the Azure CLI](/azure/virtual-machines/windows/quick-create-cli) | Deploy a virtual machine in Azure that runs Windows Server 2016.
2929
|Virtual Machines | Learn Module | [Manage virtual machines using the Azure CLI](https://docs.microsoft.com/learn/modules/manage-virtual-machines-with-azure-cli/) | Create, start, stop, and perform additional management tasks related to virtual machines.
@@ -35,20 +35,20 @@ The Azure CLI is used in many Azure services resulting in articles being spread
3535

3636
## Networking
3737

38-
| | | | |
38+
|Service|Article type|Article title|Description|
3939
|-|-|-|-|
4040
|Virtual Network|Quickstart | [Create a virtual network using the Azure CLI](/azure/virtual-network/quick-create-cli) | Create a virtual network, deploy two virtual machines into the virtual network, and connected to the virtual machines from the internet.
4141
|Virtual Network|How-to guide | [Enable Accelerated Networking on a Linux virtual machine using the Azure CLI](/azure/virtual-network/create-vm-accelerated-networking-cli) | Create a Linux virtual machine, handle dynamic binding and revocation of virtual function, and enable Accelerated Networking.
4242

4343
## Internet of Things
4444

45-
| | | | |
45+
|Service|Article type|Article title|Description|
4646
|-|-|-|-|
4747
|IoT Hub|Tutorial | [Configure IoT Hub message routing using the Azure CLI](/azure/iot-hub/tutorial-routing) | Set up and use custom routing queries with IoT Hub.
4848

4949
## Developer Tools
5050

51-
| | | | |
51+
|Service|Article type|Article title|Description|
5252
|-|-|-|-|
5353
|Azure App Configuration|Samples |[Azure CLI samples for Azure App Configuration](/azure/azure-app-configuration/cli-samples) | Get links to bash scripts that use the Azure CLI for Azure App Configuration.
5454
|Azure DevOps| Get Started: DevOps Pipeline |[Create your first Azure Pipeline using the Azure CLI](/azure/devops/pipelines/create-first-pipeline-cli) | Create a new pipeline in a cloned GitHub directory, manage and run your pipelines.
@@ -57,7 +57,7 @@ The Azure CLI is used in many Azure services resulting in articles being spread
5757

5858
## Databases
5959

60-
| | | | |
60+
|Service|Article type|Article title|Description|
6161
|-|-|-|-|
6262
|SQL Database| Sample |[Configure Azure SQL Database using the Azure CLI](/azure/sql-database/sql-database-cli-samples?tabs=single-database) | Azure CLI samples for Azure SQL Database.
6363
|MySQL|Quickstart |[Create an Azure Database for MySQL server using the Azure CLI](/azure/mysql/quickstart-create-mysql-server-database-using-azure-cli) | Create an Azure Database for MySQL server. Configure a firewall rule and SSL settings. Get and use connection information.
@@ -66,15 +66,15 @@ The Azure CLI is used in many Azure services resulting in articles being spread
6666

6767
## Analytics
6868

69-
| | | | |
69+
|Service|Article type|Article title|Description|
7070
|-|-|-|-|
7171
Azure Event Hub |Quickstart |[Create an event hub using the Azure CLI](/azure/event-hubs/event-hubs-quickstart-cli) | Create an Event Hubs namespace, and an event hub.
7272
HDInsight |How-to-guide |[Create HDInsight clusters using the Azure CLI](/azure/hdinsight/hdinsight-hadoop-create-linux-clusters-azure-cli) | Create a HDInsight 3.6 cluster.
7373
HDInsight |Tutorial |[Manage Azure HDInsight clusters using the Azure CLI](/azure/hdinsight/hdinsight-administer-use-command-line) | List, show, delete, and scale HDInsight clusters.
7474

7575
## Management and Governance
7676

77-
| | | | |
77+
|Service|Article type|Article title|Description|
7878
|-|-|-|-|
7979
Resource Manager Templates |How-to guide |[Deploy resources with Azure Resource Manager templates and the Azure CLI](/azure/azure-resource-manager/templates/deploy-cli) | Deploy your resources to Azure using templates.
8080
Resource Manager groups |How-to guide |[Manage Azure Resource Manager resource groups by using the Azure CLI](/azure/azure-resource-manager/management/manage-resource-groups-cli) | Use Azure Resource Manager to manage your Azure resource groups.
@@ -83,15 +83,15 @@ Policy assignment |Quickstart |[Create a policy assignment to identify non-compl
8383

8484
## Hybrid
8585

86-
| | | | |
86+
|Service|Article type|Article title|Description|
8787
|-|-|-|-|
8888
Azure Stack Hub| Quickstart: Linux VM |[Create a Linux server virtual machine in Azure Stack Hub using the Azure CLI](/azure-stack/user/azure-stack-quick-create-vm-linux-cli) | Create an Ubuntu Server 16.04 LTS virtual machine, connect to the virtual machine with a remote client, and install an NGINX web server.
8989
Azure Stack Hub| Quickstart: Windows VM |[Create a Windows Server virtual machine in Azure Stack Hub using the Azure CLI](/azure-stack/user/azure-stack-quick-create-vm-windows-cli) |Create a Windows Server 2016 virtual machine, connect the virtual machine with a remote client, and install the IIS web server.
9090
Azure Stack Hub| How-to guide: ASDK resources |[Manage and deploy resources to Azure Stack Hub using the Azure CLI](/azure-stack/user/azure-stack-version-profiles-azurecli2) | Set up the Azure CLI to manage Azure Stack Development Kit (ASDK) resources from Linux, Mac, and Windows client platforms.
9191

9292
## Storage
9393

94-
| | | | |
94+
|Service|Article type|Article title|Description|
9595
|-|-|-|-|
9696
Blob storage |Quickstart | [Create, download, and list blobs using the Azure CLI](/azure/storage/blobs/storage-quickstart-blobs-cli) | Upload and download data to and from Azure Blob storage.
9797
Blob storage |How-to guide |[Authorize access to blob or queue data using the Azure CLI](/azure/storage/common/authorize-data-operations-cli) | Specify how data operations are authorized, and set environment variables for parameters.
@@ -100,7 +100,7 @@ File storage |Quickstart |[Create and manage Azure file shares using the Azure C
100100

101101
## Security
102102

103-
| | | | |
103+
|Service|Article type|Article title|Description|
104104
|-|-|-|-|
105105
Service principal |How-to guide |[Create an Azure service principal with the Azure CLI](/cli/azure/create-an-azure-service-principal-azure-cli) | Create, get information about, and reset a service principal with the Azure CLI.
106106
RBAC |How-to guide |[Add or remove role assignments using Azure RBAC and the Azure CLI](/azure/role-based-access-control/role-assignments-cli) | Assign roles to Azure role-based access control.
@@ -109,15 +109,15 @@ Key Vault |Tutorial |[Manage storage account keys with Key Vault and the Azure C
109109

110110
## AI + Machine Learning
111111

112-
| | | | |
112+
|Service|Article type|Article title|Description|
113113
|-|-|-|-|
114114
Machine Learning |Reference |[Use the Azure CLI extension for Azure Machine Learning](/azure/machine-learning/reference-azure-machine-learning-cli) | Run experiments to create machine learning models and register machine learning models for customer usage. Package, deploy and track the lifecycle of your machine learning models.
115115
Cognitive Services |How-to-guide |[Create a Cognitive Services resource using the Azure CLI](/azure/cognitive-services/cognitive-services-apis-create-account-cli) | Sign up for Azure Cognitive Services and create an account that has a single-service or multi-service subscription. Use the keys and endpoint generated for you to authenticate your applications.
116116
Azure Monitor |How-to guide |[Create a Log Analytics workspace using the Azure CLI](/azure/azure-monitor/learn/quick-create-workspace-cli) | Create and deploy a Log Analytics workspace.
117117

118118
## Geographies
119119

120-
| | | | |
120+
|Service|Article type|Article title|Description|
121121
|-|-|-|-|
122122
Azure Germany |Get Started |[Connect to Azure Germany by using the Azure CLI](/azure/germany/germany-get-started-connect-with-cli) | Using Azure Germany, manage a large subscription through scripts and access features that are not currently available in the global Azure portal.
123123
Azure Government|Get Started |[Connect to Azure Government with Azure CLI](/azure/azure-government/documentation-government-get-started-connect-with-cli)|Access and start managing resources in Azure Government.

articles/go/includes/cloud-shell-try-it.md

+27-6
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,31 @@ ms.technology: azure-cli
44
---
55
## Launch Azure Cloud Shell
66

7-
The Azure Cloud Shell is an interactive shell that runs on Azure. It has common tools pre-installed and configured to use with your account. Just click the **Copy** to copy the code, paste it into the Cloud Shell, and then press enter to run it. There are a few ways to launch the Cloud Shell:
7+
The Azure Cloud Shell is an interactive shell that runs on Azure. It has common tools pre-installed and configured to use with your account. Select **Copy** to copy the code, paste it to the Cloud Shell, and then press Enter to run it.
88

9-
| | |
10-
|-----------------------------------------------|---|
11-
| Click **Try It** in the upper right corner of a code block. | ![Cloud Shell in this article](../media/cloud-shell-try-it/cli-try-it.png) |
12-
| Open Cloud Shell in your browser. | [![https://shell.azure.com/bash](../media/cloud-shell-try-it/launchcloudshell.png)](https://shell.azure.com/bash) |
13-
| Click the **Cloud Shell** button on the menu in the upper right of the [Azure portal](https://portal.azure.com). | ![Cloud Shell in the portal](../media/cloud-shell-try-it/cloud-shell-menu.png) |
9+
There are a few ways to launch the Cloud Shell:
10+
11+
:::row:::
12+
:::column span="":::
13+
Select **Try It** in the upper right corner of a code block.
14+
:::column-end:::
15+
:::column span="":::
16+
![Cloud Shell in this article](../media/cloud-shell-try-it/cli-try-it.png)
17+
:::column-end:::
18+
:::row-end:::
19+
:::row:::
20+
:::column span="":::
21+
Open Cloud Shell in your browser.
22+
:::column-end:::
23+
:::column span="":::
24+
[![https://shell.azure.com/bash](../media/cloud-shell-try-it/launchcloudshell.png)](https://shell.azure.com/bash)
25+
:::column-end:::
26+
:::row-end:::
27+
:::row:::
28+
:::column span="":::
29+
Select the **Cloud Shell** button on the menu in the upper right of the [Azure portal](https://portal.azure.com).
30+
:::column-end:::
31+
:::column span="":::
32+
![Cloud Shell in the portal](../media/cloud-shell-try-it/cloud-shell-menu.png)
33+
:::column-end:::
34+
:::row-end:::

0 commit comments

Comments
 (0)