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
Update repository information and install the `azure-cli` package:
43
-
```
44
-
sudo apt update
45
-
sudo apt install azure-cli
46
-
```
20
+
To install `Azure CLI`, refer to the [Install Azure CLI on Ubuntu](https://documentation.ubuntu.com/azure/en/latest/azure-how-to/instances/install-azure-cli/) guide.
47
21
48
22
### Connect `Azure` with your Microsoft Azure account
49
23
@@ -140,13 +114,13 @@ Once you’ve chosen your configuration template, complete the following steps.
140
114
- If you’re using `cloud-init-quickstart.yaml`, run:
2. Open the downloaded cloud-init YAML file in an editor, determine which configuration parameters need to be changed between lines 4 and 32 and change these parameters.
@@ -177,6 +151,9 @@ az vm open-port \
177
151
178
152
It takes a few minutes to create the VM and supporting resources.
179
153
154
+
> [!NOTE]
155
+
When creating the VM an error may occur with the code `MarketplacePurchaseEligibilityFailed`. This error indicates that before the subscription can use this image, you need to accept the legal terms of the image. Viewing and accepting the terms can be done via the Azure CLI. Refer to Microsoft Azure documentation [az vm image terms](https://learn.microsoft.com/en-us/cli/azure/vm/image/terms).
156
+
180
157
Observe the process by tailing the `cloud-init-output.log` file. Replace `{landscape.domain.com}` with your FQDN or static IP address:
0 commit comments