From 58d0c6e176dccf57651db4732c2dd9c8eec99803 Mon Sep 17 00:00:00 2001 From: ArtificialTruth Date: Fri, 29 Apr 2022 12:42:02 +0200 Subject: [PATCH] Fix broken reference to image `msiaccess.PNG` no longer exists in `images/`, instead use `svc-pr-4.PNG` --- .../authentication-in-azureml/authentication-in-azureml.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-use-azureml/manage-azureml-service/authentication-in-azureml/authentication-in-azureml.ipynb b/how-to-use-azureml/manage-azureml-service/authentication-in-azureml/authentication-in-azureml.ipynb index 9354a50be..262f783f9 100644 --- a/how-to-use-azureml/manage-azureml-service/authentication-in-azureml/authentication-in-azureml.ipynb +++ b/how-to-use-azureml/manage-azureml-service/authentication-in-azureml/authentication-in-azureml.ipynb @@ -196,7 +196,7 @@ "\n", "Then, assign the VM access to your Workspace. For example from Azure Portal, navigate to your workspace, select __Access Control (IAM)__, __Add Role Assignment__, specify __Virtual Machine__ for __Assign Access To__ dropdown, and select your VM's identity.\n", "\n", - "![msi assignment](images/msiaccess.PNG)\n", + "![msi assignment](images/svc-pr-4.PNG)\n", "\n", "After completing these steps, you can use authenticate using MsiAuthentication instance." ] @@ -540,4 +540,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}