Tag: Azure Storage Accounts
-
Azure PowerShell Function App automates Azure Storage file sync to secondary Storage Account.
Azure Storage Files is a sub service of Azure Storage Accounts. It offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol (also known as Common Internet File System or CIFS). The cloud File shares can be mounted concurrently by cloud or on-premises deployments of…
-
Configuring an Azure VM From a Sysprepped Source Image using ARM PowerShell.
While working on an Azure IaaS deployment, I was required to configure an Azure VM using a generalized image in a different resourcegroup.In this post, I want to document my experience using Azure Resource Manager Powershell cmdlets to achieve the related tasks. The Sysprep tool in the C:\Windows\System32 directory of the windows Azure virtual machine…