AZ
2019
How to Create an Azure File Share
·520 words·3 mins·
views
·
likes
Azure File Service offers managed file shares in the cloud accessible via the standard Server Message Block (SMB) protocol. This allows you to create one or more files shared in the cloud and use the share as a normal Windows file server.
2018
How to install the new Azure PowerShell "Az" Module
·206 words·1 min·
100
views
·
5
likes
This quick blog post shows how to install the Azure Powershell Az module that replaces the AzureRM module. Before starting the module’s installation, it is important to know that Az and AzureRM modules cannot be imported in the same session or used in the same script.