Skip to content

Diastro/AzureAutomation-PythonExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzureAutomation-PythonExamples

Python example runbooks for Azure Automation

To report an issue or request an example please open an issue.

Built-in Azure SDK

The Azure Python2 SDK is build into Azure Automation. To use any of the Azure module simply import them from your runbooks like so :

from azure.common.credentials import UserPassCredentials
from azure.mgmt.resource import ResourceManagementClient
from azure.mgmt.storage import StorageManagementClient
from azure.storage import CloudStorageAccount
from azure.storage.blob.models import ContentSettings, PublicAccess
...

Reference : Azure Python SDK Documentation

Runbook examples

Automation assets

Automation runbook parameter

RunAs (Azure service principal)

Reference

About

Python example runbooks for Azure automation

Resources

License

Stars

13 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages