Skip to content

Instantly share code, notes, and snippets.

@bjh1977
Created May 22, 2019 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjh1977/54119a56dfe3509787eff3679a196df0 to your computer and use it in GitHub Desktop.
Save bjh1977/54119a56dfe3509787eff3679a196df0 to your computer and use it in GitHub Desktop.
[uri] $BlobURI = New-AzureStorageBlobSASToken -Context $context -CloudBlob $blob.ICloudBlob -Permission r -ExpiryTime $ExpiryTime -FullUri
New-AzureRmAutomationModule -Name $ModuleName -ResourceGroupName $AutomationResourceGroupName -AutomationAccountName $AutomationAccountName -ContentLink $BlobUri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment