From 521e2fc5189de331b9d161e926e7784ae6fde622 Mon Sep 17 00:00:00 2001 From: maniimanjari <54527470+maniimanjari@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:05:57 +0530 Subject: [PATCH] Update 01-commands.md Added Reference link --- Day-12/01-commands.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Day-12/01-commands.md b/Day-12/01-commands.md index 7f1af3d..adcb6bc 100644 --- a/Day-12/01-commands.md +++ b/Day-12/01-commands.md @@ -17,3 +17,7 @@ blob_name="" curl "https://$storage_account_name.blob.core.windows.net/$container_name/$blob_name" -H "x-ms-version: 2017-11-09" -H "Authorization: Bearer $access_token" ``` +### References: +https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/tutorial-linux-vm-access-storage + +