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