You can download and modify the Azure ARM/ACI template used to create the container app. The template is a collection of parameters in JSON format, following the standard ARM template specification. Read Understand the structure and syntax of ARM templates in the Azure documentaton for further details. The parameters held in the template correspond exactly to the fields that you can edit on the Custom deployment screen, as described in installation using an ARM template. Although modifying the template introduces an additional step to the container app creation process and requires some additional technical knowledge, you may find this method advantageous for a number of reasons. For example, you can reuse the modified template to create additional s that you know will have a consistent configuration.Documentation Index
Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Download and edit the template
- In , follow the steps to create a new , with Azure as the cloud provider.
- On the Deployment tab of the Runner details page, click Download. This will download the ARM/ACI template to your browser’s default download location, as a file named
arm-template.json. - Edit the template using your preferred text editor.
Customizing the template to use pre-created managed identities and roles allows you to enforce strict permissions and rerun the template to create multiple s in the same resource group. Note that each must be deployed into a separate subnet due to Azure limitations.
Deploy the Maia runner from the template
- On the Deployment tab of the Runner details page, click Launch. This will open the Azure portal at the Custom deployment screen, in a new browser tab.
- Click Edit template.
- Copy the text from the downloaded template file you have edited, and paste it into the Edit template screen, overwriting the JSON data already there.
- This will populate the Custom deployment screen with values from your edited template. You can modify these further if you wish, though this shouldn’t be necessary if you have made all the required changes in your template.
- Click Review & Create.
