You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-ref-conceptual/get-started-with-azure-cli.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,20 +20,20 @@ Azure CLI 2.0 is optimized for managing and administering Azure resources from t
20
20
and for building automation scripts that work against the Azure Resource Manager.
21
21
This article helps get you started using it, and teaches you the core concepts behind it.
22
22
23
-
For information about the latest release, see the [release notes](release-notes-az-cli.md).
23
+
For information about the latest release, see the [release notes](release-notes-azure-cli.md).
24
24
25
25
## Install Azure CLI
26
26
27
27
The first step is to make sure you have the latest version of the Azure CLI installed:
28
28
29
-
1.[Install Azure CLI 2.0](install-az-cli.md)
29
+
1.[Install Azure CLI 2.0](install-azure-cli.md)
30
30
on whatever platform you use.
31
31
32
32
2. To verify the installation was successful, run `az --version` from your command line.
33
33
34
34
You should see the version number of Azure CLI and other dependent libraries installed on your computer.
35
35
36
-
If you get an error, there was likely a problem installing the CLI. Review the "Installation Troubleshooting" section of [Azure CLI 2.0 installation article](install-az-cli.md#troubleshooting)
36
+
If you get an error, there was likely a problem installing the CLI. Review the "Installation Troubleshooting" section of [Azure CLI 2.0 installation article](install-azure-cli.md#troubleshooting)
37
37
for guidance, or post a comment in the discussion at the bottom of that page for help.
Copy file name to clipboardExpand all lines: docs-ref-conceptual/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Azure CLI 2.0 is optimized for managing and administering Azure resources from t
21
21
az vm create -n MyLinuxVM -g MyResourceGroup --image UbuntuLTS
22
22
```
23
23
24
-
Review the [Install article](install-az-cli.md) to get Azure CLI 2.0 up and running on your system. Then read the [Get Started](get-started-with-az-cli.md) article to begin using it.
24
+
Review the [Install article](install-azure-cli.md) to get Azure CLI 2.0 up and running on your system. Then read the [Get Started](get-started-with-azure-cli.md) article to begin using it.
25
25
26
26
The following samples can help you learn how to perform common scenarios with Azure CLI 2.0:
0 commit comments