This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
This Azure Automation runbook automates Azure API Management backup to Blob storage and deletes old backups from blob storage. | |
.DESCRIPTION | |
You should use this Runbook if you want manage Azure API Management backups in Blob storage. | |
This is a PowerShell runbook, as opposed to a PowerShell Workflow runbook. | |
It requires AzureRM.ApiManagement module to be installed. | |
The script uses the AzureRunAsConnection connection to login and perform the backup. |