From 9babbf03e206c9fcaa8b6faa7d473c0c139aa465 Mon Sep 17 00:00:00 2001 From: Tobias Rydh Date: Fri, 18 Nov 2022 14:52:32 +0100 Subject: [PATCH] Added notes --- Windows/Powershell/Azure.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Windows/Powershell/Azure.md b/Windows/Powershell/Azure.md index e69de29..1513c4a 100644 --- a/Windows/Powershell/Azure.md +++ b/Windows/Powershell/Azure.md @@ -0,0 +1,12 @@ + +Install the module + +``` Powershell +install-module az* +``` + +Importera module to run commands + +``` Powershell +import-module az* +``` \ No newline at end of file