Skip to content

Commit 4c02b59

Browse files
committed
Updated screenshots for python
1 parent f2108b4 commit 4c02b59

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/iot-hub/iot-hub-python-python-schedule-jobs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,17 +152,17 @@ To create a shared access policy that grants **service connect**, **registry rea
152152
153153
2. On the left-side pane of your IoT hub, select **Shared access policies**.
154154
155-
3. From the top menu above the list of policies, select **Add**.
155+
3. From the top menu above the list of policies, select **Add shared access policy**.
156156
157-
4. On the **Add a shared access policy** pane, enter a descriptive name for your policy; for example: *serviceAndRegistryReadWrite*. Under **Permissions**, select **Service connect** and **Registry write** (**Registry read** is automatically selected when you select **Registry write**). Then select **Create**.
157+
4. On the **Add shared access policy** pane, enter a descriptive name for your policy; for example: *serviceAndRegistryReadWrite*. Under **Permissions**, select **Registry Write** and **Service Connect** (**Registry Read** is automatically selected when you select **Registry Write**) then select **Add**.
158158
159-
![Show how to add a new shared access policy](./media/iot-hub-python-python-schedule-jobs/add-policy.png)
159+
:::image type="content" source="./media/iot-hub-python-python-schedule-jobs/add-policy.png" alt-text="Screenshot of how to add a new access policy in the IoT Hub of the Azure portal." lightbox="./media/iot-hub-python-python-schedule-jobs/add-policy.png":::
160160
161-
5. Back on the **Shared access policies** pane, select your new policy from the list of policies.
161+
5. Back on the **Shared access policies** page, select your new policy from the list of policies.
162162
163-
6. Under **Shared access keys**, select the copy icon for the **Connection string -- primary key** and save the value.
163+
6. In the new pane that appears, select the copy icon for the **Primary connection string** and save the value.
164164
165-
![Show how to retrieve the connection string](./media/iot-hub-python-python-schedule-jobs/get-connection-string.png)
165+
:::image type="content" source="./media/iot-hub-python-python-schedule-jobs/get-connection-string.png" alt-text="Screenshot of how to get the primary connection string from an access policy in the IoT Hub of the Azure portal." lightbox="./media/iot-hub-python-python-schedule-jobs/get-connection-string.png":::
166166
167167
For more information about IoT Hub shared access policies and permissions, see [Access control and permissions](./iot-hub-dev-guide-sas.md#access-control-and-permissions).
168168
34.9 KB
Loading
29.8 KB
Loading

0 commit comments

Comments
 (0)