Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

REST API or Azure CLI support for deploying Azure workbook

Is there any REST API or dedicated azure CLI commands that can help in the deployment of the workbook. Workbook deployment mentions ARM deployment, but maintaining a huge "serializedData" in the arm template is nowhere practical.

like image 502
Ashwin Kumar Avatar asked Dec 18 '25 08:12

Ashwin Kumar


1 Answers

I am not aware of any CLI command for workbook deployment. One easy workaround to your problem is to add a parameter in the ARM template for the serialized data instead of maintaining that in the template itself. Then you can just do a regular az deployment using the template and pass your ARM parameter from outside.

like image 150
krishg Avatar answered Dec 21 '25 02:12

krishg



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!