Prior to starting at Microsoft, I had created a short video introducing docs.com (aka docs.microsoft.com) for all your Microsoft documentation needs. Also, I covered how you can help make our documentation better w/ feedback and submitting change requests. One important note: Since this recording, Azure Cloud Shell has been upgraded to use PowerShell Core and runs on Linux so the startup time has…
Category: PowerShell
Deploying an Azure File Share with PowerShell
On Twitter, I saw a post by Scott Cate, a Developer Advocate for Microsoft, showing how to set up Azure File Shares with the GUI. Azure File Shares allow administrators to build SMB file shares on Azure. These can then be mounted by any supported OS such as Windows, Linux or MacOS. Being a PowerShell guy, I decided to dive…