Skip to content

Commit

Permalink
remove arm_template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed May 20, 2024
1 parent 9bf9d58 commit 4c1cca0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 700 deletions.
16 changes: 0 additions & 16 deletions docs/write_test/azure_template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,4 @@ To achieve this, follow these steps:
Make sure you have the Bicep CLI installed. You can install it `here <https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-cli>`__. Put bicepconfig.json in the same directory as the Bicep template.

3. **Enable Bicep Generated ARM Template**: Set use_bicep to true in the runbook.

.. code:: yaml
platform:
- type: azure
...
azure:
...
use_bicep: true
requirement:
...
azure:
...
location: "<one or multiple locations, split by comma>"
These steps allow you to leverage the benefits of Bicep for defining Azure infrastructure while still utilizing the Azure Python SDK for deployment.
Loading

0 comments on commit 4c1cca0

Please sign in to comment.