Skip to content

Commit 970ff5d

Browse files
committed
[IoT Edge] - new Bicep quickstart
1 parent 4ca1fc1 commit 970ff5d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

articles/iot-edge/TOC.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- name: Multiple NICs
4747
href: how-to-configure-multiple-nics.md
4848
- name: VM on a DMZ
49-
href: how-to-configure-iot-edge-for-linux-on-windows-iiot-dmz.md
49+
href: how-to-configure-iot-edge-for-linux-on-windows-iiot-dmz.md
5050
- name: Configure nested virtualization for Windows VMs
5151
href: nested-virtualization.md
5252
- name: Access TPM secrets
@@ -105,7 +105,7 @@
105105
- name: C#
106106
href: tutorial-csharp-module-windows.md
107107
- name: Deploy Azure services as modules
108-
items:
108+
items:
109109
- name: Filter data with Azure Functions
110110
href: tutorial-deploy-function.md
111111
- name: Find averages with Azure Stream Analytics
@@ -201,7 +201,7 @@
201201
- name: X.509 certificate attestation
202202
href: how-to-provision-devices-at-scale-linux-x509.md
203203
- name: TPM attestation
204-
href: how-to-provision-devices-at-scale-linux-tpm.md
204+
href: how-to-provision-devices-at-scale-linux-tpm.md
205205
- name: Symmetric key attestation
206206
href: how-to-provision-devices-at-scale-linux-symmetric.md
207207
- name: Windows containers on Windows hosts
@@ -226,6 +226,9 @@
226226
href: how-to-manage-device-certificates.md
227227
- name: Run IoT Edge on Kubernetes
228228
href: how-to-install-iot-edge-kubernetes.md
229+
- name: Deploy IoT Edge VM using a Bicep file
230+
displayname: ARM,template,resource manager
231+
href: how-to-install-iot-edge-ubuntuvm-bicep.md
229232
- name: Deploy IoT Edge VM using an ARM template
230233
href: how-to-install-iot-edge-ubuntuvm.md
231234
- name: Develop custom modules

articles/iot-edge/how-to-install-iot-edge-ubuntuvm-bicep.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ You can't deploy a remote Bicep file. Save a copy of the [Bicep file](https://ra
9696
--parameters adminUsername='<REPLACE_WITH_USERNAME>' \
9797
--parameters adminPasswordOrKey="$(< ~/.ssh/iotedge-vm-key.pub)"
9898
```
99+
99100
:::moniker-end
100101
:::moniker range=">=iotedge-2020-11"
101102
To use an **authenticationType** of `password`, see the example below:
@@ -127,6 +128,7 @@ You can't deploy a remote Bicep file. Save a copy of the [Bicep file](https://ra
127128
--parameters adminUsername='<REPLACE_WITH_USERNAME>' \
128129
--parameters adminPasswordOrKey="$(< ~/.ssh/iotedge-vm-key.pub)"
129130
```
131+
130132
:::moniker-end
131133

132134
1. Verify that the deployment has completed successfully. A virtual machine resource should have been deployed into the selected resource group. Take note of the machine name, this should be in the format `vm-0000000000000`. Also, take note of the associated **DNS Name**, which should be in the format `<dnsLabelPrefix>`.`<location>`.cloudapp.azure.com.

0 commit comments

Comments
 (0)