azureautomation / automation-packs

Collections of Automation resources that can include runbooks, configurations, modules, credentials, schedules, variables, connections, certificates, jobs, compilation jobs, and nodes.
MIT License
75 stars 42 forks source link

Using ARM deployments I can deploy a string larger then 1024 characters #21

Closed Frankwayne closed 6 years ago

Frankwayne commented 6 years ago

Using an ARM deployment of an automation variable I can deploy a string longer than 1024 characters.

The azure portal blocks strings longer than 1024 so I'm unsure if I should be allowed to do this through the ARM templates

jefffanjoy commented 6 years ago

Yes. The UX has an imposed limit of 1024 characters but the API allows string max which is 2GB if I recall correctly.

Frankwayne commented 6 years ago

oh that is really cool, and great news. Thanks!