diff --git a/.github/ISSUE_TEMPLATE/5_orphaned_module.yml b/.github/ISSUE_TEMPLATE/5_orphaned_module.yml index 15fc84eb5..a48e6a141 100644 --- a/.github/ISSUE_TEMPLATE/5_orphaned_module.yml +++ b/.github/ISSUE_TEMPLATE/5_orphaned_module.yml @@ -1,7 +1,7 @@ -name: Orphaned AVM Module πŸ‘€ +name: Orphaned AVM Module 🟑 description: An existing AVM module has just become orphaned and needs a new owner title: "[Orphaned Module]: `MODULE_NAME_BETWEEN_BACKTICKS`" -labels: ["Status: Module Orphaned :eyes:", "Needs: Module Owner :mega:", "Needs: Triage :mag:"] +labels: ["Status: Module Orphaned :yellow_circle:", "Needs: Module Owner :mega:", "Needs: Triage :mag:"] projects: ["Azure/529"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/6_module_deprecation.yml b/.github/ISSUE_TEMPLATE/6_module_deprecation.yml new file mode 100644 index 000000000..c71e0a79d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/6_module_deprecation.yml @@ -0,0 +1,68 @@ +name: Deprecate AVM Module πŸ”΄ +description: Want to deprecate an AVM Module? Let us know! +title: "[Module Deprecation]: `MODULE_NAME_BETWEEN_BACKTICKS`" +labels: ["Status: Module Deprecated :red_circle:", "Needs: Triage :mag:"] +projects: ["Azure/529"] +body: + - type: markdown + attributes: + value: | + By filling this issue template, you're requesting a given AVM module to be [deprecated](https://azure.github.io/Azure-Verified-Modules/specs/shared/module-lifecycle/#deprecated-modules). + + This request should primarily be submitted by the module owner, but can be submitted by anyone. The module owner will be contacted to confirm the deprecation request. + + - type: checkboxes + id: existing-checks + attributes: + label: Check for previous/existing GitHub issues/deprecation requests + description: By submitting this issue, you confirm that you have [searched for previous/existing GitHub issues/module deprecation requests](https://github.com/Azure/Azure-Verified-Modules/issues?q=is%3Aissue+sort%3Aupdated-desc+) to avoid creating a duplicate. + options: + - label: I have checked for previous/existing GitHub issues/module deprecation requests. + required: true + - type: checkboxes + id: existing-module-from-elsewhere + attributes: + label: Check this module isn't already deprecated in the module indexes + description: By submitting this issue, you confirm that you have checked the [Bicep](https://azure.github.io/Azure-Verified-Modules/indexes/bicep/) or [Terraform](https://azure.github.io/Azure-Verified-Modules/indexes/terraform/) module indexes for the module you are requesting to be deprecated. + options: + - label: I have checked for that this module isn't already deprecated. + required: true + - type: dropdown + id: language + attributes: + label: Bicep or Terraform? + description: Is this a Bicep or a Terraform module? (Please submit a separate deprecation request for each language!) + options: + - Bicep + - Terraform + validations: + required: true + - type: input + id: module-name + attributes: + label: Module Name + description: | + Please provide the exact name of the module you're requesting to be deprecated. + placeholder: '' + validations: + required: true + - type: textarea + id: module-details + attributes: + label: Module Details + description: Let us know why this module should be deprecated! + validations: + required: true + - type: input + id: owner-gh-un + attributes: + label: Module Owner's GitHub Username (handle) + description: Please provide the GitHub handle of the current module owner! + validations: + required: false + - type: markdown + attributes: + value: | + > **NOTE**: + > + > - This module deprecation request issue **MUST remain open** until the module deprecation process if fully completed. **Do NOT close** the issue before receiving confirmation from the AVM Core team! diff --git a/docs/content/help-support/issue-triage/avm-issue-triage.md b/docs/content/help-support/issue-triage/avm-issue-triage.md index 04adfa9b4..47773fd69 100644 --- a/docs/content/help-support/issue-triage/avm-issue-triage.md +++ b/docs/content/help-support/issue-triage/avm-issue-triage.md @@ -164,13 +164,7 @@ Once module is developed and `v0.1.0` has been published to the relevant registr ### When a module becomes orphaned -If a module meets the criteria described in the "[Orphaned AVM Modules]({{% siteparam base %}}/specs/shared/module-lifecycle/#orphaned-avm-modules)" chapter, the modules is considered to be orphaned and the below steps must be performed. - -An issue is considered to be an orphaned module if - -- it was opened through the "[Orphaned AVM Module πŸ‘€](https://aka.ms/avm/OrphanedModule)" template, -- it has the labels of  Needs: Triage πŸ” ,  Needs: Module Owner πŸ“£  and the  Status: Module Orphaned πŸ‘€  applied to it, and -- it is assigned to the "[AVM - Module Triage](https://github.com/orgs/Azure/projects/529)" GitHub project. +If a module meets the criteria described in the "[Orphaned Modules]({{% siteparam base %}}/specs/shared/module-lifecycle/#3-orphaned-avm-modules)" chapter, the module is considered to be orphaned and the below steps must be performed. {{% notice style="note" %}} The original **Module Proposal issue** related to the module in question **MUST remain closed and intact**. @@ -180,8 +174,8 @@ Instead, a **new Orphaned Module issue** must be opened that **MUST remain open* Once the **Orphaned Module issue** was closed, it **MUST remain closed**. If the module will subsequently become orphaned again, a new Orphaned Module issue must be opened. {{% /notice %}} -1. Create a new issue using the "[Orphaned AVM Module πŸ‘€](https://aka.ms/AVM/OrphanedModule)" issue template. -2. Make sure the  Needs: Triage πŸ” ,  Needs: Module Owner πŸ“£ , and the  Status: Module Orphaned πŸ‘€  labels are assigned to the issue. +1. Submit an "orphaned module" issue by using the "[Orphaned AVM Module 🟑](https://aka.ms/AVM/OrphanedModule)" issue template. +2. Make sure the  Needs: Triage πŸ” ,  Needs: Module Owner πŸ“£ , and the  Status: Module Orphaned 🟑  labels are assigned to the issue and it is assigned to the "[AVM - Module Triage](https://github.com/orgs/Azure/projects/529)" GitHub project. 3. Move the issue into the "`Orphaned`" column on the [AVM - Modules Triage](https://aka.ms/avm/moduletriage) GitHub Project board. 4. Update the AVM Module Indexes, following the [process documented internally](https://dev.azure.com/CSUSolEng/Azure%20Verified%20Modules/_wiki/wikis/AVM%20Internal%20Wiki/684/Module-index-update-process). 5. Place an information notice as per the below guidelines: @@ -196,7 +190,7 @@ Include the following text in the information notice: {{% expand title="βž• Orphaned module notice for module README file" %}} -{{< highlight lineNos="false" type="markdown" wrap="true" title="" >}} +{{< highlight lineNos="false" type="markdown" wrap="true" title="ORPHANED.md" >}} {{% include file="/static/includes/orphaned-module-notice.md" %}} @@ -211,7 +205,7 @@ Include the following text in the information notice: {{% notice style="tip" %}} To look for Orphaned Modules: -- Click on the following link to use this saved query ➑️  Status: Module Orphaned πŸ‘€  ⬅️. +- Click on the following link to use this saved query ➑️  Status: Module Orphaned 🟑  ⬅️. - Check the `Orphaned` swim lane on the [Module Triage board](https://aka.ms/avm/moduletriage). {{% /notice %}} @@ -230,7 +224,7 @@ To look for Orphaned Modules: 2. Once the new module owner candidate has confirmed they understand and accept their roles and responsibilities as an AVM module owner - Assign the issue to the confirmed module owner. - - Remove the  Status: Module Orphaned πŸ‘€  and the  Needs: Module Owner πŸ“£  labels from the issue. + - Remove the  Status: Module Orphaned 🟑  and the  Needs: Module Owner πŸ“£  labels from the issue. - Add the  Status: Module Available 🟒  and  Status: Owners Identified 🀘  labels to the issue. - Move the issue into the "`Done`" column on the [AVM - Modules Triage](https://aka.ms/avm/moduletriage) GitHub Project board. 3. Update the AVM Module Indexes, following the [process documented internally](https://dev.azure.com/CSUSolEng/Azure%20Verified%20Modules/_wiki/wikis/AVM%20Internal%20Wiki/684/Module-index-update-process). @@ -256,6 +250,38 @@ To look for Orphaned Modules: 7. Close the Orphaned Module issue. +## Deprecated modules + +### When a module becomes deprecated + +If a module meets the criteria described in the "[Deprecated Modules]({{% siteparam base %}}/specs/shared/module-lifecycle/#4-deprecated-modules)" chapter, the module is considered to be deprecated and the below steps must be performed. + +1. Submit a "deprecated module" issue by using the "[Deprecate AVM Module πŸ”΄](https://aka.ms/avm/DeprecatedModule)" issue template. +2. Make sure the  Needs: Triage πŸ”  and the  Status: Module Deprecated πŸ”΄  labels are assigned to the issue and it is assigned to the "[AVM - Module Triage](https://github.com/orgs/Azure/projects/529)" GitHub project. +3. Update the AVM Module Indexes, following the [process documented internally](https://dev.azure.com/CSUSolEng/Azure%20Verified%20Modules/_wiki/wikis/AVM%20Internal%20Wiki/684/Module-index-update-process). +4. Place an information notice as per the below guidelines: + - In case of a Bicep module: + - Place the information notice - with the text below - in an `DEPRECATED.md` file, in the module's root. + - Run the [`utilities/tools/Set-AVMModule.ps1`](https://github.com/Azure/bicep-registry-modules/blob/main/utilities/tools/Set-AVMModule.ps1) utility with the module path as an input. This re-generates the module’s `README.md` file, so that the `README.md` file will also contain the same notice in its header. + - Make sure the content of the `DEPRECATED.md` file is displayed in the `README.md` in its header (right after the title). + - Publish a new patch version, having the updated `README.md` stating the module is deprecated. + - In case of a Terraform module: + - Place the information notice - with the text below - in the `README.md` file, in the module's root. + - Archive the module's repository on GitHub. + - Once the information notice is placed, submit a Pull Request. + +Place the following information notice in the module's repository: + +{{% expand title="βž• Deprecated module indicators" %}} + +{{< highlight lineNos="false" type="markdown" wrap="true" title="DEPRECATED.md" >}} + +{{% include file="/static/includes/deprecated-module-notice.md" %}} + +{{< /highlight >}} + +{{% /expand %}} + ## General feedback/question, documentation update and other standard issues An issue is a "General Question/Feedback ❔" if it was opened through the ["General Question/Feedback ❔"](https://github.com/Azure/Azure-Verified-Modules/issues/new?assignees=&labels=Type%3A+Question%2FFeedback+%3Araising_hand%3A&projects=&template=question_feedback.yml&title=%5BQuestion%2FFeedback%5D%3A+) issue template, and has the labels of  Type: Question/Feedback πŸ™‹β€β™€οΈ  and  Needs: Triage πŸ”  applied to it. diff --git a/docs/content/indexes/_index.md b/docs/content/indexes/_index.md index a742ab438..0847394f6 100644 --- a/docs/content/indexes/_index.md +++ b/docs/content/indexes/_index.md @@ -12,12 +12,20 @@ The following table shows the number of all available, orphaned and planned **AV {{% moduleStats language="All" moduleType="All" showLanguage=true showClassification=true %}} +{{% expand title="βž• Additional information" %}} + +{{% notice style="grey" title="Legend" %}} +{{% include file="/static/includes/module-status-legend.md" %}} +{{% /notice %}} + +{{% /expand %}} + {{% notice style="tip" title="Want to contribute to AVM modules?" %}} | # |
Labels
| Link and description | | -------- | -------- | -------- | | 1. | Type: New Module Proposal πŸ’‘
Needs: Module Owner πŸ“£ | To become the **owner of a new module**, see [all new modules looking for owners](https://aka.ms/AVM/NeedsModuleOwner) or check out the "*Looking for owners*" swimlane [here](https://aka.ms/AVM/NeedsModuleOwner/Project). | -| 2. | Status: Module Orphaned πŸ‘€ | To become the **owner of an orphaned module**, see [all orphaned modules](https://aka.ms/AVM/OrphanedModules) or check out the "*Orphaned*" swimlane [here](https://aka.ms/AVM/OrphanedModules/Project). | +| 2. | Status: Module Orphaned 🟑 | To become the **owner of an orphaned module**, see [all orphaned modules](https://aka.ms/AVM/OrphanedModules) or check out the "*Orphaned*" swimlane [here](https://aka.ms/AVM/OrphanedModules/Project). | | 3. | Needs: Module Contributor πŸ“£ | To become a **co-owner or contribute to a module**, see [all modules looking for contributors](https://aka.ms/AVM/NeedsModuleContributor). | For more details on "**What are the different ways to contribute to AVM?**", see [here]({{% siteparam base %}}/faq/#are-there-different-ways-to-contribute-to-avm). diff --git a/docs/content/indexes/bicep/_index.md b/docs/content/indexes/bicep/_index.md index 14d353c10..9514dabfc 100644 --- a/docs/content/indexes/bicep/_index.md +++ b/docs/content/indexes/bicep/_index.md @@ -12,12 +12,20 @@ The following table shows the number of all available, orphaned and planned **Bi {{% moduleStats language="Bicep" moduleType="All" showLanguage=true showClassification=true %}} +{{% expand title="βž• Additional information" %}} + +{{% notice style="grey" title="Legend" %}} +{{% include file="/static/includes/module-status-legend.md" %}} +{{% /notice %}} + +{{% /expand %}} + {{% notice style="tip" title="Want to contribute to AVM Bicep modules?" %}} | # | Labels | Link and description | | -------- | -------- | -------- | | 1. | Type: New Module Proposal πŸ’‘
Needs: Module Owner πŸ“£
Language: Bicep πŸ’ͺ | To become the **owner of a new Bicep module**, see [all new Bicep modules looking for owners](https://aka.ms/AVM/Bicep/NeedsModuleOwner) or check out the "*Looking for owners*" swimlane [here](https://aka.ms/AVM/Bicep/NeedsModuleOwner/Project). | -| 2. | Status: Module Orphaned πŸ‘€ Language: Bicep πŸ’ͺ | To become the **owner of an orphaned Bicep module**, see [all orphaned Bicep modules](https://aka.ms/AVM/Bicep/OrphanedModules) or check out the "*Orphaned*" swimlane [here](https://aka.ms/AVM/Bicep/OrphanedModules/Project). | +| 2. | Status: Module Orphaned 🟑 Language: Bicep πŸ’ͺ | To become the **owner of an orphaned Bicep module**, see [all orphaned Bicep modules](https://aka.ms/AVM/Bicep/OrphanedModules) or check out the "*Orphaned*" swimlane [here](https://aka.ms/AVM/Bicep/OrphanedModules/Project). | | 3. | Needs: Module Contributor πŸ“£ Language: Bicep πŸ’ͺ | To become a **co-owner or contribute to a Bicep module**, see [all Bicep modules looking for contributors](https://aka.ms/AVM/Bicep/NeedsModuleContributor). | For more details on "**What are the different ways to contribute to AVM?**", see [here]({{% siteparam base %}}/faq/#are-there-different-ways-to-contribute-to-avm). diff --git a/docs/content/indexes/bicep/bicep-pattern-modules.md b/docs/content/indexes/bicep/bicep-pattern-modules.md index cd7e1a166..310989f12 100644 --- a/docs/content/indexes/bicep/bicep-pattern-modules.md +++ b/docs/content/indexes/bicep/bicep-pattern-modules.md @@ -14,6 +14,10 @@ description: Bicep Pattern Module Index showing all available, orphaned and plan {{% expand title="βž• Additional information" %}} +{{% notice style="grey" title="Legend" %}} +{{% include file="/static/includes/module-status-legend.md" %}} +{{% /notice %}} + {{% notice style="info" %}} This page contains various views of the module index (catalog) for **Bicep Pattern Modules**. To see these views, **click on the expandable sections** with the "βž•" sign below. @@ -32,25 +36,33 @@ Modules listed below that aren't shown with the status of **`Module Available {{% /expand %}} -### Published modules - 🟒 & πŸ‘€ +### Published modules - 🟒 & 🟑 {{% expand title="βž• Published Modules - Module names, status and owners" expanded="true" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepPatternModules.csv" language="Bicep" moduleType="pattern" exclude="Proposed :new:" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepPatternModules.csv" language="Bicep" moduleType="pattern" include="Available,Orphaned" %}} {{% /expand %}} -### Proposed modules - πŸ†• +### Proposed modules - βšͺ {{% expand title="βž• Proposed Modules - Module names, status and owners" expanded="false" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepPatternModules.csv" language="Bicep" moduleType="pattern" exclude="Available :green_circle:,Orphaned :eyes:" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepPatternModules.csv" language="Bicep" moduleType="pattern" include="Proposed" %}} + +{{% /expand %}} + +### Deprecated modules - πŸ”΄ + +{{% expand title="βž• Deprecated Modules - Module names, status and owners" expanded="false" %}} + +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepPatternModules.csv" language="Bicep" moduleType="pattern" include="Deprecated" %}} {{% /expand %}} ### All modules - πŸ“‡ -{{% expand title="βž• All Modules - Module names, status and owners" expanded="false" %}} +{{% expand title="βž• All Modules - Module names, status and owners" expanded="false" include="Available,Orphaned,Proposed,Deprecated" %}} {{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepPatternModules.csv" language="Bicep" moduleType="pattern" %}} @@ -60,7 +72,7 @@ Modules listed below that aren't shown with the status of **`Module Available {{% expand title="βž• Module Publication History - Module names, status and owners" expanded="false" %}} -{{% moduleHistory header=true csv="/static/module-indexes/BicepPatternModules.csv" language="Bicep" moduleType="pattern" exclude="Proposed :new:" monthsToShow=9999 %}} +{{% moduleHistory header=true csv="/static/module-indexes/BicepPatternModules.csv" language="Bicep" moduleType="pattern" exclude="Proposed" monthsToShow=9999 %}} {{% /expand %}} diff --git a/docs/content/indexes/bicep/bicep-resource-modules.md b/docs/content/indexes/bicep/bicep-resource-modules.md index 871c3f3eb..a9fd9741b 100644 --- a/docs/content/indexes/bicep/bicep-resource-modules.md +++ b/docs/content/indexes/bicep/bicep-resource-modules.md @@ -12,6 +12,10 @@ description: Bicep Resource Module Index showing all available, orphaned and pla {{% expand title="βž• Additional information" %}} +{{% notice style="grey" title="Legend" %}} +{{% include file="/static/includes/module-status-legend.md" %}} +{{% /notice %}} + {{% notice style="info" %}} This page contains various views of the module index (catalog) for **Bicep Resource Modules**. To see these views, **click on the expandable sections** with the "βž•" sign below. @@ -30,19 +34,27 @@ Modules listed below that aren't shown with the status of **`Module Available {{% /expand %}} -### Published modules - 🟒 & πŸ‘€ +### Published modules - 🟒 & 🟑 {{% expand title="βž• Published Modules - Module names, status and owners" expanded="true" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepResourceModules.csv" language="Bicep" moduleType="resource" exclude="Proposed :new:" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepResourceModules.csv" language="Bicep" moduleType="resource" include="Available,Orphaned" %}} {{% /expand %}} -### Proposed modules - πŸ†• +### Proposed modules - βšͺ {{% expand title="βž• Proposed Modules - Module names, status and owners" expanded="false" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepResourceModules.csv" language="Bicep" moduleType="resource" exclude="Available :green_circle:,Orphaned :eyes:" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepResourceModules.csv" language="Bicep" moduleType="resource" include="Proposed" %}} + +{{% /expand %}} + +### Deprecated modules - πŸ”΄ + +{{% expand title="βž• Deprecated Modules - Module names, status and owners" expanded="false" %}} + +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepResourceModules.csv" language="Bicep" moduleType="resource" include="Deprecated" %}} {{% /expand %}} @@ -50,7 +62,7 @@ Modules listed below that aren't shown with the status of **`Module Available {{% expand title="βž• All Modules - Module names, status and owners" expanded="false" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepResourceModules.csv" language="Bicep" moduleType="resource" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepResourceModules.csv" language="Bicep" moduleType="resource" include="Available,Orphaned,Proposed,Deprecated" %}} {{% /expand %}} @@ -58,7 +70,7 @@ Modules listed below that aren't shown with the status of **`Module Available {{% expand title="βž• Module Publication History - Module names, status and owners" expanded="false" %}} -{{% moduleHistory header=true csv="/static/module-indexes/BicepResourceModules.csv" language="Bicep" moduleType="resource" exclude="Proposed :new:" monthsToShow=9999 %}} +{{% moduleHistory header=true csv="/static/module-indexes/BicepResourceModules.csv" language="Bicep" moduleType="resource" exclude="Proposed" monthsToShow=9999 %}} {{% /expand %}} diff --git a/docs/content/indexes/bicep/bicep-utility-modules.md b/docs/content/indexes/bicep/bicep-utility-modules.md index 140c1386c..a53b75e2d 100644 --- a/docs/content/indexes/bicep/bicep-utility-modules.md +++ b/docs/content/indexes/bicep/bicep-utility-modules.md @@ -12,6 +12,10 @@ description: Bicep Utility Module Index showing all available, orphaned and plan {{% expand title="βž• Additional information" %}} +{{% notice style="grey" title="Legend" %}} +{{% include file="/static/includes/module-status-legend.md" %}} +{{% /notice %}} + {{% notice style="info" %}} This page contains various views of the module index (catalog) for **Bicep Utility Modules**. To see these views, **click on the expandable sections** with the "βž•" sign below. @@ -30,19 +34,27 @@ Modules listed below that aren't shown with the status of **`Module Available {{% /expand %}} -### Published modules - 🟒 & πŸ‘€ +### Published modules - 🟒 & 🟑 {{% expand title="βž• Published Modules - Module names, status and owners" expanded="true" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepUtilityModules.csv" language="Bicep" moduleType="utility" exclude="Proposed :new:" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepUtilityModules.csv" language="Bicep" moduleType="utility" include="Available,Orphaned" %}} {{% /expand %}} -### Proposed modules - πŸ†• +### Proposed modules - βšͺ {{% expand title="βž• Proposed Modules - Module names, status and owners" expanded="false" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepUtilityModules.csv" language="Bicep" moduleType="utility" exclude="Available :green_circle:,Orphaned :eyes:" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepUtilityModules.csv" language="Bicep" moduleType="utility" include="Proposed" %}} + +{{% /expand %}} + +### Deprecated modules - πŸ”΄ + +{{% expand title="βž• Deprecated Modules - Module names, status and owners" expanded="false" %}} + +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepUtilityModules.csv" language="Bicep" moduleType="utility" include="Deprecated" %}} {{% /expand %}} @@ -50,7 +62,7 @@ Modules listed below that aren't shown with the status of **`Module Available {{% expand title="βž• All Modules - Module names, status and owners" expanded="false" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepUtilityModules.csv" language="Bicep" moduleType="utility" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/BicepUtilityModules.csv" language="Bicep" moduleType="utility" include="Available,Orphaned,Proposed,Deprecated" %}} {{% /expand %}} @@ -58,7 +70,7 @@ Modules listed below that aren't shown with the status of **`Module Available {{% expand title="βž• Module Publication History - Module names, status and owners" expanded="false" %}} -{{% moduleHistory header=true csv="/static/module-indexes/BicepUtilityModules.csv" language="Bicep" moduleType="utility" exclude="Proposed :new:" monthsToShow=9999 %}} +{{% moduleHistory header=true csv="/static/module-indexes/BicepUtilityModules.csv" language="Bicep" moduleType="utility" exclude="Proposed" monthsToShow=9999 %}} {{% /expand %}} diff --git a/docs/content/indexes/terraform/_index.md b/docs/content/indexes/terraform/_index.md index da8e73820..715c73e52 100644 --- a/docs/content/indexes/terraform/_index.md +++ b/docs/content/indexes/terraform/_index.md @@ -12,12 +12,20 @@ The following table shows the number of all available, orphaned and planned **Te {{% moduleStats language="Terraform" moduleType="All" showLanguage=true showClassification=true %}} +{{% expand title="βž• Additional information" %}} + +{{% notice style="grey" title="Legend" %}} +{{% include file="/static/includes/module-status-legend.md" %}} +{{% /notice %}} + +{{% /expand %}} + {{% notice style="tip" title="Want to contribute to AVM Terraform modules?" %}} | # | Labels | Link and description | | -------- | -------- | -------- | | 1. | Type: New Module Proposal πŸ’‘
Needs: Module Owner πŸ“£
Language: Terraform 🌐 | To become the **owner of a new Terraform module**, see [all new Terraform modules looking for owners](https://aka.ms/AVM/TF/NeedsModuleOwner) or check out the "*Looking for owners*" swimlane [here](https://aka.ms/AVM/TF/NeedsModuleOwner/Project). | -| 2. | Status: Module Orphaned πŸ‘€
Language: Terraform 🌐 | To become the **owner of an orphaned Terraform module**, see [all orphaned Terraform modules](https://aka.ms/AVM/TF/OrphanedModules) or check out the "*Orphaned*" swimlane [here](https://aka.ms/AVM/TF/OrphanedModules/Project). | +| 2. | Status: Module Orphaned 🟑
Language: Terraform 🌐 | To become the **owner of an orphaned Terraform module**, see [all orphaned Terraform modules](https://aka.ms/AVM/TF/OrphanedModules) or check out the "*Orphaned*" swimlane [here](https://aka.ms/AVM/TF/OrphanedModules/Project). | | 3. | Needs: Module Contributor πŸ“£ Language: Terraform 🌐 | To become a **co-owner or contribute to a Terraform module**, see [all Terraform modules looking for contributors](https://aka.ms/AVM/TF/NeedsModuleContributor). | For more details on "**What are the different ways to contribute to AVM?**", see [here]({{% siteparam base %}}/faq/#are-there-different-ways-to-contribute-to-avm). diff --git a/docs/content/indexes/terraform/tf-pattern-modules.md b/docs/content/indexes/terraform/tf-pattern-modules.md index e55032d30..9969cfab4 100644 --- a/docs/content/indexes/terraform/tf-pattern-modules.md +++ b/docs/content/indexes/terraform/tf-pattern-modules.md @@ -12,6 +12,10 @@ description: Terraform Pattern Module Index showing all available, orphaned and {{% expand title="βž• Additional information" %}} +{{% notice style="grey" title="Legend" %}} +{{% include file="/static/includes/module-status-legend.md" %}} +{{% /notice %}} + {{% notice style="info" %}} This page contains various views of the module index (catalog) for **Terraform Pattern Modules**. To see these views, **click on the expandable sections** with the "βž•" sign below. @@ -30,19 +34,27 @@ Modules listed below that aren't shown with the status of **`Module Available {{% /expand %}} -### Published modules - 🟒 & πŸ‘€ +### Published modules - 🟒 & 🟑 {{% expand title="βž• Published Modules - Module names, status and owners" expanded="true" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformPatternModules.csv" language="Terraform" moduleType="pattern" exclude="Proposed :new:" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformPatternModules.csv" language="Terraform" moduleType="pattern" include="Available,Orphaned" %}} {{% /expand %}} -### Proposed modules - πŸ†• +### Proposed modules - βšͺ {{% expand title="βž• Proposed Modules - Module names, status and owners" expanded="false" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformPatternModules.csv" language="Terraform" moduleType="pattern" exclude="Available :green_circle:,Orphaned :eyes:" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformPatternModules.csv" language="Terraform" moduleType="pattern" include="Proposed" %}} + +{{% /expand %}} + +### Deprecated modules - πŸ”΄ + +{{% expand title="βž• Deprecated Modules - Module names, status and owners" expanded="false" %}} + +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformPatternModules.csv" language="Terraform" moduleType="pattern" include="Deprecated" %}} {{% /expand %}} @@ -50,7 +62,7 @@ Modules listed below that aren't shown with the status of **`Module Available {{% expand title="βž• All Modules - Module names, status and owners" expanded="false" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformPatternModules.csv" language="Terraform" moduleType="pattern" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformPatternModules.csv" language="Terraform" moduleType="pattern" include="Available,Orphaned,Proposed,Deprecated" %}} {{% /expand %}} @@ -58,7 +70,7 @@ Modules listed below that aren't shown with the status of **`Module Available {{% expand title="βž• Module Publication History - Module names, status and owners" expanded="false" %}} -{{% moduleHistory header=true csv="/static/module-indexes/TerraformPatternModules.csv" language="Terraform" moduleType="pattern" exclude="Proposed :new:" monthsToShow=9999 %}} +{{% moduleHistory header=true csv="/static/module-indexes/TerraformPatternModules.csv" language="Terraform" moduleType="pattern" exclude="Proposed" monthsToShow=9999 %}} {{% /expand %}} diff --git a/docs/content/indexes/terraform/tf-resource-modules.md b/docs/content/indexes/terraform/tf-resource-modules.md index 9ea756428..7de16c581 100644 --- a/docs/content/indexes/terraform/tf-resource-modules.md +++ b/docs/content/indexes/terraform/tf-resource-modules.md @@ -12,6 +12,10 @@ description: Terraform Resource Module Index showing all available, orphaned and {{% expand title="βž• Additional information" %}} +{{% notice style="grey" title="Legend" %}} +{{% include file="/static/includes/module-status-legend.md" %}} +{{% /notice %}} + {{% notice style="info" %}} This page contains various views of the module index (catalog) for **Terraform Resource Modules**. To see these views, **click on the expandable sections** with the "βž•" sign below. @@ -30,19 +34,27 @@ Modules listed below that aren't shown with the status of **`Module Available {{% /expand %}} -### Published modules - 🟒 & πŸ‘€ +### Published modules - 🟒 & 🟑 {{% expand title="βž• Published Modules - Module names, status and owners" expanded="true" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformResourceModules.csv" language="Terraform" moduleType="resource" exclude="Proposed :new:" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformResourceModules.csv" language="Terraform" moduleType="resource" include="Available,Orphaned" %}} {{% /expand %}} -### Proposed modules - πŸ†• +### Proposed modules - βšͺ {{% expand title="βž• Proposed Modules - Module names, status and owners" expanded="false" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformResourceModules.csv" language="Terraform" moduleType="resource" exclude="Available :green_circle:,Orphaned :eyes:" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformResourceModules.csv" language="Terraform" moduleType="resource" include="Proposed" %}} + +{{% /expand %}} + +### Deprecated modules - πŸ”΄ + +{{% expand title="βž• Deprecated Modules - Module names, status and owners" expanded="false" %}} + +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformResourceModules.csv" language="Terraform" moduleType="resource" include="Deprecated" %}} {{% /expand %}} @@ -50,7 +62,7 @@ Modules listed below that aren't shown with the status of **`Module Available {{% expand title="βž• All Modules - Module names, status and owners" expanded="false" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformResourceModules.csv" language="Terraform" moduleType="resource" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformResourceModules.csv" language="Terraform" moduleType="resource" include="Available,Orphaned,Proposed,Deprecated" %}} {{% /expand %}} @@ -58,7 +70,7 @@ Modules listed below that aren't shown with the status of **`Module Available {{% expand title="βž• Module Publication History - Module names, status and owners" expanded="false" %}} -{{% moduleHistory header=true csv="/static/module-indexes/TerraformResourceModules.csv" language="Terraform" moduleType="resource" exclude="Proposed :new:" monthsToShow=9999 %}} +{{% moduleHistory header=true csv="/static/module-indexes/TerraformResourceModules.csv" language="Terraform" moduleType="resource" exclude="Proposed" monthsToShow=9999 %}} {{% /expand %}} diff --git a/docs/content/indexes/terraform/tf-utility-modules.md b/docs/content/indexes/terraform/tf-utility-modules.md index 571f04213..d970a1d5b 100644 --- a/docs/content/indexes/terraform/tf-utility-modules.md +++ b/docs/content/indexes/terraform/tf-utility-modules.md @@ -12,6 +12,10 @@ description: Terraform Utility Module Index showing all available, orphaned and {{% expand title="βž• Additional information" %}} +{{% notice style="grey" title="Legend" %}} +{{% include file="/static/includes/module-status-legend.md" %}} +{{% /notice %}} + {{% notice style="info" %}} This page contains various views of the module index (catalog) for **Terraform Utility Modules**. To see these views, **click on the expandable sections** with the "βž•" sign below. @@ -30,19 +34,27 @@ Modules listed below that aren't shown with the status of **`Module Available {{% /expand %}} -### Published modules - 🟒 & πŸ‘€ +### Published modules - 🟒 & 🟑 {{% expand title="βž• Published Modules - Module names, status and owners" expanded="true" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformUtilityModules.csv" language="Terraform" moduleType="utility" exclude="Proposed :new:" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformUtilityModules.csv" language="Terraform" moduleType="utility" include="Available,Orphaned" %}} {{% /expand %}} -### Proposed modules - πŸ†• +### Proposed modules - βšͺ {{% expand title="βž• Proposed Modules - Module names, status and owners" expanded="false" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformUtilityModules.csv" language="Terraform" moduleType="utility" exclude="Available :green_circle:,Orphaned :eyes:" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformUtilityModules.csv" language="Terraform" moduleType="utility" include="Proposed" %}} + +{{% /expand %}} + +### Deprecated modules - πŸ”΄ + +{{% expand title="βž• Deprecated Modules - Module names, status and owners" expanded="false" %}} + +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformUtilityModules.csv" language="Terraform" moduleType="utility" include="Deprecated" %}} {{% /expand %}} @@ -50,7 +62,7 @@ Modules listed below that aren't shown with the status of **`Module Available {{% expand title="βž• All Modules - Module names, status and owners" expanded="false" %}} -{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformUtilityModules.csv" language="Terraform" moduleType="utility" %}} +{{% moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformUtilityModules.csv" language="Terraform" moduleType="utility" include="Available,Orphaned,Proposed,Deprecated" %}} {{% /expand %}} @@ -58,7 +70,7 @@ Modules listed below that aren't shown with the status of **`Module Available {{% expand title="βž• Module Publication History - Module names, status and owners" expanded="false" %}} -{{% moduleHistory header=true csv="/static/module-indexes/TerraformUtilityModules.csv" language="Terraform" moduleType="utility" exclude="Proposed :new:" monthsToShow=9999 %}} +{{% moduleHistory header=true csv="/static/module-indexes/TerraformUtilityModules.csv" language="Terraform" moduleType="utility" exclude="Proposed" monthsToShow=9999 %}} {{% /expand %}} diff --git a/docs/content/resources/_index.md b/docs/content/resources/_index.md index 3dfa5bf54..d698d191c 100644 --- a/docs/content/resources/_index.md +++ b/docs/content/resources/_index.md @@ -14,8 +14,8 @@ Additional internal content available for Microsoft FTEs only, [here](https://de ## πŸŽ₯ Videos - [An Introduction to Azure Verified Modules (AVM)](https://aka.ms/AVM/intro) -- πŸ†•[Accelerate your Azure platform journey with Azure Verified Modules](https://aka.ms/BUILD25/BRK196) -- πŸ†•[Accelerate your Azure platform journey with AVM, ALZ & Subscription Vending](https://aka.ms/AVM/PSSummit25) +- πŸ†• Microsoft Build 2025 - [Accelerate your Azure platform journey with Azure Verified Modules](https://aka.ms/BUILD25/BRK196) +- πŸ†• PowerShell and DevOps Summit 2025 - [Accelerate your Azure platform journey with AVM, ALZ & Subscription Vending](https://aka.ms/AVM/PSSummit25) ### Community Videos diff --git a/docs/content/specs-defs/includes/bicep/shared/non-functional/BCPNFR15.md b/docs/content/specs-defs/includes/bicep/shared/non-functional/BCPNFR15.md index d1ce5a5db..1c9201a9d 100644 --- a/docs/content/specs-defs/includes/bicep/shared/non-functional/BCPNFR15.md +++ b/docs/content/specs-defs/includes/bicep/shared/non-functional/BCPNFR15.md @@ -19,7 +19,7 @@ priority: 11140 ## ID: BCPNFR15 - Category: Contribution/Support - AVM Module Issue template file -As part of the "initial Pull Request" (that publishes the first version of the module), module owners **MUST** add an entry to the `AVM Module Issue template` file in the BRM repository ([here](https://github.com/Azure/bicep-registry-modules/blob/main/.github/ISSUE_TEMPLATE/avm_module_issue.yml)). +Module owners **MUST** add an entry to the `AVM Module Issue template` file in the BRM repository ([here](https://raw.githubusercontent.com/Azure/bicep-registry-modules/refs/heads/main/.github/ISSUE_TEMPLATE/avm_module_issue.yml)). When the module is deprecated, this entry **MUST** be removed from the file. {{% notice style="note" %}} diff --git a/docs/content/specs-defs/module-lifecycle.md b/docs/content/specs-defs/module-lifecycle.md index 52a203770..0021968a5 100644 --- a/docs/content/specs-defs/module-lifecycle.md +++ b/docs/content/specs-defs/module-lifecycle.md @@ -3,17 +3,49 @@ title: Module Lifecycle url: /specs/shared/module-lifecycle/ description: Module Lifecycle description for the Azure Verified Modules (AVM) program --- -{{% notice style="note" %}} -This page is still a work in progress +This section outlines the different stages of a module's lifecycle: +{{< mermaid zoom="false">}} +flowchart LR + Proposed["1 - Proposed βšͺ"] --> Available["2 - Available 🟒"] + Proposed --> |Acceptance criteria not met| Rejected[Rejected] + Available --> |Module temporarily not maintained| Orphaned["3 - Orphaned 🟑"] + Orphaned --> |End of life| Deprecated["4 - Deprecated πŸ”΄"] + Orphaned --> |New owner identified| Available + Available --> |End of life| Deprecated + style Proposed fill:#ADD8E6,stroke:#333,stroke-width:1px + style Orphaned fill:#F4A460,stroke:#333,stroke-width:1px + style Available fill:#8DE971,stroke:#333,stroke-width:4px + style Deprecated fill:#000000,stroke:#333,stroke-width:1px,color:#fff + style Rejected fill:#A2A2A2,stroke:#333,stroke-width:1px +{{< /mermaid >}} + +{{% notice style="info" %}} +If a module proposal is rejected, the issue is closed and the module's lifecycle ends. {{% /notice %}} -## Request/Propose a New AVM Resource or Pattern Module +## 1. Proposed Modules + +A module can be proposed through the module proposal process. The module proposal process is outlined in the [Process Overview]({{% siteparam base %}}/contributing/process/#new-module-proposal--creation) section. + +To propose/request a new AVM resource, pattern or utility module, submit a [module proposal](https://aka.ms/AVM/ModuleProposal) issue in the AVM repository. + +The proposal should include the following information: + +- module name +- language (Bicep, Terraform, etc.) +- module class (resource, pattern, utility) +- module description +- module owner(s) - if known + +The AVM core team will review the proposal, and administrate the module. + +## 2. Available modules -Please review the [Process Overview]({{% siteparam base %}}/contributing/process/#new-module-proposal--creation) for guidance on proposing a new AVM module. +Once a module has been fully developed, tested and published in the main branch of the repository and the corresponding public registry (Bicep or Terraform), it is then considered to be "available" and can be used by the community. The module is maintained by the module owner(s). Feature or bug fix requests and related pull requests can be submitted by anyone to the module owner(s) for review. -## Orphaned AVM Modules +## 3. Orphaned Modules It is critical to the consumers experience that modules continue to be maintained. In the case where a module owner cannot continue in their role or do not respond to issues as per the defined timescale in the [Module Support page]({{% siteparam base %}}/help-support/module-support/) , the following process will apply: @@ -21,7 +53,7 @@ It is critical to the consumers experience that modules continue to be maintaine 2. If no replacement can be found or the module owner leaves Microsoft without giving warning to the AVM core team, the AVM core team will provide essential maintenance (critical bug and security fixes), as per the [Module Support page]({{% siteparam base %}}/help-support/module-support/) 3. The AVM core team will continue to try and re-assign the module ownership. 4. While a module is in an orphaned state, only security and bug fixes **MUST** be made, no new feature development will be worked on until a new owner is found that can then lead this effort for the module. -5. An issue will be created on the central AVM repo (`Azure/Azure-Verified-Modules`) to track the finding of a new owner for a module +5. An issue will be created on the central AVM repo (`Azure/Azure-Verified-Modules`) to track the finding of a new owner for a module. ### Notification of a Module Becoming Orphaned @@ -33,10 +65,57 @@ When a module becomes orphaned, the AVM core team will communicate this through The information notice will include the following statement: -{{< highlight lineNos="false" type="markdown" wrap="true" title="orphaned-module-notice.md" >}} +{{< highlight lineNos="false" type="markdown" wrap="true" title="ORPHANED.md" >}} {{% include file="/static/includes/orphaned-module-notice.md" %}} {{< /highlight >}} {{% /notice %}} Also, the AVM core team will amend the issue automation to auto reply stating that the repo is orphaned and only security/bug fixes are being handled until a new module owner is found. + +## 4. Deprecated Modules + +Once a module reaches the end of its lifecycle (e.g., it's permanently replaced by another module; permanent retirement due to obsolete technology/solution), it needs to be deprecated. A deprecated module will no longer be maintained, and no new features or bug fixes will be implemented for it. The module will indefinitely stay available in the public registry and source code repository for use, but certain measures will take place, such as: + +1. The module will show as deprecated in the AVM module index. +2. The module will no longer be shown through VS Code IntelliSense. +3. The module's source code will be kept in its repository but it will show a deprecated status through a `DEPRECATED.md` file (Bicep only) and a disclaimer in the module's `README.md` file. +4. It will be a clearly indicated on the module's repo that new issues can no longer be submitted for the module: + - Bicep: The module will be taken off the list of available modules in related issue templates. + - Terraform: The module's repo will be archived. + +It is recommended to migrate to a replacement/alternative version of the module, if available. + +{{% notice style="important" %}} +When a module becomes deprecated, the AVM core team will communicate this through an information notice to be placed as follows. + +- In case of a Bicep module, the information notice will be placed in a `DEPRECATED.md` file and in the header of the module's `README.md` - both residing in the module's root. +- In case of a Terraform module, the information notice will be placed in the header of the `README.md` file, in the module's root. + +The information notice **MUST** include the following statement: + +{{< highlight lineNos="false" type="markdown" wrap="true" title="DEPRECATED.md" >}} +{{% include file="/static/includes/deprecated-module-notice.md" %}} +{{< /highlight >}} + +{{% /notice %}} + +{{% notice style="info" %}} +The module's `-owners-` and `-contributors-` GitHub teams will be retained indefinitely as these grant access to the source code of the module. +{{% /notice %}} + +{{% expand title="βž• Retrieve the available versions of a deprecated module" %}} + +To find all previous versions of a Bicep module, the following steps need to be performed (assuming the `avm/ptn/finops-toolkit/finops-hub` module has been deprecated): + +1. To find out the all the versions the module has ever been published under, perform one of these steps: + 1. navigate to Bicep Public Registry's [JSON index](https://aka.ms/avm/brmmoduleindex) and look for the module's name, + 2. OR visit [https://mcr.microsoft.com/v2/bicep/avm/ptn/finops-toolkit/finops-hub/tags/list](https://mcr.microsoft.com/v2/bicep/avm/ptn/finops-toolkit/finops-hub/tags/list). + 3. OR clone the [Bicep Public Registry repository](https://aka.ms/BRM) and run the following command in the root of the repository: `git tag -l 'avm/ptn/finops-toolkit/finops-hub/*'`. This will list all the tags that match the module's name. +2. Identify the available versions of the module, e.g., `0.1.0`, `0.1.1`, etc. +3. To download the content, construct and navigate to the following URL: [https://github.com/Azure/bicep-registry-modules/releases/tag/avm/ptn/finops-toolkit/finops-hub/0.1.0](https://github.com/Azure/bicep-registry-modules/releases/tag/avm/ptn/finops-toolkit/finops-hub/0.1.0) +4. To see the content in the folder hierarchy, construct and navigate to the following URL: [https://github.com/Azure/bicep-registry-modules/tree/avm/ptn/finops-toolkit/finops-hub/0.1.0/avm/ptn/finops-toolkit/finops-hu](https://github.com/Azure/bicep-registry-modules/tree/avm/ptn/finops-toolkit/finops-hub/0.1.0/avm/ptn/finops-toolkit/finops-hu) + +Terraform modules will be listed in the HashiCorp Terraform Registry indefinitely. + +{{% /expand %}} diff --git a/docs/layouts/partials/countModules.html b/docs/layouts/partials/countModules.html index e2b0a65d3..edbd7c185 100644 --- a/docs/layouts/partials/countModules.html +++ b/docs/layouts/partials/countModules.html @@ -4,7 +4,7 @@ {{ $rows := .rows }} {{ $moduleStatusToCount := .moduleStatusToCount }} -{{ $moduleStatusToCount_allowedValues := slice "All" "Proposed :new:" "Available :green_circle:" "Orphaned :eyes:" }} +{{ $moduleStatusToCount_allowedValues := slice "All" "Proposed" "Available" "Orphaned" "Deprecated" }} {{ if not (in $moduleStatusToCount_allowedValues $moduleStatusToCount) }} {{ errorf "Invalid value for moduleStatusToCount: %s" $moduleStatusToCount }} {{ end }} diff --git a/docs/layouts/shortcodes/moduleHistory.html b/docs/layouts/shortcodes/moduleHistory.html index a03d0d144..b46a2f727 100644 --- a/docs/layouts/shortcodes/moduleHistory.html +++ b/docs/layouts/shortcodes/moduleHistory.html @@ -147,7 +147,7 @@ Module Name Display Name Status & Versions - Primary Owner + Owner(s) {{ end }} @@ -155,7 +155,7 @@ {{ range $item, $modules }} {{ if and (eq $item.FirstPublishedInColumnId $publicationDate) (not ( in $exclude $item.ModuleStatus )) }} {{ $moduleLatestVersion = "N/A" }} - {{ if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") }} + {{ if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") }} {{ $moduleMcrUrl := printf "https://mcr.microsoft.com/v2/bicep/%s/tags/list" $item.ModuleName }} {{ $moduleMcrData := dict }} {{ with resources.GetRemote $moduleMcrUrl }} @@ -183,7 +183,7 @@ {{/* module name and link to the repo */}} {{- if $useLinks -}} - {{- if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") -}} {{ $item.ModuleName }} {{- else -}} {{ $item.ModuleName }} @@ -206,7 +206,7 @@ {{- end -}} {{/* availability badge and versions */}} - {{- if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") -}} @@ -226,6 +226,42 @@ {{ $item.PrimaryModuleOwnerDisplayName }} {{- end -}} {{- end -}} +
+ {{- if ne $item.SecondaryModuleOwnerGHHandle "" -}} + + {{ $item.SecondaryModuleOwnerGHHandle }} + + {{- if and (ne $item.SecondaryModuleOwnerGHHandle "") (ne $item.SecondaryModuleOwnerDisplayName "") -}} +
+ {{ $item.SecondaryModuleOwnerDisplayName }} + {{- end -}} + {{- end -}} + + {{- if and (ne $ParentModuleColumnId 0) (ne $item.ParentModule "n/a") -}} + {{- $parentModule := index (where $modules "ModuleName" $item.ParentModule) 0 -}} + {{- if $parentModule -}} + (Inherited): + {{- if ne $parentModule.PrimaryModuleOwnerGHHandle "" -}} + + {{ $parentModule.PrimaryModuleOwnerGHHandle }} + + {{- if and (ne $parentModule.PrimaryModuleOwnerGHHandle "") (ne $parentModule.PrimaryModuleOwnerDisplayName "") -}} +
+ {{ $parentModule.PrimaryModuleOwnerDisplayName }} + {{- end -}} +
+ {{- if ne $parentModule.SecondaryModuleOwnerGHHandle "" -}} + + {{ $parentModule.SecondaryModuleOwnerGHHandle }} + + {{- if and (ne $parentModule.SecondaryModuleOwnerGHHandle "") (ne $parentModule.SecondaryModuleOwnerDisplayName "") -}} +
+ {{ $parentModule.SecondaryModuleOwnerDisplayName }} + {{- end -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- end -}} {{ end }} @@ -251,14 +287,14 @@ Source
Code Display Name Status & Versions - Primary Owner + Owner(s) {{- end -}} {{- range $item, $modules -}} {{- if and (eq $item.FirstPublishedInColumnId $publicationDate) (not ( in $exclude $item.ModuleStatus )) -}} {{ $moduleLatestVersion = "N/A" }} - {{- if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") -}} {{ $repoURLSplit := strings.Split $item.RepoURL "/" }} {{ $repoName := index $repoURLSplit (sub (len $repoURLSplit) 1) }} {{ $repoNameSplit := strings.Split $repoName "-" }} @@ -295,7 +331,7 @@ {{/* module name and link to the registry */}} {{- if $useLinks -}} - {{- if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") -}} {{ $item.ModuleName }} {{- else -}} {{ $item.ModuleName }} @@ -306,7 +342,7 @@ {{/* link to the repo */}} {{- if $useLinks -}} - {{- if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") -}} πŸ“„ {{- else -}} {{ "n/a" }} @@ -329,7 +365,7 @@ {{- end -}} {{/* availability badge and versions */}} - {{- if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") -}} @@ -349,6 +385,16 @@ {{ $item.PrimaryModuleOwnerDisplayName }} {{- end -}} {{- end -}} +
+ {{- if ne $item.SecondaryModuleOwnerGHHandle "" -}} + + {{ $item.SecondaryModuleOwnerGHHandle }} + + {{- if and (ne $item.SecondaryModuleOwnerGHHandle "") (ne $item.SecondaryModuleOwnerDisplayName "") -}} +
+ {{ $item.SecondaryModuleOwnerDisplayName }} + {{- end -}} + {{- end -}} {{- end -}} diff --git a/docs/layouts/shortcodes/moduleNameStatusOwners.html b/docs/layouts/shortcodes/moduleNameStatusOwners.html index ecf98104f..88c6fc84a 100644 --- a/docs/layouts/shortcodes/moduleNameStatusOwners.html +++ b/docs/layouts/shortcodes/moduleNameStatusOwners.html @@ -6,7 +6,7 @@ {{ $useLinks := .Get "useLinks" | default true }} {{ $language := .Get "language" }} {{ $moduleType := .Get "moduleType" }} -{{ $exclude := .Get "exclude" }} +{{ $include := .Get "include" }} {{ $ProviderNamespaceColumnId := 0 }} {{ $ResourceTypeColumnId := 0 }} {{ $ModuleDisplayNameColumnId := 0 }} @@ -25,7 +25,7 @@ {{ $ModuleContributorsGHTeamColumnId := 0 }} {{ $DescriptionColumnId := 0 }} {{ $CommentsColumnId := 0 }} -{{ $hasModulesAvailable := false }} +{{ $hasListableModules := false }} {{ $maps := slice }} {{ $i := 0 }} {{ $moduleLatestVersion := "" }} @@ -132,9 +132,9 @@ {{ end }} {{ range $item, $maps }} - {{ if not (in $exclude $item.ModuleStatus) }} + {{ if in $include $item.ModuleStatus }} {{ $moduleLatestVersion = "N/A" }} - {{ if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") }} + {{ if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") (eq $item.ModuleStatus "Deprecated") }} {{ $moduleMcrUrl := printf "https://mcr.microsoft.com/v2/bicep/%s/tags/list" $item.ModuleName }} {{ $moduleMcrData := dict }} {{ with resources.GetRemote $moduleMcrUrl }} @@ -173,6 +173,10 @@ {{ end }} {{ end }} {{ $trimmedModuleStatus := replace $item.ModuleStatus "Module " "" }} + {{ $trimmedModuleStatus = replace $trimmedModuleStatus "Deprecated" "Deprecated :red_circle:" }} + {{ $trimmedModuleStatus = replace $trimmedModuleStatus "Available" "Available :green_circle:" }} + {{ $trimmedModuleStatus = replace $trimmedModuleStatus "Orphaned" "Orphaned :yellow_circle:" }} + {{ $trimmedModuleStatus = replace $trimmedModuleStatus "Proposed" "Proposed :white_circle:" }} {{ $trimmedAlternativeNames := replace $item.AlternativeNames " " " " }} {{ $trimmedAlternativeNames = replace $trimmedAlternativeNames ", " "," }} {{ $trimmedAlternativeNames = replace $trimmedAlternativeNames "," ", " }} @@ -185,7 +189,7 @@ {{/* module name and link to the repo */}} {{ if $useLinks }} - {{- if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") (eq $item.ModuleStatus "Deprecated") -}} {{ $item.ModuleName }} @@ -200,7 +204,7 @@ {{- if (eq $element.ParentModule $item.ModuleName) -}} {{ $child := trim (replace $element.ModuleName (print $item.ModuleName "/") "") "/" }} {{ if $useLinks }} - {{- if or (eq $element.ModuleStatus "Available :green_circle:") (eq $element.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $element.ModuleStatus "Available") (eq $element.ModuleStatus "Orphaned") -}}
  • {{ $child }}
  • @@ -223,7 +227,7 @@ {{- end -}} {{/* availability badge and versions */}} - {{- if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") (eq $item.ModuleStatus "Deprecated") -}} @@ -256,19 +260,20 @@ {{- end -}} - {{ $hasModulesAvailable = true }} + {{ $hasListableModules = true }} {{ end }} {{ end }} - {{ if not $hasModulesAvailable }} + {{ if not $hasListableModules }} {{ printf "%02d" $i }}{{ $i = add $i 1 }} - ❌ None available - ❌ None available - ❌ None available - ❌ None available + ❌ None listed + ❌ None listed + ❌ None listed + ❌ None listed {{ end }} +
    {{ else if eq $language "Terraform" }} {{ if $useHeaderRow }} @@ -284,9 +289,9 @@ {{ end }} {{ range $item, $maps }} - {{ if not ( in $exclude $item.ModuleStatus ) }} + {{ if in $include $item.ModuleStatus }} {{ $moduleLatestVersion = "N/A" }} - {{ if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") }} + {{ if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") (eq $item.ModuleStatus "Deprecated") }} {{ $repoURLSplit := strings.Split $item.RepoURL "/" }} {{ $repoName := index $repoURLSplit (sub (len $repoURLSplit) 1) }} {{ $repoNameSplit := strings.Split $repoName "-" }} @@ -313,6 +318,11 @@ {{ end }} {{ end }} {{ $trimmedModuleStatus := replace $item.ModuleStatus "Module " "" }} + {{ $trimmedModuleStatus = replace $trimmedModuleStatus "Deprecated" "Deprecated :red_circle:" }} + {{ $trimmedModuleStatus = replace $trimmedModuleStatus "Deprecated" "Deprecated :red_circle:" }} + {{ $trimmedModuleStatus = replace $trimmedModuleStatus "Available" "Available :green_circle:" }} + {{ $trimmedModuleStatus = replace $trimmedModuleStatus "Orphaned" "Orphaned :yellow_circle:" }} + {{ $trimmedModuleStatus = replace $trimmedModuleStatus "Proposed" "Orphaned :white_circle:" }} {{ $trimmedAlternativeNames := replace $item.AlternativeNames " " " " }} {{ $trimmedAlternativeNames = replace $trimmedAlternativeNames ", " "," }} {{ $trimmedAlternativeNames = replace $trimmedAlternativeNames "," ", " }} @@ -324,7 +334,7 @@ {{- end -}} - {{ $hasModulesAvailable = true }} + {{ $hasListableModules = true }} {{ end }} {{ end }} - {{ if not $hasModulesAvailable }} + {{ if not $hasListableModules }} - - - - - + + + + + {{ end }}
    {{/* module name and link to the registry */}} {{- if $useLinks -}} - {{- if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") (eq $item.ModuleStatus "Deprecated") -}} {{ $item.ModuleName }} @@ -339,7 +349,7 @@ {{- if (eq $element.ParentModule $item.ModuleName) -}} {{ $child := trim (replace $element.ModuleName (print $item.ModuleName "/") "") "/" }} {{ if $useLinks }} - {{- if or (eq $element.ModuleStatus "Available :green_circle:") (eq $element.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $element.ModuleStatus "Available") (eq $element.ModuleStatus "Orphaned") -}}
  • {{ $child }}
  • @@ -354,7 +364,7 @@
    {{/* link to the source code repo */}} {{- if $useLinks -}} - {{- if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") (eq $item.ModuleStatus "Deprecated") -}} πŸ“„ {{- else -}} {{ "n/a" }} @@ -373,7 +383,7 @@ {{- end -}} {{/* availability badge and versions */}} - {{- if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") (eq $item.ModuleStatus "Deprecated") -}} @@ -406,20 +416,21 @@
    {{ printf "%02d" $i }}{{ $i = add $i 1 }}❌ None available❌ None available❌ None available❌ None available❌ None available❌ None listed❌ None listed❌ None listed❌ None listed❌ None listed
    +
    {{ else }} {{ errorf "The %q shortcode requires a language parameter to be set either 'Bicep' or 'Terraform'. See %s" .Name .Position }} {{ end }} diff --git a/docs/layouts/shortcodes/moduleNameTelemetryGHTeams.html b/docs/layouts/shortcodes/moduleNameTelemetryGHTeams.html index 8d9070de0..ac4b201b9 100644 --- a/docs/layouts/shortcodes/moduleNameTelemetryGHTeams.html +++ b/docs/layouts/shortcodes/moduleNameTelemetryGHTeams.html @@ -136,7 +136,7 @@ {{/* module name and link to the repo */}} {{- if $useLinks -}} - {{- if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") -}} {{ $item.ModuleName }} {{- else -}} {{ $item.ModuleName }} @@ -195,7 +195,7 @@ {{/* module name and link to the repo */}} {{- if $useLinks -}} - {{- if or (eq $item.ModuleStatus "Available :green_circle:") (eq $item.ModuleStatus "Orphaned :eyes:") -}} + {{- if or (eq $item.ModuleStatus "Available") (eq $item.ModuleStatus "Orphaned") -}} {{ $item.ModuleName }} {{- else -}} {{ $item.ModuleName }} diff --git a/docs/layouts/shortcodes/moduleStats.html b/docs/layouts/shortcodes/moduleStats.html index 61b2d6da2..e4ba1f20a 100644 --- a/docs/layouts/shortcodes/moduleStats.html +++ b/docs/layouts/shortcodes/moduleStats.html @@ -22,9 +22,9 @@ {{ if $showLanguage }}Language{{ end }} {{ if $showClassification }}Classification{{ end }} - {{ emojify ("Published :green_circle: & :eyes:") }} - {{ emojify ("Proposed :new:") }} - SUM πŸ“‡ + {{ emojify ("Published :green_circle: & :yellow_circle:") }} + {{ emojify ("Proposed :white_circle:") }} + SUM {{ if in (slice "Bicep" "All") $language }} @@ -32,27 +32,27 @@ {{ if $showLanguage }}Bicep{{ end }} {{ if $showClassification }}Resource{{ end }} - {{ add (partial "countModules" (dict "rows" $bicepResRows "moduleStatusToCount" "Available :green_circle:" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $bicepResRows "moduleStatusToCount" "Orphaned :eyes:" "countParentsOrChildren" "ParentsOnly")) }} - {{ partial "countModules" (dict "rows" $bicepResRows "moduleStatusToCount" "Proposed :new:" "countParentsOrChildren" "ParentsOnly") }} - {{ partial "countModules" (dict "rows" $bicepResRows "moduleStatusToCount" "All" "countParentsOrChildren" "ParentsOnly") }} + {{ add (partial "countModules" (dict "rows" $bicepResRows "moduleStatusToCount" "Available" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $bicepResRows "moduleStatusToCount" "Orphaned" "countParentsOrChildren" "ParentsOnly")) }} + {{ partial "countModules" (dict "rows" $bicepResRows "moduleStatusToCount" "Proposed" "countParentsOrChildren" "ParentsOnly") }} + {{ add (partial "countModules" (dict "rows" $bicepResRows "moduleStatusToCount" "Available" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $bicepResRows "moduleStatusToCount" "Orphaned" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $bicepResRows "moduleStatusToCount" "Proposed" "countParentsOrChildren" "ParentsOnly")) }} {{ end }} {{ if in (slice "Pattern" "All") $moduleType }} {{ if and (eq $moduleType "Pattern") $showLanguage }}Bicep{{ end }} {{ if $showClassification }}Pattern{{ end }} - {{ add (partial "countModules" (dict "rows" $bicepPtnRows "moduleStatusToCount" "Available :green_circle:" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $bicepPtnRows "moduleStatusToCount" "Orphaned :eyes:" "countParentsOrChildren" "ParentsOnly")) }} - {{ partial "countModules" (dict "rows" $bicepPtnRows "moduleStatusToCount" "Proposed :new:" "countParentsOrChildren" "ParentsOnly") }} - {{ partial "countModules" (dict "rows" $bicepPtnRows "moduleStatusToCount" "All" "countParentsOrChildren" "ParentsOnly") }} + {{ add (partial "countModules" (dict "rows" $bicepPtnRows "moduleStatusToCount" "Available" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $bicepPtnRows "moduleStatusToCount" "Orphaned" "countParentsOrChildren" "ParentsOnly")) }} + {{ partial "countModules" (dict "rows" $bicepPtnRows "moduleStatusToCount" "Proposed" "countParentsOrChildren" "ParentsOnly") }} + {{ add (partial "countModules" (dict "rows" $bicepPtnRows "moduleStatusToCount" "Available" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $bicepPtnRows "moduleStatusToCount" "Orphaned" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $bicepPtnRows "moduleStatusToCount" "Proposed" "countParentsOrChildren" "ParentsOnly")) }} {{ end }} {{ if in (slice "Utility" "All") $moduleType }} {{ if and (eq $moduleType "Utility") $showLanguage }}Bicep{{ end }} {{ if $showClassification }}Utility{{ end }} - {{ add (partial "countModules" (dict "rows" $bicepUtlRows "moduleStatusToCount" "Available :green_circle:" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $bicepUtlRows "moduleStatusToCount" "Orphaned :eyes:" "countParentsOrChildren" "ParentsOnly")) }} - {{ partial "countModules" (dict "rows" $bicepUtlRows "moduleStatusToCount" "Proposed :new:" "countParentsOrChildren" "ParentsOnly") }} - {{ partial "countModules" (dict "rows" $bicepUtlRows "moduleStatusToCount" "All" "countParentsOrChildren" "ParentsOnly") }} + {{ add (partial "countModules" (dict "rows" $bicepPtnRows "moduleStatusToCount" "Available" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $bicepUtlRows "moduleStatusToCount" "Orphaned" "countParentsOrChildren" "ParentsOnly")) }} + {{ partial "countModules" (dict "rows" $bicepUtlRows "moduleStatusToCount" "Proposed" "countParentsOrChildren" "ParentsOnly") }} + {{ add (partial "countModules" (dict "rows" $bicepPtnRows "moduleStatusToCount" "Available" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $bicepPtnRows "moduleStatusToCount" "Orphaned" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $bicepPtnRows "moduleStatusToCount" "Proposed" "countParentsOrChildren" "ParentsOnly")) }} {{ end }} {{ end }} @@ -61,27 +61,27 @@ {{ if $showLanguage }}Terraform{{ end }} {{ if $showClassification }}Resource{{ end }} - {{ add (partial "countModules" (dict "rows" $tfResRows "moduleStatusToCount" "Available :green_circle:" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $tfResRows "moduleStatusToCount" "Orphaned :eyes:" "countParentsOrChildren" "ParentsOnly")) }} - {{ partial "countModules" (dict "rows" $tfResRows "moduleStatusToCount" "Proposed :new:" "countParentsOrChildren" "ParentsOnly") }} - {{ partial "countModules" (dict "rows" $tfResRows "moduleStatusToCount" "All" "countParentsOrChildren" "ParentsOnly") }} + {{ add (partial "countModules" (dict "rows" $tfResRows "moduleStatusToCount" "Available" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $tfResRows "moduleStatusToCount" "Orphaned" "countParentsOrChildren" "ParentsOnly")) }} + {{ partial "countModules" (dict "rows" $tfResRows "moduleStatusToCount" "Proposed" "countParentsOrChildren" "ParentsOnly") }} + {{ add (partial "countModules" (dict "rows" $tfResRows "moduleStatusToCount" "Available" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $tfResRows "moduleStatusToCount" "Orphaned" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $tfResRows "moduleStatusToCount" "Proposed" "countParentsOrChildren" "ParentsOnly")) }} {{ end }} {{ if in (slice "Pattern" "All") $moduleType }} {{ if and (eq $moduleType "Pattern") $showLanguage }}Terraform{{ end }} {{ if $showClassification }}Pattern{{ end }} - {{ add (partial "countModules" (dict "rows" $tfPtnRows "moduleStatusToCount" "Available :green_circle:" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $tfPtnRows "moduleStatusToCount" "Orphaned :eyes:" "countParentsOrChildren" "ParentsOnly")) }} - {{ partial "countModules" (dict "rows" $tfPtnRows "moduleStatusToCount" "Proposed :new:" "countParentsOrChildren" "ParentsOnly") }} - {{ partial "countModules" (dict "rows" $tfPtnRows "moduleStatusToCount" "All" "countParentsOrChildren" "ParentsOnly") }} + {{ add (partial "countModules" (dict "rows" $tfPtnRows "moduleStatusToCount" "Available" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $tfPtnRows "moduleStatusToCount" "Orphaned" "countParentsOrChildren" "ParentsOnly")) }} + {{ partial "countModules" (dict "rows" $tfPtnRows "moduleStatusToCount" "Proposed" "countParentsOrChildren" "ParentsOnly") }} + {{ add (partial "countModules" (dict "rows" $tfPtnRows "moduleStatusToCount" "Available" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $tfPtnRows "moduleStatusToCount" "Orphaned" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $tfPtnRows "moduleStatusToCount" "Proposed" "countParentsOrChildren" "ParentsOnly")) }} {{ end }} {{ if in (slice "Utility" "All") $moduleType }} {{ if and (eq $moduleType "Utility") $showLanguage }}Terraform{{ end }} {{ if $showClassification }}Utility{{ end }} - {{ add (partial "countModules" (dict "rows" $tfUtlRows "moduleStatusToCount" "Available :green_circle:" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $tfUtlRows "moduleStatusToCount" "Orphaned :eyes:" "countParentsOrChildren" "ParentsOnly")) }} - {{ partial "countModules" (dict "rows" $tfUtlRows "moduleStatusToCount" "Proposed :new:" "countParentsOrChildren" "ParentsOnly") }} - {{ partial "countModules" (dict "rows" $tfUtlRows "moduleStatusToCount" "All" "countParentsOrChildren" "ParentsOnly") }} + {{ add (partial "countModules" (dict "rows" $tfUtlRows "moduleStatusToCount" "Available" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $tfUtlRows "moduleStatusToCount" "Orphaned" "countParentsOrChildren" "ParentsOnly")) }} + {{ partial "countModules" (dict "rows" $tfUtlRows "moduleStatusToCount" "Proposed" "countParentsOrChildren" "ParentsOnly") }} + {{ add (partial "countModules" (dict "rows" $tfUtlRows "moduleStatusToCount" "Available" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $tfUtlRows "moduleStatusToCount" "Orphaned" "countParentsOrChildren" "ParentsOnly")) (partial "countModules" (dict "rows" $tfUtlRows "moduleStatusToCount" "Proposed" "countParentsOrChildren" "ParentsOnly")) }} {{ end }} {{ end }} diff --git a/docs/static/governance/avm-standard-github-labels.csv b/docs/static/governance/avm-standard-github-labels.csv index ffaa01ec7..b13b7a0de 100644 --- a/docs/static/governance/avm-standard-github-labels.csv +++ b/docs/static/governance/avm-standard-github-labels.csv @@ -22,7 +22,8 @@ Status: No Recent Activity :zzz:,When an issue/PR has not been modified for X am Status: Won't Fix :broken_heart:,This will not be worked on,FFFFFF Status: Owners Identified :metal:,This module has its owners identified,FBEF2A Status: Module Available :green_circle:,The module is published,C8E6C9 -Status: Module Orphaned :eyes:,The module has no owner and is therefore orphaned at this time,F4A460 +Status: Module Deprecated :red_circle:,This is a request to deprecate a module,000000 +Status: Module Orphaned :yellow_circle:,The module has no owner and is therefore orphaned at this time,F4A460 Status: Ready For Repository Creation :memo:,"This module is approved and the owner is ready for the repository to be created (Terraform)",136A41 Status: Repository Created :page_facing_up:,"This module has had it's repository created and configured ready for owner contribution (Terraform)",27AB03 Status: Response Overdue :triangular_flag_on_post:,When an issue/PR has not been responded to for X amount of days,850000 diff --git a/docs/static/includes/deprecated-module-notice.md b/docs/static/includes/deprecated-module-notice.md new file mode 100644 index 000000000..c5337e80b --- /dev/null +++ b/docs/static/includes/deprecated-module-notice.md @@ -0,0 +1,5 @@ +⚠️THIS MODULE IS DEPRECATED.⚠️ + +- It will no longer receive any updates. +- The module can still be used as is (references to any existing versions will keep working), but it is not recommended for new deployments. +- It is recommended to migrate to a replacement/alternative version of the module, if available. diff --git a/docs/static/includes/module-status-legend.md b/docs/static/includes/module-status-legend.md new file mode 100644 index 000000000..ff729d705 --- /dev/null +++ b/docs/static/includes/module-status-legend.md @@ -0,0 +1,10 @@ +**Summary of status icons used on this page** + +| Icon | Status | Description | +| -------- | -------- | -------- | +| βšͺ | Proposed modules | Modules that are proposed and/or being worked on but not published yet. | +| 🟒 & 🟑 | Published modules | Available (🟒) and Orphaned (🟑) modules that are active and usable. | +| πŸ”΄ | Deprecated modules | Modules that reached the end of their lifecycle. | +| πŸ“‡ | All modules | Including Published, Proposed and Deprecated ones. | + +See the [Module Lifecycle](/Azure-Verified-Modules/specs/shared/module-lifecycle/) page for more details. diff --git a/docs/static/module-indexes/BicepPatternModules.csv b/docs/static/module-indexes/BicepPatternModules.csv index 07f68369d..27a3fa900 100644 --- a/docs/static/module-indexes/BicepPatternModules.csv +++ b/docs/static/module-indexes/BicepPatternModules.csv @@ -1,69 +1,69 @@ ο»ΏModuleDisplayName,AlternativeNames,ModuleName,ModuleStatus,RepoURL,PublicRegistryReference,TelemetryIdPrefix,PrimaryModuleOwnerGHHandle,PrimaryModuleOwnerDisplayName,SecondaryModuleOwnerGHHandle,SecondaryModuleOwnerDisplayName,ModuleOwnersGHTeam,ModuleContributorsGHTeam,Description,Comments,FirstPublishedIn -Azure Container Apps (ACA) LZA - Hosting Environment,,avm/ptn/aca-lza/hosting-environment,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/aca-lza/hosting-environment,br/public:avm/ptn/aca-lza/hosting-environment:X.Y.Z,46d3xbcp.ptn.acalza-hostingenvironment,kpantos,Konstantinos Pantos,,,@Azure/avm-ptn-acalza-hostingenvironment-module-owners-bicep,@Azure/avm-ptn-acalza-hostingenvironment-module-contributors-bicep,AVM Pattern Module for Azure Container Apps (ACA) LZA - Hosting Environment,,2024-08 -AI Platform - Baseline,,avm/ptn/ai-platform/baseline,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/ai-platform/baseline,br/public:avm/ptn/ai-platform/baseline:X.Y.Z,46d3xbcp.ptn.aiplatform-baseline,cecheta,Chinedum Echeta,ross-p-smith,Ross Smith,@Azure/avm-ptn-aiplatform-baseline-module-owners-bicep,@Azure/avm-ptn-aiplatform-baseline-module-contributors-bicep,AVM Pattern Module for AI Platform - Baseline,,2024-07 -Azure Landing Zones (ALZ) - Azure Monitoring Agent (AMA),,avm/ptn/alz/ama,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/ama,br/public:avm/ptn/alz/ama:X.Y.Z,46d3xbcp.ptn.alz-ama,oZakari,Zach Trocinski,,,@Azure/avm-ptn-alz-ama-module-owners-bicep,@Azure/avm-ptn-alz-ama-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Azure Monitoring Agent (AMA),, -Azure Landing Zones (ALZ) - Decommissioned,,avm/ptn/alz/decommissioned,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/decommissioned,br/public:avm/ptn/alz/decommissioned:X.Y.Z,46d3xbcp.ptn.alz-decommissioned,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-decommissioned-module-owners-bicep,@Azure/avm-ptn-alz-decommissioned-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Decommissioned,, -Azure Landing Zones (ALZ) - Empty,,avm/ptn/alz/empty,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/empty,br/public:avm/ptn/alz/empty:X.Y.Z,46d3xbcp.ptn.alz-empty,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-empty-module-owners-bicep,@Azure/avm-ptn-alz-empty-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Empty,,2025-04 -Azure Landing Zones (ALZ) - Intermediate Root,,avm/ptn/alz/int-root,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/int-root,br/public:avm/ptn/alz/int-root:X.Y.Z,46d3xbcp.ptn.int-root,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-introot-module-owners-bicep,@Azure/avm-ptn-alz-introot-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Intermediate Root,, -Azure Landing Zones (ALZ) - Landing Zones,,avm/ptn/alz/landing-zones,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/landing-zones,br/public:avm/ptn/alz/landing-zones:X.Y.Z,46d3xbcp.ptn.alz-landingzones,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-landingzones-module-owners-bicep,@Azure/avm-ptn-alz-landingzones-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Landing Zones,, -Azure Landing Zones (ALZ) - Landing Zones Corp,,avm/ptn/alz/landing-zones-corp,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/landing-zones-corp,br/public:avm/ptn/alz/landing-zones-corp:X.Y.Z,46d3xbcp.ptn.alz-landingzonescorp,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-landingzonescorp-module-owners-bicep,@Azure/avm-ptn-alz-landingzonescorp-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Landing Zones Corp,, -Azure Landing Zones (ALZ) - Landing Zones Online,,avm/ptn/alz/landing-zones-online,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/landing-zones-online,br/public:avm/ptn/alz/landing-zones-online:X.Y.Z,46d3xbcp.ptn.alz-landingzonesonline,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-landingzonesonline-module-owners-bicep,@Azure/avm-ptn-alz-landingzonesonline-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Landing Zones Online,, -Azure Landing Zones (ALZ) - Platform,,avm/ptn/alz/platform,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/platform,br/public:avm/ptn/alz/platform:X.Y.Z,46d3xbcp.ptn.alz-platform,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-platform-module-owners-bicep,@Azure/avm-ptn-alz-platform-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Platform,, -Azure Landing Zones (ALZ) - Platform Connectivity,,avm/ptn/alz/platform-connectivity,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/platform-connectivity,br/public:avm/ptn/alz/platform-connectivity:X.Y.Z,46d3xbcp.ptn.alz-platformconnectivity,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-platformconnectivity-module-owners-bicep,@Azure/avm-ptn-alz-platformconnectivity-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Platform Connectivity,, -Azure Landing Zones (ALZ) - Platform Identity,,avm/ptn/alz/platform-identity,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/platform-identity,br/public:avm/ptn/alz/platform-identity:X.Y.Z,46d3xbcp.ptn.alz-platformidentity,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-platformidentity-module-owners-bicep,@Azure/avm-ptn-alz-platformidentity-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Platform Identity,, -Azure Landing Zones (ALZ) - Platform Management,,avm/ptn/alz/platform-management,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/platform-management,br/public:avm/ptn/alz/platform-management:X.Y.Z,46d3xbcp.ptn.alz-platformmanagement,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-platformmanagement-module-owners-bicep,@Azure/avm-ptn-alz-platformmanagement-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Platform Management,, -Azure Landing Zones (ALZ) - Sandbox,,avm/ptn/alz/sandbox,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/sandbox,br/public:avm/ptn/alz/sandbox:X.Y.Z,46d3xbcp.ptn.alz-sandbox,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-sandbox-module-owners-bicep,@Azure/avm-ptn-alz-sandbox-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Sandbox,, -Container Job Toolkit,,avm/ptn/app/container-job-toolkit,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/app/container-job-toolkit,br/public:avm/ptn/app/container-job-toolkit:X.Y.Z,46d3xbcp.ptn.app-containerjobtoolkit,ReneHezser,Rene Hezser,,,@Azure/avm-ptn-app-containerjobtoolkit-module-owners-bicep,@Azure/avm-ptn-app-containerjobtoolkit-module-contributors-bicep,AVM Pattern Module for Container Job Toolkit,,2024-12 -Cosmos DB Account - Container App,,avm/ptn/app/cosmos-db-account-container-app,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/app/cosmos-db-account-container-app,br/public:avm/ptn/app/cosmos-db-account-container-app:X.Y.Z,46d3xbcp.ptn.app-cosmosdbacctcontapp,seesharprun,Sidney Andrews,,,@Azure/avm-ptn-app-cosmosdbaccountcontainerapp-module-owners-bicep,@Azure/avm-ptn-app-cosmosdbaccountcontainerapp-module-contributors-bicep,AVM Pattern Module for Cosmos DB Account - Container App,, -Workload - IaaS VM Cosmos DB - Tier 4,,avm/ptn/app/iaas-vm-cosmosdb-tier4,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/app/iaas-vm-cosmosdb-tier4,br/public:avm/ptn/app/iaas-vm-cosmosdb-tier4:X.Y.Z,46d3xbcp.ptn.app-iaasvmcosmosdbt4,mikestiers,Mike Stiers,,,@Azure/avm-ptn-app-iaasvmcosmosdbtier4-module-owners-bicep,@Azure/avm-ptn-app-iaasvmcosmosdbtier4-module-contributors-bicep,AVM Pattern Module for Workload - IaaS VM Cosmos DB - Tier 4,, -MongoDB Cluster - Container App,,avm/ptn/app/mongodb-cluster-container-app,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/app/mongodb-cluster-container-app,br/public:avm/ptn/app/mongodb-cluster-container-app:X.Y.Z,46d3xbcp.ptn.app-mongodbclustcontapp,seesharprun,Sidney Andrews,,,@Azure/avm-ptn-app-mongodbclustercontainerapp-module-owners-bicep,@Azure/avm-ptn-app-mongodbclustercontainerapp-module-contributors-bicep,AVM Pattern Module for MongoDB Cluster - Container App,, -Workload - PaaS ASE Cosmos DB - Tier 4,,avm/ptn/app/paas-ase-cosmosdb-tier4,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/app/paas-ase-cosmosdb-tier4,br/public:avm/ptn/app/paas-ase-cosmosdb-tier4:X.Y.Z,46d3xbcp.ptn.app-paasasecosmosdbt4,mikestiers,Mike Stiers,,,@Azure/avm-ptn-app-paasasecosmosdbtier4-module-owners-bicep,@Azure/avm-ptn-app-paasasecosmosdbtier4-module-contributors-bicep,AVM Pattern Module for Workload - PaaS ASE Cosmos DB - Tier 4,, -Workload - PaaS ASP Cognitive Search - Tier 4,,avm/ptn/app/paas-asp-cognitivesearch-tier4,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/app/paas-asp-cognitivesearch-tier4,br/public:avm/ptn/app/paas-asp-cognitivesearch-tier4:X.Y.Z,46d3xbcp.ptn.app-paasaspcognitivesearcht4,mikestiers,Mike Stiers,,,@Azure/avm-ptn-app-paasaspcognitivesearchtier4-module-owners-bicep,@Azure/avm-ptn-app-paasaspcognitivesearchtier4-module-contributors-bicep,AVM Pattern Module for Workload - PaaS ASP Cognitive Search - Tier 4,, -App Service LZA - Hosting Environment,,avm/ptn/app-service-lza/hosting-environment,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/app-service-lza/hosting-environment,br/public:avm/ptn/app-service-lza/hosting-environment:X.Y.Z,46d3xbcp.ptn.appsvclza-hostingenvironment,ibersanoMS,Isabelle Bersano,,,@Azure/avm-ptn-appservicelza-hostingenvironment-module-owners-bicep,@Azure/avm-ptn-appservicelza-hostingenvironment-module-contributors-bicep,AVM Pattern Module for App Service LZA - Hosting Environment,,2025-04 -Authorization - PIM Role Assignment,,avm/ptn/authorization/pim-role-assignment,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/pim-role-assignment,br/public:avm/ptn/authorization/pim-role-assignment:X.Y.Z,46d3xbcp.ptn.authorization-pimroleassignment,sebassem,Seif Bassem,,,@Azure/avm-ptn-authorization-pimroleassignment-module-owners-bicep,@Azure/avm-ptn-authorization-pimroleassignment-module-contributors-bicep,AVM Pattern Module for Authorization - PIM Role Assignment,,2025-02 -Authorization - Policy Assignment,,avm/ptn/authorization/policy-assignment,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/policy-assignment,br/public:avm/ptn/authorization/policy-assignment:X.Y.Z,46d3xbcp.ptn.authorization-policyassignment,arnoldna,Nate Arnold,,,@Azure/avm-ptn-authorization-policyassignment-module-owners-bicep,@Azure/avm-ptn-authorization-policyassignment-module-contributors-bicep,AVM Pattern Module for Authorization - Policy Assignment,,2024-04 -Authorization - Policy Exemption,,avm/ptn/authorization/policy-exemption,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/policy-exemption,br/public:avm/ptn/authorization/policy-exemption:X.Y.Z,46d3xbcp.ptn.authorization-policyexemption,oZakari,Zach Trocinski,,,@Azure/avm-ptn-authorization-policyexemption-module-owners-bicep,@Azure/avm-ptn-authorization-policyexemption-module-contributors-bicep,AVM Pattern Module for Authorization - Policy Exemption,,2024-12 -Authorization - Resource Role Assignment,,avm/ptn/authorization/resource-role-assignment,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/resource-role-assignment,br/public:avm/ptn/authorization/resource-role-assignment:X.Y.Z,46d3xbcp.ptn.authorization-resourceroleassignment,peterbud,Peter Budai,,,@Azure/avm-ptn-authorization-resourceroleassignment-module-owners-bicep,@Azure/avm-ptn-authorization-resourceroleassignment-module-contributors-bicep,AVM Pattern Module for Authorization - Resource Role Assignment,,2024-05 -Authorization - Role Assignment,,avm/ptn/authorization/role-assignment,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/role-assignment,br/public:avm/ptn/authorization/role-assignment:X.Y.Z,46d3xbcp.ptn.authorization-roleassignment,jtracey93,Jack Tracey,,,@Azure/avm-ptn-authorization-roleassignment-module-owners-bicep,@Azure/avm-ptn-authorization-roleassignment-module-contributors-bicep,AVM Pattern Module for Authorization - Role Assignment,,2024-04 -Authorization - Role Definition,,avm/ptn/authorization/role-definition,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/role-definition,br/public:avm/ptn/authorization/role-definition:X.Y.Z,46d3xbcp.ptn.authorization-roledefinition,jtracey93,Jack Tracey,,,@Azure/avm-ptn-authorization-roledefinition-module-owners-bicep,@Azure/avm-ptn-authorization-roledefinition-module-contributors-bicep,AVM Pattern Module for Authorization - Role Definition,,2024-12 -Azure Virtual Desktop (AVD) LZA - Insights,,avm/ptn/avd-lza/insights,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/avd-lza/insights,br/public:avm/ptn/avd-lza/insights:X.Y.Z,46d3xbcp.ptn.avdlza-insights,danycontre,Dany Contreras,danycontre,Dany Contreras,@Azure/avm-ptn-avdlza-insights-module-owners-bicep,@Azure/avm-ptn-avdlza-insights-module-contributors-bicep,AVM Pattern Module for Azure Virtual Desktop (AVD) LZA - Insights,, -Azure Virtual Desktop (AVD) LZA - Management Plane,,avm/ptn/avd-lza/management-plane,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/avd-lza/management-plane,br/public:avm/ptn/avd-lza/management-plane:X.Y.Z,46d3xbcp.ptn.avdlza-managementplane,danycontre,Dany Contreras,moisesjgomez,Moises Gomez Cortez,@Azure/avm-ptn-avdlza-managementplane-module-owners-bicep,@Azure/avm-ptn-avdlza-managementplane-module-contributors-bicep,AVM Pattern Module for Azure Virtual Desktop (AVD) LZA - Management Plane,, -Azure Virtual Desktop (AVD) LZA - Networking,,avm/ptn/avd-lza/networking,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/avd-lza/networking,br/public:avm/ptn/avd-lza/networking:X.Y.Z,46d3xbcp.ptn.avdlza-networking,moisesjgomez,Moises Gomez Cortez,danycontre,Dany Contreras,@Azure/avm-ptn-avdlza-networking-module-owners-bicep,@Azure/avm-ptn-avdlza-networking-module-contributors-bicep,AVM Pattern Module for Azure Virtual Desktop (AVD) LZA - Networking,, -Azure Virtual Desktop (AVD) LZA - Session Hosts,,avm/ptn/avd-lza/session-hosts,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/avd-lza/session-hosts,br/public:avm/ptn/avd-lza/session-hosts:X.Y.Z,46d3xbcp.ptn.avdlza-sessionhosts,danycontre,Dany Contreras,danycontre,Dany Contreras,@Azure/avm-ptn-avdlza-sessionhosts-module-owners-bicep,@Azure/avm-ptn-avdlza-sessionhosts-module-contributors-bicep,AVM Pattern Module for Azure Virtual Desktop (AVD) LZA - Session Hosts,, -AZD - ACR Container App,Azure Developer CLI - ACR Container App,avm/ptn/azd/acr-container-app,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/acr-container-app,br/public:avm/ptn/azd/acr-container-app:X.Y.Z,46d3xbcp.ptn.azd-acrcontainerapp,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-acrcontainerapp-module-owners-bicep,@Azure/avm-ptn-azd-acrcontainerapp-module-contributors-bicep,AVM Pattern Module for AZD - ACR Container App,,2024-10 -AZD - AKS,Azure Developer CLI - Azure Kubernetes Services,avm/ptn/azd/aks,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/aks,br/public:avm/ptn/azd/aks:X.Y.Z,46d3xbcp.ptn.azd-aks,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-aks-module-owners-bicep,@Azure/avm-ptn-azd-aks-module-contributors-bicep,AVM Pattern Module for AZD - AKS,,2024-10 -AZD - AKS Automatic Cluster,Azure Developer CLI - Azure Kubernetes Services Automatic Cluster,avm/ptn/azd/aks-automatic-cluster,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/aks-automatic-cluster,br/public:avm/ptn/azd/aks-automatic-cluster:X.Y.Z,46d3xbcp.ptn.azd-aksautomaticcluster,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-aksautomaticcluster-module-owners-bicep,@Azure/avm-ptn-azd-aksautomaticcluster-module-contributors-bicep,AVM Pattern Module for AZD - AKS Automatic Cluster,,2024-12 -AZD - APIM API,Azure Developer CLI - API Management,avm/ptn/azd/apim-api,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/apim-api,br/public:avm/ptn/azd/apim-api:X.Y.Z,46d3xbcp.ptn.azd-apimapi,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-apimapi-module-owners-bicep,@Azure/avm-ptn-azd-apimapi-module-contributors-bicep,AVM Pattern Module for AZD - APIM API,,2024-09 -AZD - Container Apps Stack,Azure Developer CLI - Container Apps Stack,avm/ptn/azd/container-apps-stack,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/container-apps-stack,br/public:avm/ptn/azd/container-apps-stack:X.Y.Z,46d3xbcp.ptn.azd-containerappsstack,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-containerappsstack-module-owners-bicep,@Azure/avm-ptn-azd-containerappsstack-module-contributors-bicep,AVM Pattern Module for AZD - Container Apps Stack,,2024-10 -AZD - Container App Upsert,Azure Developer CLI - Container Apps Upsert,avm/ptn/azd/container-app-upsert,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/container-app-upsert,br/public:avm/ptn/azd/container-app-upsert:X.Y.Z,46d3xbcp.ptn.azd-containerappupsert,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-containerappupsert-module-owners-bicep,@Azure/avm-ptn-azd-containerappupsert-module-contributors-bicep,AVM Pattern Module for AZD - Container App Upsert,,2024-10 -AZD - Insights Dashboard,Azure Developer CLI - Inishgts Dashboard,avm/ptn/azd/insights-dashboard,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/insights-dashboard,br/public:avm/ptn/azd/insights-dashboard:X.Y.Z,46d3xbcp.ptn.azd-insightsdashboard,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-insightsdashboard-module-owners-bicep,@Azure/avm-ptn-azd-insightsdashboard-module-contributors-bicep,AVM Pattern Module for AZD - Insights Dashboard,,2024-09 -AZD - ML AI Environment,Azure Developer CLI - Machine Learning AI Environment,avm/ptn/azd/ml-ai-environment,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/ml-ai-environment,br/public:avm/ptn/azd/ml-ai-environment:X.Y.Z,46d3xbcp.ptn.azd-mlaienvironment,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-mlaienvironment-module-owners-bicep,@Azure/avm-ptn-azd-mlaienvironment-module-contributors-bicep,AVM Pattern Module for AZD - ML AI Environment,,2024-10 -AZD - ML Hub Dependencies,Azure Developer CLI - Machine Learning Hub Dependencies,avm/ptn/azd/ml-hub-dependencies,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/ml-hub-dependencies,br/public:avm/ptn/azd/ml-hub-dependencies:X.Y.Z,46d3xbcp.ptn.azd-mlhubdependencies,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-mlhubdependencies-module-owners-bicep,@Azure/avm-ptn-azd-mlhubdependencies-module-contributors-bicep,AVM Pattern Module for AZD - ML Hub Dependencies,,2024-10 -AZD - ML Project,Azure Developer CLI - Machine Learning Project,avm/ptn/azd/ml-project,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/ml-project,br/public:avm/ptn/azd/ml-project:X.Y.Z,46d3xbcp.ptn.azd-mlproject,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-mlproject-module-owners-bicep,@Azure/avm-ptn-azd-mlproject-module-contributors-bicep,AVM Pattern Module for AZD - ML Project,,2024-10 -AZD - Monitoring,Azure Developer CLI - Monitoring,avm/ptn/azd/monitoring,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/monitoring,br/public:avm/ptn/azd/monitoring:X.Y.Z,46d3xbcp.ptn.azd-monitoring,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-monitoring-module-owners-bicep,@Azure/avm-ptn-azd-monitoring-module-contributors-bicep,AVM Pattern Module for AZD - Monitoring,,2024-10 -Private Analytical Workspace,"Data Analytics, Data Lake, Databricks, Database",avm/ptn/data/private-analytical-workspace,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/data/private-analytical-workspace,br/public:avm/ptn/data/private-analytical-workspace:X.Y.Z,46d3xbcp.ptn.data-privateanalyticalworkspace,jbinko,Jiri Binko,,,@Azure/avm-ptn-data-privateanalyticalworkspace-module-owners-bicep,@Azure/avm-ptn-data-privateanalyticalworkspace-module-contributors-bicep,AVM Pattern Module for Private Analytical Workspace,,2024-10 -Deployment Script - Create Key Vault SSH Key Pair,,avm/ptn/deployment-script/create-kv-ssh-key-pair,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/deployment-script/create-kv-ssh-key-pair,br/public:avm/ptn/deployment-script/create-kv-ssh-key-pair:X.Y.Z,46d3xbcp.ptn.deploymentscript-createkvsshkeypair,vlahane,Vishal Lahane,,,@Azure/avm-ptn-deploymentscript-createkvsshkeypair-module-owners-bicep,@Azure/avm-ptn-deploymentscript-createkvsshkeypair-module-contributors-bicep,AVM Pattern Module for Deployment Script - Create Key Vault SSH Key Pair,, -Deployment Script - Import Container Image to ACR,,avm/ptn/deployment-script/import-image-to-acr,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/deployment-script/import-image-to-acr,br/public:avm/ptn/deployment-script/import-image-to-acr:X.Y.Z,46d3xbcp.ptn.deploymentscript-importimagetoacr,ReneHezser,Rene Hezser,,,@Azure/avm-ptn-deploymentscript-importimagetoacr-module-owners-bicep,@Azure/avm-ptn-deploymentscript-importimagetoacr-module-contributors-bicep,AVM Pattern Module for Deployment Script - Import Container Image to ACR,,2024-07 -Deployment Script - Private Script,,avm/ptn/deployment-script/private,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/deployment-script/private,br/public:avm/ptn/deployment-script/private:X.Y.Z,46d3xbcp.ptn.deploymentscript-private,sebassem,Seif Bassem,,,@Azure/avm-ptn-deploymentscript-private-module-owners-bicep,@Azure/avm-ptn-deploymentscript-private-module-contributors-bicep,AVM Pattern Module for Deployment Script - Private Script,, -Dev-Box,,avm/ptn/dev-center/dev-box,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/dev-center/dev-box,br/public:avm/ptn/dev-center/dev-box:X.Y.Z,46d3xbcp.ptn.devcenter-devbox,timfurnival-MSFT,Tim Furnival,,,@Azure/avm-ptn-devcenter-devbox-module-owners-bicep,@Azure/avm-ptn-devcenter-devbox-module-contributors-bicep,AVM Pattern Module for Dev-Box,, -Azure DevOps and GitHub CI/CD Agents and Runners,,avm/ptn/dev-ops/cicd-agents-and-runners,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/dev-ops/cicd-agents-and-runners,br/public:avm/ptn/dev-ops/cicd-agents-and-runners:X.Y.Z,46d3xbcp.ptn.devops-cicdagentsandrunners,sebassem,Seif Bassem,,,@Azure/avm-ptn-devops-cicdagentsandrunners-module-owners-bicep,@Azure/avm-ptn-devops-cicdagentsandrunners-module-contributors-bicep,AVM Pattern Module for Azure DevOps and GitHub CI/CD Agents and Runners,,2024-09 -FinOps Toolkit - FinOps Hub,,avm/ptn/finops-toolkit/finops-hub,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/finops-toolkit/finops-hub,br/public:avm/ptn/finops-toolkit/finops-hub:X.Y.Z,46d3xbcp.ptn.finopstoolkit-finopshub,arthurclares,Arthur Clares,,,@Azure/avm-ptn-finopstoolkit-finopshub-module-owners-bicep,@Azure/avm-ptn-finopstoolkit-finopshub-module-contributors-bicep,AVM Pattern Module for FinOps Toolkit - FinOps Hub,,2024-05 -Landing Zone Subscription Vending,,avm/ptn/lz/sub-vending,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/lz/sub-vending,br/public:avm/ptn/lz/sub-vending:X.Y.Z,46d3xbcp.ptn.lz-subvending,jtracey93,Jack Tracey,sebassem,Seif Bassem,@Azure/avm-ptn-lz-subvending-module-owners-bicep,@Azure/avm-ptn-lz-subvending-module-contributors-bicep,AVM Pattern Module for Landing Zone Subscription Vending,,2024-06 -LZA Shared - Data Services,Landing Zone Accelerators - Shared - Data Services,avm/ptn/lza-shared/data-services,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/lza-shared/data-services,br/public:avm/ptn/lza-shared/data-services:X.Y.Z,46d3xbcp.ptn.lzashared-dataservices,kpantos,Konstantinos Pantos,,,@Azure/avm-ptn-lzashared-dataservices-module-owners-bicep,@Azure/avm-ptn-lzashared-dataservices-module-contributors-bicep,AVM Pattern Module for LZA Shared - Data Services,, -Azure Update Manager,,avm/ptn/maintenance/azure-update-manager,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/maintenance/azure-update-manager,br/public:avm/ptn/maintenance/azure-update-manager:X.Y.Z,46d3xbcp.ptn.maintenance-azureupdatemanager,akhilthomas011,Akhil Thomas,,,@Azure/avm-ptn-maintenance-azureupdatemanager-module-owners-bicep,@Azure/avm-ptn-maintenance-azureupdatemanager-module-contributors-bicep,AVM Pattern Module for Azure Update Manager,, -Management Groups - Subscription Placement,,avm/ptn/mgmt-groups/subscription-placement,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/mgmt-groups/subscription-placement,br/public:avm/ptn/mgmt-groups/subscription-placement:X.Y.Z,46d3xbcp.ptn.mgmtgroup-subplacement,oZakari,Zach Trocinski,,,@Azure/avm-ptn-mgmtgroups-subscriptionplacement-module-owners-bicep,@Azure/avm-ptn-mgmtgroups-subscriptionplacement-module-contributors-bicep,AVM Pattern Module for Management Groups - Subscription Placement,,2025-02 -Azure Monitor Baseline Alerts (AMBA),,avm/ptn/monitoring/amba,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/monitoring/amba,br/public:avm/ptn/monitoring/amba:X.Y.Z,46d3xbcp.ptn.monitoring-amba,arjenhuitema,Arjen Huitema,,,@Azure/avm-ptn-monitoring-amba-module-owners-bicep,@Azure/avm-ptn-monitoring-amba-module-contributors-bicep,AVM Pattern Module for Azure Monitor Baseline Alerts (AMBA),, -Azure Monitor Baseline Alerts (AMBA) - ALZ,,avm/ptn/monitoring/amba-alz,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/monitoring/amba-alz,br/public:avm/ptn/monitoring/amba-alz:X.Y.Z,46d3xbcp.ptn.monitoring-ambaalz,arjenhuitema,Arjen Huitema,,,@Azure/avm-ptn-monitoring-ambaalz-module-owners-bicep,@Azure/avm-ptn-monitoring-ambaalz-module-contributors-bicep,AVM Pattern Module for Azure Monitor Baseline Alerts (AMBA) - ALZ,, -Hub Networking,,avm/ptn/network/hub-networking,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/network/hub-networking,br/public:avm/ptn/network/hub-networking:X.Y.Z,46d3xbcp.ptn.network-hubnetworking,hundredacres,Matt Schmitt,,,@Azure/avm-ptn-network-hubnetworking-module-owners-bicep,@Azure/avm-ptn-network-hubnetworking-module-contributors-bicep,AVM Pattern Module for Hub Networking,,2024-09 -Private Link Private DNS Zones,,avm/ptn/network/private-link-private-dns-zones,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/network/private-link-private-dns-zones,br/public:avm/ptn/network/private-link-private-dns-zones:X.Y.Z,46d3xbcp.ptn.network-privatelinkprivatednszones,jtracey93,Jack Tracey,,,@Azure/avm-ptn-network-privatelinkprivatednszones-module-owners-bicep,@Azure/avm-ptn-network-privatelinkprivatednszones-module-contributors-bicep,AVM Pattern Module for Private Link Private DNS Zones,,2024-07 -Virtual WAN,vWAN,avm/ptn/network/virtual-wan,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/network/virtual-wan,br/public:avm/ptn/network/virtual-wan:X.Y.Z,46d3xbcp.ptn.network-virtualwan,ericscheffler,Eric Scheffler,juancj,Juan Jimenez,@Azure/avm-ptn-network-virtualwan-module-owners-bicep,@Azure/avm-ptn-network-virtualwan-module-contributors-bicep,AVM Pattern Module for Virtual WAN,, -VNETs peered to Virtual WAN,,avm/ptn/network/vwan-connected-vnets,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/network/vwan-connected-vnets,br/public:avm/ptn/network/vwan-connected-vnets:X.Y.Z,46d3xbcp.ptn.network-vwanconnectedvnets,juancj,Juan Jimenez,ericscheffler,Eric Scheffler,@Azure/avm-ptn-network-vwanconnectedvnets-module-owners-bicep,@Azure/avm-ptn-network-vwanconnectedvnets-module-contributors-bicep,AVM Pattern Module for VNETs peered to Virtual WAN,, -Corporate Line of Business (LoB) ChatBot,,avm/ptn/openai/cognitive-search,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/openai/cognitive-search,br/public:avm/ptn/openai/cognitive-search:X.Y.Z,46d3xbcp.ptn.openai-cognitivesearch,andbron,Andrew Lambert,,,@Azure/avm-ptn-openai-cognitivesearch-module-owners-bicep,@Azure/avm-ptn-openai-cognitivesearch-module-contributors-bicep,AVM Pattern Module for Corporate Line of Business (LoB) ChatBot,, -Azure OpenAI End-to-End Baseline Implementation,,avm/ptn/openai/e2e-baseline,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/openai/e2e-baseline,br/public:avm/ptn/openai/e2e-baseline:X.Y.Z,46d3xbcp.ptn.openai-e2ebaseline,amillerb,Alexandra Miller-Browne,,,@Azure/avm-ptn-openai-e2ebaseline-module-owners-bicep,@Azure/avm-ptn-openai-e2ebaseline-module-contributors-bicep,AVM Pattern Module for Azure OpenAI End-to-End Baseline Implementation,, -Policy Insights Remediation,,avm/ptn/policy-insights/remediation,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/policy-insights/remediation,br/public:avm/ptn/policy-insights/remediation:X.Y.Z,46d3xbcp.ptn.policyinsights-remediation,donk-msft,Don Koning,,,@Azure/avm-ptn-policyinsights-remediation-module-owners-bicep,@Azure/avm-ptn-policyinsights-remediation-module-contributors-bicep,AVM Pattern Module for Policy Insights Remediation,,2024-04 -SA - Chat with your data,Solution Accelerator - Chat with your data (CWYD),avm/ptn/sa/chat-with-your-data,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/sa/chat-with-your-data,br/public:avm/ptn/sa/chat-with-your-data:X.Y.Z,46d3xbcp.ptn.sa-chatwithyourdata,aldunson,Almicia Dunson,,,@Azure/avm-ptn-sa-chatwithyourdata-module-owners-bicep,@Azure/avm-ptn-sa-chatwithyourdata-module-contributors-bicep,AVM Pattern Module for SA - Chat with your data,, -SA - Conversation knowledge mining,Solution Accelerator - Conversation knowledge mining (CKM),avm/ptn/sa/conversation-knowledge-mining,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/sa/conversation-knowledge-mining,br/public:avm/ptn/sa/conversation-knowledge-mining:X.Y.Z,46d3xbcp.ptn.sa-convknowledgemining,alguadam,Alvaro Guadamillas Herranz,,,@Azure/avm-ptn-sa-conversationknowledgemining-module-owners-bicep,@Azure/avm-ptn-sa-conversationknowledgemining-module-contributors-bicep,AVM Pattern Module for SA - Conversation knowledge mining,,2025-03 -Azure Security Center (Defender for Cloud),,avm/ptn/security/security-center,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/security/security-center,br/public:avm/ptn/security/security-center:X.Y.Z,46d3xbcp.ptn.security-securitycenter,tony-box,Tony Box,,,@Azure/avm-ptn-security-securitycenter-module-owners-bicep,@Azure/avm-ptn-security-securitycenter-module-contributors-bicep,AVM Pattern Module for Azure Security Center (Defender for Cloud),,2024-04 -Sentinel,,avm/ptn/security/sentinel,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/security/sentinel,br/public:avm/ptn/security/sentinel:X.Y.Z,46d3xbcp.ptn.security-sentinel,hundredacres,Matt Schmitt,,,@Azure/avm-ptn-security-sentinel-module-owners-bicep,@Azure/avm-ptn-security-sentinel-module-contributors-bicep,AVM Pattern Module for Sentinel,, -Service Health Alerts,,avm/ptn/subscription/service-health-alerts,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/subscription/service-health-alerts,br/public:avm/ptn/subscription/service-health-alerts:X.Y.Z,46d3xbcp.ptn.subscription-svchealthalerts,sebassem,Seif Bassem,,,@Azure/avm-ptn-subscription-servicehealthalerts-module-owners-bicep,@Azure/avm-ptn-subscription-servicehealthalerts-module-contributors-bicep,AVM Pattern Module for Service Health Alerts,, -Custom Images using Azure Image Builder,,avm/ptn/virtual-machine-images/azure-image-builder,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/virtual-machine-images/azure-image-builder,br/public:avm/ptn/virtual-machine-images/azure-image-builder:X.Y.Z,46d3xbcp.ptn.vmimages-azureimagebuilder,AlexanderSehr,Alexander Sehr,,,@Azure/avm-ptn-virtualmachineimages-azureimagebuilder-module-owners-bicep,@Azure/avm-ptn-virtualmachineimages-azureimagebuilder-module-contributors-bicep,AVM Pattern Module for Custom Images using Azure Image Builder,,2024-09 +Azure Container Apps (ACA) LZA - Hosting Environment,,avm/ptn/aca-lza/hosting-environment,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/aca-lza/hosting-environment,br/public:avm/ptn/aca-lza/hosting-environment:X.Y.Z,46d3xbcp.ptn.acalza-hostingenvironment,kpantos,Konstantinos Pantos,,,@Azure/avm-ptn-acalza-hostingenvironment-module-owners-bicep,@Azure/avm-ptn-acalza-hostingenvironment-module-contributors-bicep,AVM Pattern Module for Azure Container Apps (ACA) LZA - Hosting Environment,,2024-08 +AI Platform - Baseline,,avm/ptn/ai-platform/baseline,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/ai-platform/baseline,br/public:avm/ptn/ai-platform/baseline:X.Y.Z,46d3xbcp.ptn.aiplatform-baseline,cecheta,Chinedum Echeta,ross-p-smith,Ross Smith,@Azure/avm-ptn-aiplatform-baseline-module-owners-bicep,@Azure/avm-ptn-aiplatform-baseline-module-contributors-bicep,AVM Pattern Module for AI Platform - Baseline,,2024-07 +Azure Landing Zones (ALZ) - Azure Monitoring Agent (AMA),,avm/ptn/alz/ama,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/ama,br/public:avm/ptn/alz/ama:X.Y.Z,46d3xbcp.ptn.alz-ama,oZakari,Zach Trocinski,,,@Azure/avm-ptn-alz-ama-module-owners-bicep,@Azure/avm-ptn-alz-ama-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Azure Monitoring Agent (AMA),, +Azure Landing Zones (ALZ) - Decommissioned,,avm/ptn/alz/decommissioned,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/decommissioned,br/public:avm/ptn/alz/decommissioned:X.Y.Z,46d3xbcp.ptn.alz-decommissioned,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-decommissioned-module-owners-bicep,@Azure/avm-ptn-alz-decommissioned-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Decommissioned,, +Azure Landing Zones (ALZ) - Empty,,avm/ptn/alz/empty,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/empty,br/public:avm/ptn/alz/empty:X.Y.Z,46d3xbcp.ptn.alz-empty,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-empty-module-owners-bicep,@Azure/avm-ptn-alz-empty-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Empty,,2025-04 +Azure Landing Zones (ALZ) - Intermediate Root,,avm/ptn/alz/int-root,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/int-root,br/public:avm/ptn/alz/int-root:X.Y.Z,46d3xbcp.ptn.int-root,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-introot-module-owners-bicep,@Azure/avm-ptn-alz-introot-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Intermediate Root,, +Azure Landing Zones (ALZ) - Landing Zones,,avm/ptn/alz/landing-zones,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/landing-zones,br/public:avm/ptn/alz/landing-zones:X.Y.Z,46d3xbcp.ptn.alz-landingzones,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-landingzones-module-owners-bicep,@Azure/avm-ptn-alz-landingzones-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Landing Zones,, +Azure Landing Zones (ALZ) - Landing Zones Corp,,avm/ptn/alz/landing-zones-corp,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/landing-zones-corp,br/public:avm/ptn/alz/landing-zones-corp:X.Y.Z,46d3xbcp.ptn.alz-landingzonescorp,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-landingzonescorp-module-owners-bicep,@Azure/avm-ptn-alz-landingzonescorp-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Landing Zones Corp,, +Azure Landing Zones (ALZ) - Landing Zones Online,,avm/ptn/alz/landing-zones-online,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/landing-zones-online,br/public:avm/ptn/alz/landing-zones-online:X.Y.Z,46d3xbcp.ptn.alz-landingzonesonline,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-landingzonesonline-module-owners-bicep,@Azure/avm-ptn-alz-landingzonesonline-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Landing Zones Online,, +Azure Landing Zones (ALZ) - Platform,,avm/ptn/alz/platform,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/platform,br/public:avm/ptn/alz/platform:X.Y.Z,46d3xbcp.ptn.alz-platform,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-platform-module-owners-bicep,@Azure/avm-ptn-alz-platform-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Platform,, +Azure Landing Zones (ALZ) - Platform Connectivity,,avm/ptn/alz/platform-connectivity,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/platform-connectivity,br/public:avm/ptn/alz/platform-connectivity:X.Y.Z,46d3xbcp.ptn.alz-platformconnectivity,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-platformconnectivity-module-owners-bicep,@Azure/avm-ptn-alz-platformconnectivity-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Platform Connectivity,, +Azure Landing Zones (ALZ) - Platform Identity,,avm/ptn/alz/platform-identity,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/platform-identity,br/public:avm/ptn/alz/platform-identity:X.Y.Z,46d3xbcp.ptn.alz-platformidentity,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-platformidentity-module-owners-bicep,@Azure/avm-ptn-alz-platformidentity-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Platform Identity,, +Azure Landing Zones (ALZ) - Platform Management,,avm/ptn/alz/platform-management,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/platform-management,br/public:avm/ptn/alz/platform-management:X.Y.Z,46d3xbcp.ptn.alz-platformmanagement,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-platformmanagement-module-owners-bicep,@Azure/avm-ptn-alz-platformmanagement-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Platform Management,, +Azure Landing Zones (ALZ) - Sandbox,,avm/ptn/alz/sandbox,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/alz/sandbox,br/public:avm/ptn/alz/sandbox:X.Y.Z,46d3xbcp.ptn.alz-sandbox,jtracey93,Jack Tracey,oZakari,Zach Trocinski,@Azure/avm-ptn-alz-sandbox-module-owners-bicep,@Azure/avm-ptn-alz-sandbox-module-contributors-bicep,AVM Pattern Module for Azure Landing Zones (ALZ) - Sandbox,, +Container Job Toolkit,,avm/ptn/app/container-job-toolkit,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/app/container-job-toolkit,br/public:avm/ptn/app/container-job-toolkit:X.Y.Z,46d3xbcp.ptn.app-containerjobtoolkit,ReneHezser,Rene Hezser,,,@Azure/avm-ptn-app-containerjobtoolkit-module-owners-bicep,@Azure/avm-ptn-app-containerjobtoolkit-module-contributors-bicep,AVM Pattern Module for Container Job Toolkit,,2024-12 +Cosmos DB Account - Container App,,avm/ptn/app/cosmos-db-account-container-app,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/app/cosmos-db-account-container-app,br/public:avm/ptn/app/cosmos-db-account-container-app:X.Y.Z,46d3xbcp.ptn.app-cosmosdbacctcontapp,seesharprun,Sidney Andrews,,,@Azure/avm-ptn-app-cosmosdbaccountcontainerapp-module-owners-bicep,@Azure/avm-ptn-app-cosmosdbaccountcontainerapp-module-contributors-bicep,AVM Pattern Module for Cosmos DB Account - Container App,, +Workload - IaaS VM Cosmos DB - Tier 4,,avm/ptn/app/iaas-vm-cosmosdb-tier4,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/app/iaas-vm-cosmosdb-tier4,br/public:avm/ptn/app/iaas-vm-cosmosdb-tier4:X.Y.Z,46d3xbcp.ptn.app-iaasvmcosmosdbt4,mikestiers,Mike Stiers,,,@Azure/avm-ptn-app-iaasvmcosmosdbtier4-module-owners-bicep,@Azure/avm-ptn-app-iaasvmcosmosdbtier4-module-contributors-bicep,AVM Pattern Module for Workload - IaaS VM Cosmos DB - Tier 4,, +MongoDB Cluster - Container App,,avm/ptn/app/mongodb-cluster-container-app,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/app/mongodb-cluster-container-app,br/public:avm/ptn/app/mongodb-cluster-container-app:X.Y.Z,46d3xbcp.ptn.app-mongodbclustcontapp,seesharprun,Sidney Andrews,,,@Azure/avm-ptn-app-mongodbclustercontainerapp-module-owners-bicep,@Azure/avm-ptn-app-mongodbclustercontainerapp-module-contributors-bicep,AVM Pattern Module for MongoDB Cluster - Container App,, +Workload - PaaS ASE Cosmos DB - Tier 4,,avm/ptn/app/paas-ase-cosmosdb-tier4,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/app/paas-ase-cosmosdb-tier4,br/public:avm/ptn/app/paas-ase-cosmosdb-tier4:X.Y.Z,46d3xbcp.ptn.app-paasasecosmosdbt4,mikestiers,Mike Stiers,,,@Azure/avm-ptn-app-paasasecosmosdbtier4-module-owners-bicep,@Azure/avm-ptn-app-paasasecosmosdbtier4-module-contributors-bicep,AVM Pattern Module for Workload - PaaS ASE Cosmos DB - Tier 4,, +Workload - PaaS ASP Cognitive Search - Tier 4,,avm/ptn/app/paas-asp-cognitivesearch-tier4,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/app/paas-asp-cognitivesearch-tier4,br/public:avm/ptn/app/paas-asp-cognitivesearch-tier4:X.Y.Z,46d3xbcp.ptn.app-paasaspcognitivesearcht4,mikestiers,Mike Stiers,,,@Azure/avm-ptn-app-paasaspcognitivesearchtier4-module-owners-bicep,@Azure/avm-ptn-app-paasaspcognitivesearchtier4-module-contributors-bicep,AVM Pattern Module for Workload - PaaS ASP Cognitive Search - Tier 4,, +App Service LZA - Hosting Environment,,avm/ptn/app-service-lza/hosting-environment,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/app-service-lza/hosting-environment,br/public:avm/ptn/app-service-lza/hosting-environment:X.Y.Z,46d3xbcp.ptn.appsvclza-hostingenvironment,ibersanoMS,Isabelle Bersano,,,@Azure/avm-ptn-appservicelza-hostingenvironment-module-owners-bicep,@Azure/avm-ptn-appservicelza-hostingenvironment-module-contributors-bicep,AVM Pattern Module for App Service LZA - Hosting Environment,,2025-04 +Authorization - PIM Role Assignment,,avm/ptn/authorization/pim-role-assignment,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/pim-role-assignment,br/public:avm/ptn/authorization/pim-role-assignment:X.Y.Z,46d3xbcp.ptn.authorization-pimroleassignment,sebassem,Seif Bassem,,,@Azure/avm-ptn-authorization-pimroleassignment-module-owners-bicep,@Azure/avm-ptn-authorization-pimroleassignment-module-contributors-bicep,AVM Pattern Module for Authorization - PIM Role Assignment,,2025-02 +Authorization - Policy Assignment,,avm/ptn/authorization/policy-assignment,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/policy-assignment,br/public:avm/ptn/authorization/policy-assignment:X.Y.Z,46d3xbcp.ptn.authorization-policyassignment,arnoldna,Nate Arnold,,,@Azure/avm-ptn-authorization-policyassignment-module-owners-bicep,@Azure/avm-ptn-authorization-policyassignment-module-contributors-bicep,AVM Pattern Module for Authorization - Policy Assignment,,2024-04 +Authorization - Policy Exemption,,avm/ptn/authorization/policy-exemption,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/policy-exemption,br/public:avm/ptn/authorization/policy-exemption:X.Y.Z,46d3xbcp.ptn.authorization-policyexemption,oZakari,Zach Trocinski,,,@Azure/avm-ptn-authorization-policyexemption-module-owners-bicep,@Azure/avm-ptn-authorization-policyexemption-module-contributors-bicep,AVM Pattern Module for Authorization - Policy Exemption,,2024-12 +Authorization - Resource Role Assignment,,avm/ptn/authorization/resource-role-assignment,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/resource-role-assignment,br/public:avm/ptn/authorization/resource-role-assignment:X.Y.Z,46d3xbcp.ptn.authorization-resourceroleassignment,peterbud,Peter Budai,,,@Azure/avm-ptn-authorization-resourceroleassignment-module-owners-bicep,@Azure/avm-ptn-authorization-resourceroleassignment-module-contributors-bicep,AVM Pattern Module for Authorization - Resource Role Assignment,,2024-05 +Authorization - Role Assignment,,avm/ptn/authorization/role-assignment,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/role-assignment,br/public:avm/ptn/authorization/role-assignment:X.Y.Z,46d3xbcp.ptn.authorization-roleassignment,jtracey93,Jack Tracey,,,@Azure/avm-ptn-authorization-roleassignment-module-owners-bicep,@Azure/avm-ptn-authorization-roleassignment-module-contributors-bicep,AVM Pattern Module for Authorization - Role Assignment,,2024-04 +Authorization - Role Definition,,avm/ptn/authorization/role-definition,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/role-definition,br/public:avm/ptn/authorization/role-definition:X.Y.Z,46d3xbcp.ptn.authorization-roledefinition,jtracey93,Jack Tracey,,,@Azure/avm-ptn-authorization-roledefinition-module-owners-bicep,@Azure/avm-ptn-authorization-roledefinition-module-contributors-bicep,AVM Pattern Module for Authorization - Role Definition,,2024-12 +Azure Virtual Desktop (AVD) LZA - Insights,,avm/ptn/avd-lza/insights,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/avd-lza/insights,br/public:avm/ptn/avd-lza/insights:X.Y.Z,46d3xbcp.ptn.avdlza-insights,danycontre,Dany Contreras,danycontre,Dany Contreras,@Azure/avm-ptn-avdlza-insights-module-owners-bicep,@Azure/avm-ptn-avdlza-insights-module-contributors-bicep,AVM Pattern Module for Azure Virtual Desktop (AVD) LZA - Insights,, +Azure Virtual Desktop (AVD) LZA - Management Plane,,avm/ptn/avd-lza/management-plane,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/avd-lza/management-plane,br/public:avm/ptn/avd-lza/management-plane:X.Y.Z,46d3xbcp.ptn.avdlza-managementplane,danycontre,Dany Contreras,moisesjgomez,Moises Gomez Cortez,@Azure/avm-ptn-avdlza-managementplane-module-owners-bicep,@Azure/avm-ptn-avdlza-managementplane-module-contributors-bicep,AVM Pattern Module for Azure Virtual Desktop (AVD) LZA - Management Plane,, +Azure Virtual Desktop (AVD) LZA - Networking,,avm/ptn/avd-lza/networking,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/avd-lza/networking,br/public:avm/ptn/avd-lza/networking:X.Y.Z,46d3xbcp.ptn.avdlza-networking,moisesjgomez,Moises Gomez Cortez,danycontre,Dany Contreras,@Azure/avm-ptn-avdlza-networking-module-owners-bicep,@Azure/avm-ptn-avdlza-networking-module-contributors-bicep,AVM Pattern Module for Azure Virtual Desktop (AVD) LZA - Networking,, +Azure Virtual Desktop (AVD) LZA - Session Hosts,,avm/ptn/avd-lza/session-hosts,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/avd-lza/session-hosts,br/public:avm/ptn/avd-lza/session-hosts:X.Y.Z,46d3xbcp.ptn.avdlza-sessionhosts,danycontre,Dany Contreras,danycontre,Dany Contreras,@Azure/avm-ptn-avdlza-sessionhosts-module-owners-bicep,@Azure/avm-ptn-avdlza-sessionhosts-module-contributors-bicep,AVM Pattern Module for Azure Virtual Desktop (AVD) LZA - Session Hosts,, +AZD - ACR Container App,Azure Developer CLI - ACR Container App,avm/ptn/azd/acr-container-app,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/acr-container-app,br/public:avm/ptn/azd/acr-container-app:X.Y.Z,46d3xbcp.ptn.azd-acrcontainerapp,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-acrcontainerapp-module-owners-bicep,@Azure/avm-ptn-azd-acrcontainerapp-module-contributors-bicep,AVM Pattern Module for AZD - ACR Container App,,2024-10 +AZD - AKS,Azure Developer CLI - Azure Kubernetes Services,avm/ptn/azd/aks,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/aks,br/public:avm/ptn/azd/aks:X.Y.Z,46d3xbcp.ptn.azd-aks,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-aks-module-owners-bicep,@Azure/avm-ptn-azd-aks-module-contributors-bicep,AVM Pattern Module for AZD - AKS,,2024-10 +AZD - AKS Automatic Cluster,Azure Developer CLI - Azure Kubernetes Services Automatic Cluster,avm/ptn/azd/aks-automatic-cluster,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/aks-automatic-cluster,br/public:avm/ptn/azd/aks-automatic-cluster:X.Y.Z,46d3xbcp.ptn.azd-aksautomaticcluster,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-aksautomaticcluster-module-owners-bicep,@Azure/avm-ptn-azd-aksautomaticcluster-module-contributors-bicep,AVM Pattern Module for AZD - AKS Automatic Cluster,,2024-12 +AZD - APIM API,Azure Developer CLI - API Management,avm/ptn/azd/apim-api,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/apim-api,br/public:avm/ptn/azd/apim-api:X.Y.Z,46d3xbcp.ptn.azd-apimapi,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-apimapi-module-owners-bicep,@Azure/avm-ptn-azd-apimapi-module-contributors-bicep,AVM Pattern Module for AZD - APIM API,,2024-09 +AZD - Container Apps Stack,Azure Developer CLI - Container Apps Stack,avm/ptn/azd/container-apps-stack,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/container-apps-stack,br/public:avm/ptn/azd/container-apps-stack:X.Y.Z,46d3xbcp.ptn.azd-containerappsstack,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-containerappsstack-module-owners-bicep,@Azure/avm-ptn-azd-containerappsstack-module-contributors-bicep,AVM Pattern Module for AZD - Container Apps Stack,,2024-10 +AZD - Container App Upsert,Azure Developer CLI - Container Apps Upsert,avm/ptn/azd/container-app-upsert,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/container-app-upsert,br/public:avm/ptn/azd/container-app-upsert:X.Y.Z,46d3xbcp.ptn.azd-containerappupsert,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-containerappupsert-module-owners-bicep,@Azure/avm-ptn-azd-containerappupsert-module-contributors-bicep,AVM Pattern Module for AZD - Container App Upsert,,2024-10 +AZD - Insights Dashboard,Azure Developer CLI - Inishgts Dashboard,avm/ptn/azd/insights-dashboard,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/insights-dashboard,br/public:avm/ptn/azd/insights-dashboard:X.Y.Z,46d3xbcp.ptn.azd-insightsdashboard,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-insightsdashboard-module-owners-bicep,@Azure/avm-ptn-azd-insightsdashboard-module-contributors-bicep,AVM Pattern Module for AZD - Insights Dashboard,,2024-09 +AZD - ML AI Environment,Azure Developer CLI - Machine Learning AI Environment,avm/ptn/azd/ml-ai-environment,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/ml-ai-environment,br/public:avm/ptn/azd/ml-ai-environment:X.Y.Z,46d3xbcp.ptn.azd-mlaienvironment,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-mlaienvironment-module-owners-bicep,@Azure/avm-ptn-azd-mlaienvironment-module-contributors-bicep,AVM Pattern Module for AZD - ML AI Environment,,2024-10 +AZD - ML Hub Dependencies,Azure Developer CLI - Machine Learning Hub Dependencies,avm/ptn/azd/ml-hub-dependencies,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/ml-hub-dependencies,br/public:avm/ptn/azd/ml-hub-dependencies:X.Y.Z,46d3xbcp.ptn.azd-mlhubdependencies,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-mlhubdependencies-module-owners-bicep,@Azure/avm-ptn-azd-mlhubdependencies-module-contributors-bicep,AVM Pattern Module for AZD - ML Hub Dependencies,,2024-10 +AZD - ML Project,Azure Developer CLI - Machine Learning Project,avm/ptn/azd/ml-project,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/ml-project,br/public:avm/ptn/azd/ml-project:X.Y.Z,46d3xbcp.ptn.azd-mlproject,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-mlproject-module-owners-bicep,@Azure/avm-ptn-azd-mlproject-module-contributors-bicep,AVM Pattern Module for AZD - ML Project,,2024-10 +AZD - Monitoring,Azure Developer CLI - Monitoring,avm/ptn/azd/monitoring,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/azd/monitoring,br/public:avm/ptn/azd/monitoring:X.Y.Z,46d3xbcp.ptn.azd-monitoring,JeffreyCA,Jeffrey Chen,,,@Azure/avm-ptn-azd-monitoring-module-owners-bicep,@Azure/avm-ptn-azd-monitoring-module-contributors-bicep,AVM Pattern Module for AZD - Monitoring,,2024-10 +Private Analytical Workspace,"Data Analytics, Data Lake, Databricks, Database",avm/ptn/data/private-analytical-workspace,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/data/private-analytical-workspace,br/public:avm/ptn/data/private-analytical-workspace:X.Y.Z,46d3xbcp.ptn.data-privateanalyticalworkspace,jbinko,Jiri Binko,,,@Azure/avm-ptn-data-privateanalyticalworkspace-module-owners-bicep,@Azure/avm-ptn-data-privateanalyticalworkspace-module-contributors-bicep,AVM Pattern Module for Private Analytical Workspace,,2024-10 +Deployment Script - Create Key Vault SSH Key Pair,,avm/ptn/deployment-script/create-kv-ssh-key-pair,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/deployment-script/create-kv-ssh-key-pair,br/public:avm/ptn/deployment-script/create-kv-ssh-key-pair:X.Y.Z,46d3xbcp.ptn.deploymentscript-createkvsshkeypair,vlahane,Vishal Lahane,,,@Azure/avm-ptn-deploymentscript-createkvsshkeypair-module-owners-bicep,@Azure/avm-ptn-deploymentscript-createkvsshkeypair-module-contributors-bicep,AVM Pattern Module for Deployment Script - Create Key Vault SSH Key Pair,, +Deployment Script - Import Container Image to ACR,,avm/ptn/deployment-script/import-image-to-acr,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/deployment-script/import-image-to-acr,br/public:avm/ptn/deployment-script/import-image-to-acr:X.Y.Z,46d3xbcp.ptn.deploymentscript-importimagetoacr,ReneHezser,Rene Hezser,,,@Azure/avm-ptn-deploymentscript-importimagetoacr-module-owners-bicep,@Azure/avm-ptn-deploymentscript-importimagetoacr-module-contributors-bicep,AVM Pattern Module for Deployment Script - Import Container Image to ACR,,2024-07 +Deployment Script - Private Script,,avm/ptn/deployment-script/private,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/deployment-script/private,br/public:avm/ptn/deployment-script/private:X.Y.Z,46d3xbcp.ptn.deploymentscript-private,sebassem,Seif Bassem,,,@Azure/avm-ptn-deploymentscript-private-module-owners-bicep,@Azure/avm-ptn-deploymentscript-private-module-contributors-bicep,AVM Pattern Module for Deployment Script - Private Script,, +Dev-Box,,avm/ptn/dev-center/dev-box,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/dev-center/dev-box,br/public:avm/ptn/dev-center/dev-box:X.Y.Z,46d3xbcp.ptn.devcenter-devbox,timfurnival-MSFT,Tim Furnival,,,@Azure/avm-ptn-devcenter-devbox-module-owners-bicep,@Azure/avm-ptn-devcenter-devbox-module-contributors-bicep,AVM Pattern Module for Dev-Box,, +Azure DevOps and GitHub CI/CD Agents and Runners,,avm/ptn/dev-ops/cicd-agents-and-runners,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/dev-ops/cicd-agents-and-runners,br/public:avm/ptn/dev-ops/cicd-agents-and-runners:X.Y.Z,46d3xbcp.ptn.devops-cicdagentsandrunners,sebassem,Seif Bassem,,,@Azure/avm-ptn-devops-cicdagentsandrunners-module-owners-bicep,@Azure/avm-ptn-devops-cicdagentsandrunners-module-contributors-bicep,AVM Pattern Module for Azure DevOps and GitHub CI/CD Agents and Runners,,2024-09 +FinOps Toolkit - FinOps Hub,,avm/ptn/finops-toolkit/finops-hub,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/finops-toolkit/finops-hub,br/public:avm/ptn/finops-toolkit/finops-hub:X.Y.Z,46d3xbcp.ptn.finopstoolkit-finopshub,arthurclares,Arthur Clares,,,@Azure/avm-ptn-finopstoolkit-finopshub-module-owners-bicep,@Azure/avm-ptn-finopstoolkit-finopshub-module-contributors-bicep,AVM Pattern Module for FinOps Toolkit - FinOps Hub,,2024-05 +Landing Zone Subscription Vending,,avm/ptn/lz/sub-vending,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/lz/sub-vending,br/public:avm/ptn/lz/sub-vending:X.Y.Z,46d3xbcp.ptn.lz-subvending,jtracey93,Jack Tracey,sebassem,Seif Bassem,@Azure/avm-ptn-lz-subvending-module-owners-bicep,@Azure/avm-ptn-lz-subvending-module-contributors-bicep,AVM Pattern Module for Landing Zone Subscription Vending,,2024-06 +LZA Shared - Data Services,Landing Zone Accelerators - Shared - Data Services,avm/ptn/lza-shared/data-services,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/lza-shared/data-services,br/public:avm/ptn/lza-shared/data-services:X.Y.Z,46d3xbcp.ptn.lzashared-dataservices,kpantos,Konstantinos Pantos,,,@Azure/avm-ptn-lzashared-dataservices-module-owners-bicep,@Azure/avm-ptn-lzashared-dataservices-module-contributors-bicep,AVM Pattern Module for LZA Shared - Data Services,, +Azure Update Manager,,avm/ptn/maintenance/azure-update-manager,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/maintenance/azure-update-manager,br/public:avm/ptn/maintenance/azure-update-manager:X.Y.Z,46d3xbcp.ptn.maintenance-azureupdatemanager,akhilthomas011,Akhil Thomas,,,@Azure/avm-ptn-maintenance-azureupdatemanager-module-owners-bicep,@Azure/avm-ptn-maintenance-azureupdatemanager-module-contributors-bicep,AVM Pattern Module for Azure Update Manager,, +Management Groups - Subscription Placement,,avm/ptn/mgmt-groups/subscription-placement,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/mgmt-groups/subscription-placement,br/public:avm/ptn/mgmt-groups/subscription-placement:X.Y.Z,46d3xbcp.ptn.mgmtgroup-subplacement,oZakari,Zach Trocinski,,,@Azure/avm-ptn-mgmtgroups-subscriptionplacement-module-owners-bicep,@Azure/avm-ptn-mgmtgroups-subscriptionplacement-module-contributors-bicep,AVM Pattern Module for Management Groups - Subscription Placement,,2025-02 +Azure Monitor Baseline Alerts (AMBA),,avm/ptn/monitoring/amba,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/monitoring/amba,br/public:avm/ptn/monitoring/amba:X.Y.Z,46d3xbcp.ptn.monitoring-amba,arjenhuitema,Arjen Huitema,,,@Azure/avm-ptn-monitoring-amba-module-owners-bicep,@Azure/avm-ptn-monitoring-amba-module-contributors-bicep,AVM Pattern Module for Azure Monitor Baseline Alerts (AMBA),, +Azure Monitor Baseline Alerts (AMBA) - ALZ,,avm/ptn/monitoring/amba-alz,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/monitoring/amba-alz,br/public:avm/ptn/monitoring/amba-alz:X.Y.Z,46d3xbcp.ptn.monitoring-ambaalz,arjenhuitema,Arjen Huitema,,,@Azure/avm-ptn-monitoring-ambaalz-module-owners-bicep,@Azure/avm-ptn-monitoring-ambaalz-module-contributors-bicep,AVM Pattern Module for Azure Monitor Baseline Alerts (AMBA) - ALZ,, +Hub Networking,,avm/ptn/network/hub-networking,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/network/hub-networking,br/public:avm/ptn/network/hub-networking:X.Y.Z,46d3xbcp.ptn.network-hubnetworking,hundredacres,Matt Schmitt,,,@Azure/avm-ptn-network-hubnetworking-module-owners-bicep,@Azure/avm-ptn-network-hubnetworking-module-contributors-bicep,AVM Pattern Module for Hub Networking,,2024-09 +Private Link Private DNS Zones,,avm/ptn/network/private-link-private-dns-zones,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/network/private-link-private-dns-zones,br/public:avm/ptn/network/private-link-private-dns-zones:X.Y.Z,46d3xbcp.ptn.network-privatelinkprivatednszones,jtracey93,Jack Tracey,,,@Azure/avm-ptn-network-privatelinkprivatednszones-module-owners-bicep,@Azure/avm-ptn-network-privatelinkprivatednszones-module-contributors-bicep,AVM Pattern Module for Private Link Private DNS Zones,,2024-07 +Virtual WAN,vWAN,avm/ptn/network/virtual-wan,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/network/virtual-wan,br/public:avm/ptn/network/virtual-wan:X.Y.Z,46d3xbcp.ptn.network-virtualwan,ericscheffler,Eric Scheffler,juancj,Juan Jimenez,@Azure/avm-ptn-network-virtualwan-module-owners-bicep,@Azure/avm-ptn-network-virtualwan-module-contributors-bicep,AVM Pattern Module for Virtual WAN,, +VNETs peered to Virtual WAN,,avm/ptn/network/vwan-connected-vnets,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/network/vwan-connected-vnets,br/public:avm/ptn/network/vwan-connected-vnets:X.Y.Z,46d3xbcp.ptn.network-vwanconnectedvnets,juancj,Juan Jimenez,ericscheffler,Eric Scheffler,@Azure/avm-ptn-network-vwanconnectedvnets-module-owners-bicep,@Azure/avm-ptn-network-vwanconnectedvnets-module-contributors-bicep,AVM Pattern Module for VNETs peered to Virtual WAN,, +Corporate Line of Business (LoB) ChatBot,,avm/ptn/openai/cognitive-search,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/openai/cognitive-search,br/public:avm/ptn/openai/cognitive-search:X.Y.Z,46d3xbcp.ptn.openai-cognitivesearch,andbron,Andrew Lambert,,,@Azure/avm-ptn-openai-cognitivesearch-module-owners-bicep,@Azure/avm-ptn-openai-cognitivesearch-module-contributors-bicep,AVM Pattern Module for Corporate Line of Business (LoB) ChatBot,, +Azure OpenAI End-to-End Baseline Implementation,,avm/ptn/openai/e2e-baseline,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/openai/e2e-baseline,br/public:avm/ptn/openai/e2e-baseline:X.Y.Z,46d3xbcp.ptn.openai-e2ebaseline,amillerb,Alexandra Miller-Browne,,,@Azure/avm-ptn-openai-e2ebaseline-module-owners-bicep,@Azure/avm-ptn-openai-e2ebaseline-module-contributors-bicep,AVM Pattern Module for Azure OpenAI End-to-End Baseline Implementation,, +Policy Insights Remediation,,avm/ptn/policy-insights/remediation,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/policy-insights/remediation,br/public:avm/ptn/policy-insights/remediation:X.Y.Z,46d3xbcp.ptn.policyinsights-remediation,donk-msft,Don Koning,,,@Azure/avm-ptn-policyinsights-remediation-module-owners-bicep,@Azure/avm-ptn-policyinsights-remediation-module-contributors-bicep,AVM Pattern Module for Policy Insights Remediation,,2024-04 +SA - Chat with your data,Solution Accelerator - Chat with your data (CWYD),avm/ptn/sa/chat-with-your-data,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/sa/chat-with-your-data,br/public:avm/ptn/sa/chat-with-your-data:X.Y.Z,46d3xbcp.ptn.sa-chatwithyourdata,aldunson,Almicia Dunson,,,@Azure/avm-ptn-sa-chatwithyourdata-module-owners-bicep,@Azure/avm-ptn-sa-chatwithyourdata-module-contributors-bicep,AVM Pattern Module for SA - Chat with your data,, +SA - Conversation knowledge mining,Solution Accelerator - Conversation knowledge mining (CKM),avm/ptn/sa/conversation-knowledge-mining,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/sa/conversation-knowledge-mining,br/public:avm/ptn/sa/conversation-knowledge-mining:X.Y.Z,46d3xbcp.ptn.sa-convknowledgemining,alguadam,Alvaro Guadamillas Herranz,,,@Azure/avm-ptn-sa-conversationknowledgemining-module-owners-bicep,@Azure/avm-ptn-sa-conversationknowledgemining-module-contributors-bicep,AVM Pattern Module for SA - Conversation knowledge mining,,2025-03 +Azure Security Center (Defender for Cloud),,avm/ptn/security/security-center,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/security/security-center,br/public:avm/ptn/security/security-center:X.Y.Z,46d3xbcp.ptn.security-securitycenter,tony-box,Tony Box,,,@Azure/avm-ptn-security-securitycenter-module-owners-bicep,@Azure/avm-ptn-security-securitycenter-module-contributors-bicep,AVM Pattern Module for Azure Security Center (Defender for Cloud),,2024-04 +Sentinel,,avm/ptn/security/sentinel,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/security/sentinel,br/public:avm/ptn/security/sentinel:X.Y.Z,46d3xbcp.ptn.security-sentinel,hundredacres,Matt Schmitt,,,@Azure/avm-ptn-security-sentinel-module-owners-bicep,@Azure/avm-ptn-security-sentinel-module-contributors-bicep,AVM Pattern Module for Sentinel,, +Service Health Alerts,,avm/ptn/subscription/service-health-alerts,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/subscription/service-health-alerts,br/public:avm/ptn/subscription/service-health-alerts:X.Y.Z,46d3xbcp.ptn.subscription-svchealthalerts,sebassem,Seif Bassem,,,@Azure/avm-ptn-subscription-servicehealthalerts-module-owners-bicep,@Azure/avm-ptn-subscription-servicehealthalerts-module-contributors-bicep,AVM Pattern Module for Service Health Alerts,, +Custom Images using Azure Image Builder,,avm/ptn/virtual-machine-images/azure-image-builder,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/virtual-machine-images/azure-image-builder,br/public:avm/ptn/virtual-machine-images/azure-image-builder:X.Y.Z,46d3xbcp.ptn.vmimages-azureimagebuilder,AlexanderSehr,Alexander Sehr,,,@Azure/avm-ptn-virtualmachineimages-azureimagebuilder-module-owners-bicep,@Azure/avm-ptn-virtualmachineimages-azureimagebuilder-module-contributors-bicep,AVM Pattern Module for Custom Images using Azure Image Builder,,2024-09 diff --git a/docs/static/module-indexes/BicepResourceModules.csv b/docs/static/module-indexes/BicepResourceModules.csv index a2f727103..c08002323 100644 --- a/docs/static/module-indexes/BicepResourceModules.csv +++ b/docs/static/module-indexes/BicepResourceModules.csv @@ -1,220 +1,220 @@ ο»ΏProviderNamespace,ResourceType,ModuleDisplayName,AlternativeNames,ModuleName,ParentModule,ModuleStatus,RepoURL,PublicRegistryReference,TelemetryIdPrefix,PrimaryModuleOwnerGHHandle,PrimaryModuleOwnerDisplayName,SecondaryModuleOwnerGHHandle,SecondaryModuleOwnerDisplayName,ModuleOwnersGHTeam,ModuleContributorsGHTeam,Description,Comments,FirstPublishedIn -Microsoft.AAD,domainServices,Azure Active Directory Domain Service,"AAD, Entra ID, Microsoft Entra Domain Services, AAD DS, Azure AD DS",avm/res/aad/domain-service,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/aad/domain-service,br/public:avm/res/aad/domain-service:X.Y.Z,46d3xbcp.res.aad-domainservice,ReneHezser,Rene Hezser,CRYP70N1X,Paul Chirila,@Azure/avm-res-aad-domainservice-module-owners-bicep,@Azure/avm-res-aad-domainservice-module-contributors-bicep,AVM Resource Module for Azure Active Directory Domain Service,,2024-04 -Microsoft.AlertsManagement,actionRules,Action Rules,,avm/res/alerts-management/action-rule,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/alerts-management/action-rule,br/public:avm/res/alerts-management/action-rule:X.Y.Z,46d3xbcp.res.alertsmanagement-actionrule,judyer28,Justin Dyer,,,@Azure/avm-res-alertsmanagement-actionrule-module-owners-bicep,@Azure/avm-res-alertsmanagement-actionrule-module-contributors-bicep,AVM Resource Module for Action Rules,,2024-06 -Microsoft.AnalysisServices,servers,Analysis Services Server,,avm/res/analysis-services/server,n/a,Orphaned :eyes:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/analysis-services/server,br/public:avm/res/analysis-services/server:X.Y.Z,46d3xbcp.res.analysisservices-server,,,,,@Azure/avm-res-analysisservices-server-module-owners-bicep,@Azure/avm-res-analysisservices-server-module-contributors-bicep,AVM Resource Module for Analysis Services Server,,2024-01 -Microsoft.ApiManagement,services,API Management Service,,avm/res/api-management/service,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service,br/public:avm/res/api-management/service:X.Y.Z,46d3xbcp.res.apimanagement-service,tony-box,Tony Box,,,@Azure/avm-res-apimanagement-service-module-owners-bicep,@Azure/avm-res-apimanagement-service-module-contributors-bicep,AVM Resource Module for API Management Service,,2023-12 -Microsoft.ApiManagement,services,API Management Service - API,,avm/res/api-management/service/api,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/api,br/public:avm/res/api-management/service/api:X.Y.Z,46d3xbcp.res.apimgmt-api,,,,,same as parent,same as parent,AVM Child Module for API Management Service - API,, -Microsoft.ApiManagement,services,API Management Service - API Diagnostics,,avm/res/api-management/service/api/diagnostics,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/api/diagnostics,br/public:avm/res/api-management/service/api/diagnostics:X.Y.Z,46d3xbcp.res.apimgm-apidiagnostics,,,,,same as parent,same as parent,AVM Child Module for API Management Service - API Diagnostics,, -Microsoft.ApiManagement,services,API Management Service - API Policy,,avm/res/api-management/service/api/policy,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/api/policy,br/public:avm/res/api-management/service/api/policy:X.Y.Z,46d3xbcp.res.apimgmt-apipolicy,,,,,same as parent,same as parent,AVM Child Module for API Management Service - API Policy,, -Microsoft.ApiManagement,services,API Management Service - API Version Set,,avm/res/api-management/service/api-version-set,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/api-version-set,br/public:avm/res/api-management/service/api-version-set:X.Y.Z,46d3xbcp.res.apimgmt-apiversionset,,,,,same as parent,same as parent,AVM Child Module for API Management Service - API Version Set,, -Microsoft.ApiManagement,services,API Manegement Service - Authorization Server,,avm/res/api-management/service/authorization-server,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/authorization-server,br/public:avm/res/api-management/service/authorization-server:X.Y.Z,46d3xbcp.res.apimgmt-authzserver,,,,,same as parent,same as parent,AVM Child Module for API Manegement Service - Authorization Server,, -Microsoft.ApiManagement,services,API Management Service - Backend,,avm/res/api-management/service/backend,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/backend,br/public:avm/res/api-management/service/backend:X.Y.Z,46d3xbcp.res.apimgmt-backend,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Backend,, -Microsoft.ApiManagement,services,API Management Service - Cache,,avm/res/api-management/service/cache,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/cache,br/public:avm/res/api-management/service/cache:X.Y.Z,46d3xbcp.res.apimgmt-cache,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Cache,, -Microsoft.ApiManagement,services,API Management Service - Identity Provider,,avm/res/api-management/service/identity-provider,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/identity-provider,br/public:avm/res/api-management/service/identity-provider:X.Y.Z,46d3xbcp.res.apimgmt-identityprovider,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Identity Provider,, -Microsoft.ApiManagement,services,API Management Service - Logger,,avm/res/api-management/service/logger,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/logger,br/public:avm/res/api-management/service/logger:X.Y.Z,46d3xbcp.res.apimgmt-logger,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Logger,, -Microsoft.ApiManagement,services,API Management Service - Named Value,,avm/res/api-management/service/named-value,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/named-value,br/public:avm/res/api-management/service/named-value:X.Y.Z,46d3xbcp.res.apimgmt-namedvalue,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Named Value,, -Microsoft.ApiManagement,services,API Management Service - Policy,,avm/res/api-management/service/policy,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/policy,br/public:avm/res/api-management/service/policy:X.Y.Z,46d3xbcp.res.apimgmt-policy,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Policy,, -Microsoft.ApiManagement,services,API Management Service - Portal Setting,,avm/res/api-management/service/portalsetting,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/portalsetting,br/public:avm/res/api-management/service/portalsetting:X.Y.Z,46d3xbcp.res.apimgmt-portalsetting,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Portal Setting,, -Microsoft.ApiManagement,services,API Management Service - Product,,avm/res/api-management/service/product,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/product,br/public:avm/res/api-management/service/product:X.Y.Z,46d3xbcp.res.apimgmt-product,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Product,, -Microsoft.ApiManagement,services,API Management Service - Product API,,avm/res/api-management/service/product/api,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/product/api,br/public:avm/res/api-management/service/product/api:X.Y.Z,46d3xbcp.res.apimgmt-productapi,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Product API,, -Microsoft.ApiManagement,services,API Management Service - Product Group,,avm/res/api-management/service/product/group,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/product/group,br/public:avm/res/api-management/service/product/group:X.Y.Z,46d3xbcp.res.apimgmt-productgroup,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Product Group,, -Microsoft.ApiManagement,services,API Management Service - Subscription,,avm/res/api-management/service/subscription,avm/res/api-management/service,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/subscription,br/public:avm/res/api-management/service/subscription:X.Y.Z,46d3xbcp.res.apimgmt-subscription,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Subscription,, -Microsoft.App,containerApps,Container App,,avm/res/app/container-app,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app/container-app,br/public:avm/res/app/container-app:X.Y.Z,46d3xbcp.res.app-containerapp,oZakari,Zach Trocinski,,,@Azure/avm-res-app-containerapp-module-owners-bicep,@Azure/avm-res-app-containerapp-module-contributors-bicep,AVM Resource Module for Container App,,2024-01 -Microsoft.App,Jobs,App Job,,avm/res/app/job,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app/job,br/public:avm/res/app/job:X.Y.Z,46d3xbcp.res.app-job,ReneHezser,Rene Hezser,,,@Azure/avm-res-app-job-module-owners-bicep,@Azure/avm-res-app-job-module-contributors-bicep,AVM Resource Module for App Job,,2024-05 -Microsoft.App,managedEnvironments,App Managed Environment,,avm/res/app/managed-environment,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app/managed-environment,br/public:avm/res/app/managed-environment:X.Y.Z,46d3xbcp.res.app-managedenvironment,hundredacres,Matt Schmitt,,,@Azure/avm-res-app-managedenvironment-module-owners-bicep,@Azure/avm-res-app-managedenvironment-module-contributors-bicep,AVM Resource Module for App Managed Environment,,2023-12 -Microsoft.App,sessionPools,App Session Pool,,avm/res/app/session-pool,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app/session-pool,br/public:avm/res/app/session-pool:X.Y.Z,46d3xbcp.res.app-sessionpool,jlinn-microsoft,Joe Linn,,,@Azure/avm-res-app-sessionpool-module-owners-bicep,@Azure/avm-res-app-sessionpool-module-contributors-bicep,AVM Resource Module for App Session Pool,,2025-02 -Microsoft.AppConfiguration,configurationStores,App Configuration Store,,avm/res/app-configuration/configuration-store,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app-configuration/configuration-store,br/public:avm/res/app-configuration/configuration-store:X.Y.Z,46d3xbcp.res.appconfiguration-configurationstore,Jfolberth,John Folberth,,,@Azure/avm-res-appconfiguration-configurationstore-module-owners-bicep,@Azure/avm-res-appconfiguration-configurationstore-module-contributors-bicep,AVM Resource Module for App Configuration Store,,2024-03 -Microsoft.Authorization,roleAssignments,Authorization - Role Assignment,,avm/res/authorization/role-assignment,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/role-assignment,br/public:avm/res/authorization/role-assignment:X.Y.Z,46d3xbcp.res.authz-roleassignment,arnoldna,Nate Arnold,,,@Azure/avm-res-authorization-roleassignment-module-owners-bicep,@Azure/avm-res-authorization-roleassignment-module-contributors-bicep,AVM Resource Module for Authorization - Role Assignment,, -Microsoft.Authorization,roleAssignments,Authorization - Role Assignment - Management Group Scope,,avm/res/authorization/role-assignment/mg-scope,avm/res/authorization/role-assignment,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/role-assignment/mg-scope,br/public:avm/res/authorization/role-assignment/mg-scope:X.Y.Z,46d3xbcp.res.authz-roleassignment_mgscope,,,,,same as parent,same as parent,AVM Child Module for Authorization - Role Assignment - Management Group Scope,, -Microsoft.Authorization,roleAssignments,Authorization - Role Assignment - Resource Group Scope,,avm/res/authorization/role-assignment/rg-scope,avm/res/authorization/role-assignment,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/role-assignment/rg-scope,br/public:avm/res/authorization/role-assignment/rg-scope:X.Y.Z,46d3xbcp.res.authz-roleassignment_rgscope,,,,,same as parent,same as parent,AVM Child Module for Authorization - Role Assignment - Resource Group Scope,, -Microsoft.Authorization,roleAssignments,Authorization - Role Assignment - Subscription Scope,,avm/res/authorization/role-assignment/sub-scope,avm/res/authorization/role-assignment,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/role-assignment/sub-scope,br/public:avm/res/authorization/role-assignment/sub-scope:X.Y.Z,46d3xbcp.res.authz-roleassignment_subscope,,,,,same as parent,same as parent,AVM Child Module for Authorization - Role Assignment - Subscription Scope,, -Microsoft.Automation,automationAccounts,Automation Account,,avm/res/automation/automation-account,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/automation/automation-account,br/public:avm/res/automation/automation-account:X.Y.Z,46d3xbcp.res.automation-automationaccount,gpacetti,Giuseppe Pacetti,,,@Azure/avm-res-automation-automationaccount-module-owners-bicep,@Azure/avm-res-automation-automationaccount-module-contributors-bicep,AVM Resource Module for Automation Account,,2023-12 -Microsoft.AVS,privateClouds,AVS Private Cloud,,avm/res/avs/private-cloud,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/avs/private-cloud,br/public:avm/res/avs/private-cloud:X.Y.Z,46d3xbcp.res.avs-privatecloud,,,,,@Azure/avm-res-avs-privatecloud-module-owners-bicep,@Azure/avm-res-avs-privatecloud-module-contributors-bicep,AVM Resource Module for AVS Private Cloud,, -Microsoft.AzureStackHCI,clusters,Azure Stack HCI Cluster,,avm/res/azure-stack-hci/cluster,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/azure-stack-hci/cluster,br/public:avm/res/azure-stack-hci/cluster:X.Y.Z,46d3xbcp.res.azurestackhci-cluster,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-azurestackhci-cluster-module-owners-bicep,@Azure/avm-res-azurestackhci-cluster-module-contributors-bicep,AVM Resource Module for Azure Stack HCI Cluster,,2025-02 -Microsoft.AzureStackHCI,logicalNetworks,Azure Stack HCI Logical Network,,avm/res/azure-stack-hci/logical-network,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/azure-stack-hci/logical-network,br/public:avm/res/azure-stack-hci/logical-network:X.Y.Z,46d3xbcp.res.azurestackhci-logicalnetwork,xhy8759,Hangyu Xu,duzitong,Zidong Lu,@Azure/avm-res-azurestackhci-logicalnetwork-module-owners-bicep,@Azure/avm-res-azurestackhci-logicalnetwork-module-contributors-bicep,AVM Resource Module for Azure Stack HCI Logical Network,,2025-02 -Microsoft.AzureStackHCI,marketplaceGalleryImages,Azure Stack HCI Marketplace Gallery Image,,avm/res/azure-stack-hci/marketplace-gallery-image,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/azure-stack-hci/marketplace-gallery-image,br/public:avm/res/azure-stack-hci/marketplace-gallery-image:X.Y.Z,46d3xbcp.res.azurestackhci-markplgalleryimg,xhy8759,Hangyu Xu,duzitong,Zidong Lu,@Azure/avm-res-azurestackhci-marketplacegalleryimage-module-owners-bicep,@Azure/avm-res-azurestackhci-marketplacegalleryimage-module-contributors-bicep,AVM Resource Module for Azure Stack HCI Marketplace Gallery Image,, -Microsoft.AzureStackHCI,networkInterfaces,Azure Stack HCI Network Interface,,avm/res/azure-stack-hci/network-interface,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/azure-stack-hci/network-interface,br/public:avm/res/azure-stack-hci/network-interface:X.Y.Z,46d3xbcp.res.azurestackhci-networkinterface,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-azurestackhci-networkinterface-module-owners-bicep,@Azure/avm-res-azurestackhci-networkinterface-module-contributors-bicep,AVM Resource Module for Azure Stack HCI Network Interface,,2025-03 -Microsoft.AzureStackHCI,virtualHardDisks,Azure Stack HCI Hard Disk,,avm/res/azure-stack-hci/virtual-hard-disk,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/azure-stack-hci/virtual-hard-disk,br/public:avm/res/azure-stack-hci/virtual-hard-disk:X.Y.Z,46d3xbcp.res.azurestackhci-virtualharddisk,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-azurestackhci-virtualharddisk-module-owners-bicep,@Azure/avm-res-azurestackhci-virtualharddisk-module-contributors-bicep,AVM Resource Module for Azure Stack HCI Hard Disk,,2025-03 -Microsoft.AzureStackHCI,virtualMachineInstances,Azure Stack HCI Virtual Machine Instance,,avm/res/azure-stack-hci/virtual-machine-instance,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/azure-stack-hci/virtual-machine-instance,br/public:avm/res/azure-stack-hci/virtual-machine-instance:X.Y.Z,46d3xbcp.res.azurestackhci-virtualmachineinstance,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-azurestackhci-virtualmachineinstance-module-owners-bicep,@Azure/avm-res-azurestackhci-virtualmachineinstance-module-contributors-bicep,AVM Resource Module for Azure Stack HCI Virtual Machine Instance,, -Microsoft.Batch,batchAccounts,Batch Account,,avm/res/batch/batch-account,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/batch/batch-account,br/public:avm/res/batch/batch-account:X.Y.Z,46d3xbcp.res.batch-batchaccount,didayal-msft,Divyadeep Dayal,,,@Azure/avm-res-batch-batchaccount-module-owners-bicep,@Azure/avm-res-batch-batchaccount-module-contributors-bicep,AVM Resource Module for Batch Account,,2023-11 -Microsoft.Cache,Redis,Redis Cache,,avm/res/cache/redis,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/cache/redis,br/public:avm/res/cache/redis:X.Y.Z,46d3xbcp.res.cache-redis,hundredacres,Matt Schmitt,,,@Azure/avm-res-cache-redis-module-owners-bicep,@Azure/avm-res-cache-redis-module-contributors-bicep,AVM Resource Module for Redis Cache,,2024-01 -Microsoft.Cache,redisEnterprise,Redis Enterprise Cache,,avm/res/cache/redis-enterprise,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/cache/redis-enterprise,br/public:avm/res/cache/redis-enterprise:X.Y.Z,46d3xbcp.res.cache-redisenterprise,JeffreyCA,Jeffrey Chen,,,@Azure/avm-res-cache-redisenterprise-module-owners-bicep,@Azure/avm-res-cache-redisenterprise-module-contributors-bicep,AVM Resource Module for Redis Enterprise Cache,,2025-02 -Microsoft.Cdn,profiles,CDN Profile,,avm/res/cdn/profile,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/cdn/profile,br/public:avm/res/cdn/profile:X.Y.Z,46d3xbcp.res.cdn-profile,gbeaud,Guillaume Beaud,,,@Azure/avm-res-cdn-profile-module-owners-bicep,@Azure/avm-res-cdn-profile-module-contributors-bicep,AVM Resource Module for CDN Profile,,2024-03 -Microsoft.Chaos,experiments,Chaos Experiment,"Azure Chaos Studio, Chaos Engineering",avm/res/chaos/experiment,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/chaos/experiment,br/public:avm/res/chaos/experiment:X.Y.Z,46d3xbcp.res.chaos-experiment,jbinko,Jiri Binko,,,@Azure/avm-res-chaos-experiment-module-owners-bicep,@Azure/avm-res-chaos-experiment-module-contributors-bicep,AVM Resource Module for Chaos Experiment,, -Microsoft.CognitiveServices,accounts,Azure AI Services (Cognitive Services),,avm/res/cognitive-services/account,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/cognitive-services/account,br/public:avm/res/cognitive-services/account:X.Y.Z,46d3xbcp.res.cognitiveservices-account,ilhaan,Ilhaan Rasheed,jceval,Javier Cevallos,@Azure/avm-res-cognitiveservices-account-module-owners-bicep,@Azure/avm-res-cognitiveservices-account-module-contributors-bicep,AVM Resource Module for Azure AI Services (Cognitive Services),,2023-10 -Microsoft.Communication,communicationServices,Communication Service,,avm/res/communication/communication-service,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/communication/communication-service,br/public:avm/res/communication/communication-service:X.Y.Z,46d3xbcp.res.communication-communicationservice,donk-msft,Don Koning,,,@Azure/avm-res-communication-communicationservice-module-owners-bicep,@Azure/avm-res-communication-communicationservice-module-contributors-bicep,AVM Resource Module for Communication Service,,2024-05 -Microsoft.Communication,emailServices,Email Communication Service,,avm/res/communication/email-service,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/communication/email-service,br/public:avm/res/communication/email-service:X.Y.Z,46d3xbcp.res.communication-emailservice,donk-msft,Don Koning,,,@Azure/avm-res-communication-emailservice-module-owners-bicep,@Azure/avm-res-communication-emailservice-module-contributors-bicep,AVM Resource Module for Email Communication Service,,2024-05 -Microsoft.Compute,availabilitySets,Availability Set,AS,avm/res/compute/availability-set,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/availability-set,br/public:avm/res/compute/availability-set:X.Y.Z,46d3xbcp.res.compute-availabilityset,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-compute-availabilityset-module-owners-bicep,@Azure/avm-res-compute-availabilityset-module-contributors-bicep,AVM Resource Module for Availability Set,,2024-02 -Microsoft.Compute,disks,Compute Disk,,avm/res/compute/disk,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/disk,br/public:avm/res/compute/disk:X.Y.Z,46d3xbcp.res.compute-disk,segraef,Sebastian Graef,,,@Azure/avm-res-compute-disk-module-owners-bicep,@Azure/avm-res-compute-disk-module-contributors-bicep,AVM Resource Module for Compute Disk,,2024-01 -Microsoft.Compute,diskEncryptionSets,Disk Encryption Set,,avm/res/compute/disk-encryption-set,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/disk-encryption-set,br/public:avm/res/compute/disk-encryption-set:X.Y.Z,46d3xbcp.res.compute-diskencryptionset,segraef,Sebastian Graef,,,@Azure/avm-res-compute-diskencryptionset-module-owners-bicep,@Azure/avm-res-compute-diskencryptionset-module-contributors-bicep,AVM Resource Module for Disk Encryption Set,,2024-01 -Microsoft.Compute,galleries,Azure Compute Gallery,,avm/res/compute/gallery,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/gallery,br/public:avm/res/compute/gallery:X.Y.Z,46d3xbcp.res.compute-gallery,ReneHezser,Rene Hezser,,,@Azure/avm-res-compute-gallery-module-owners-bicep,@Azure/avm-res-compute-gallery-module-contributors-bicep,AVM Resource Module for Azure Compute Gallery,,2023-12 -Microsoft.Compute,images,Image,,avm/res/compute/image,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/image,br/public:avm/res/compute/image:X.Y.Z,46d3xbcp.res.compute-image,tony-box,Tony Box,,,@Azure/avm-res-compute-image-module-owners-bicep,@Azure/avm-res-compute-image-module-contributors-bicep,AVM Resource Module for Image,,2024-01 -Microsoft.Compute,proximityPlacementGroups,Proximity Placement Group,,avm/res/compute/proximity-placement-group,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/proximity-placement-group,br/public:avm/res/compute/proximity-placement-group:X.Y.Z,46d3xbcp.res.compute-proximityplacementgroup,jeetgarg,Jeet Garg,,,@Azure/avm-res-compute-proximityplacementgroup-module-owners-bicep,@Azure/avm-res-compute-proximityplacementgroup-module-contributors-bicep,AVM Resource Module for Proximity Placement Group,,2024-01 -Microsoft.Compute,sshPublicKeys,Public SSH Key,,avm/res/compute/ssh-public-key,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/ssh-public-key,br/public:avm/res/compute/ssh-public-key:X.Y.Z,46d3xbcp.res.compute-sshpublickey,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-compute-sshpublickey-module-owners-bicep,@Azure/avm-res-compute-sshpublickey-module-contributors-bicep,AVM Resource Module for Public SSH Key,,2023-10 -Microsoft.Compute,virtualMachines,Virtual Machine,VM,avm/res/compute/virtual-machine,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/virtual-machine,br/public:avm/res/compute/virtual-machine:X.Y.Z,46d3xbcp.res.compute-virtualmachine,rahalan,Rainer Halanek,,,@Azure/avm-res-compute-virtualmachine-module-owners-bicep,@Azure/avm-res-compute-virtualmachine-module-contributors-bicep,AVM Resource Module for Virtual Machine,,2024-01 -Microsoft.Compute,virtualMachineScaleSets,Virtual Machine Scale Set,VMSS,avm/res/compute/virtual-machine-scale-set,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/virtual-machine-scale-set,br/public:avm/res/compute/virtual-machine-scale-set:X.Y.Z,46d3xbcp.res.compute-virtualmachinescaleset,rahalan,Rainer Halanek,,,@Azure/avm-res-compute-virtualmachinescaleset-module-owners-bicep,@Azure/avm-res-compute-virtualmachinescaleset-module-contributors-bicep,AVM Resource Module for Virtual Machine Scale Set,,2024-03 -Microsoft.Consumption,budgets,Consumption Budget,,avm/res/consumption/budget,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/consumption/budget,br/public:avm/res/consumption/budget:X.Y.Z,46d3xbcp.res.consumption-budget,segraef,Sebastian Graef,,,@Azure/avm-res-consumption-budget-module-owners-bicep,@Azure/avm-res-consumption-budget-module-contributors-bicep,AVM Resource Module for Consumption Budget,,2024-01 -Microsoft.ContainerInstance,containerGroups,Container Instance,ACI,avm/res/container-instance/container-group,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/container-instance/container-group,br/public:avm/res/container-instance/container-group:X.Y.Z,46d3xbcp.res.containerinstance-containergroup,JPEasier,Julian Peißker,,,@Azure/avm-res-containerinstance-containergroup-module-owners-bicep,@Azure/avm-res-containerinstance-containergroup-module-contributors-bicep,AVM Resource Module for Container Instance,,2024-03 -Microsoft.ContainerRegistry,registries,Azure Container Registry (ACR),,avm/res/container-registry/registry,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/container-registry/registry,br/public:avm/res/container-registry/registry:X.Y.Z,46d3xbcp.res.containerregistry-registry,JPEasier,Julian Peißker,,,@Azure/avm-res-containerregistry-registry-module-owners-bicep,@Azure/avm-res-containerregistry-registry-module-contributors-bicep,AVM Resource Module for Azure Container Registry (ACR),,2024-01 -Microsoft.ContainerService,managedClusters,Azure Kubernetes Service (AKS) Managed Cluster,,avm/res/container-service/managed-cluster,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/container-service/managed-cluster,br/public:avm/res/container-service/managed-cluster:X.Y.Z,46d3xbcp.res.containerservice-managedcluster,JPEasier,Julian Peißker,ilhaan,Ilhaan Rasheed,@Azure/avm-res-containerservice-managedcluster-module-owners-bicep,@Azure/avm-res-containerservice-managedcluster-module-contributors-bicep,AVM Resource Module for Azure Kubernetes Service (AKS) Managed Cluster,,2024-01 -Microsoft.Dashboard,grafana,Azure Managed Grafana,,avm/res/dashboard/grafana,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/dashboard/grafana,br/public:avm/res/dashboard/grafana:X.Y.Z,46d3xbcp.res.dashboard-grafana,vlahane,Vishal Lahane,,,@Azure/avm-res-dashboard-grafana-module-owners-bicep,@Azure/avm-res-dashboard-grafana-module-contributors-bicep,AVM Resource Module for Azure Managed Grafana,, -Microsoft.Databricks,accessConnectors,Azure Databricks Access Connector,,avm/res/databricks/access-connector,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/databricks/access-connector,br/public:avm/res/databricks/access-connector:X.Y.Z,46d3xbcp.res.databricks-accessconnector,clintgrove,Clint Grove,,,@Azure/avm-res-databricks-accessconnector-module-owners-bicep,@Azure/avm-res-databricks-accessconnector-module-contributors-bicep,AVM Resource Module for Azure Databricks Access Connector,,2024-01 -Microsoft.Databricks,workspaces,Azure Databricks Workspace,,avm/res/databricks/workspace,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/databricks/workspace,br/public:avm/res/databricks/workspace:X.Y.Z,46d3xbcp.res.databricks-workspace,clintgrove,Clint Grove,,,@Azure/avm-res-databricks-workspace-module-owners-bicep,@Azure/avm-res-databricks-workspace-module-contributors-bicep,AVM Resource Module for Azure Databricks Workspace,,2024-01 -Microsoft.DataFactory,factories,Data Factory,,avm/res/data-factory/factory,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/data-factory/factory,br/public:avm/res/data-factory/factory:X.Y.Z,46d3xbcp.res.datafactory-factory,clintgrove,Clint Grove,,,@Azure/avm-res-datafactory-factory-module-owners-bicep,@Azure/avm-res-datafactory-factory-module-contributors-bicep,AVM Resource Module for Data Factory,,2023-12 -Microsoft.DataProtection,backupVaults,Data Protection Backup Vault,,avm/res/data-protection/backup-vault,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/data-protection/backup-vault,br/public:avm/res/data-protection/backup-vault:X.Y.Z,46d3xbcp.res.dataprotection-backupvault,hundredacres,Matt Schmitt,,,@Azure/avm-res-dataprotection-backupvault-module-owners-bicep,@Azure/avm-res-dataprotection-backupvault-module-contributors-bicep,AVM Resource Module for Data Protection Backup Vault,,2024-01 -Microsoft.DBforMySQL,flexibleServers,DB for MySQL Flexible Server,,avm/res/db-for-my-sql/flexible-server,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/db-for-my-sql/flexible-server,br/public:avm/res/db-for-my-sql/flexible-server:X.Y.Z,46d3xbcp.res.dbformysql-flexibleserver,hundredacres,Matt Schmitt,,,@Azure/avm-res-dbformysql-flexibleserver-module-owners-bicep,@Azure/avm-res-dbformysql-flexibleserver-module-contributors-bicep,AVM Resource Module for DB for MySQL Flexible Server,,2024-01 -Microsoft.DBforPostgreSQL,flexibleServers,DB for Postgre SQL Flexible Server,,avm/res/db-for-postgre-sql/flexible-server,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/db-for-postgre-sql/flexible-server,br/public:avm/res/db-for-postgre-sql/flexible-server:X.Y.Z,46d3xbcp.res.dbforpostgresql-flexibleserver,arnoldna,Nate Arnold,,,@Azure/avm-res-dbforpostgresql-flexibleserver-module-owners-bicep,@Azure/avm-res-dbforpostgresql-flexibleserver-module-contributors-bicep,AVM Resource Module for DB for Postgre SQL Flexible Server,,2023-11 -Microsoft.DesktopVirtualization,applicationGroups,Azure Virtual Desktop (AVD) Application Group,,avm/res/desktop-virtualization/application-group,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/application-group,br/public:avm/res/desktop-virtualization/application-group:X.Y.Z,46d3xbcp.res.desktopvirtualization-appgroup,moisesjgomez,Moises Gomez Cortez,danycontre,Dany Contreras,@Azure/avm-res-desktopvirtualization-applicationgroup-module-owners-bicep,@Azure/avm-res-desktopvirtualization-applicationgroup-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Application Group,,2024-02 -Microsoft.DesktopVirtualization,hostPools,Azure Virtual Desktop (AVD) Host Pool,,avm/res/desktop-virtualization/host-pool,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/host-pool,br/public:avm/res/desktop-virtualization/host-pool:X.Y.Z,46d3xbcp.res.desktopvirtualization-hostpool,danycontre,Dany Contreras,moisesjgomez,Moises Gomez Cortez,@Azure/avm-res-desktopvirtualization-hostpool-module-owners-bicep,@Azure/avm-res-desktopvirtualization-hostpool-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Host Pool,,2024-02 -Microsoft.DesktopVirtualization,scalingPlans,Azure Virtual Desktop (AVD) Scaling Plan,,avm/res/desktop-virtualization/scaling-plan,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/scaling-plan,br/public:avm/res/desktop-virtualization/scaling-plan:X.Y.Z,46d3xbcp.res.desktopvirtualization-scalingplan,danycontre,Dany Contreras,moisesjgomez,Moises Gomez Cortez,@Azure/avm-res-desktopvirtualization-scalingplan-module-owners-bicep,@Azure/avm-res-desktopvirtualization-scalingplan-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Scaling Plan,,2024-02 -Microsoft.DesktopVirtualization,workspaces,Azure Virtual Desktop (AVD) Workspace,,avm/res/desktop-virtualization/workspace,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/workspace,br/public:avm/res/desktop-virtualization/workspace:X.Y.Z,46d3xbcp.res.desktopvirtualization-workspace,moisesjgomez,Moises Gomez Cortez,danycontre,Dany Contreras,@Azure/avm-res-desktopvirtualization-workspace-module-owners-bicep,@Azure/avm-res-desktopvirtualization-workspace-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Workspace,,2024-02 -Microsoft.DevCenter,devcenters,Dev Center,,avm/res/dev-center/devcenter,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/dev-center/devcenter,br/public:avm/res/dev-center/devcenter:X.Y.Z,46d3xbcp.res.devcenter-devcenter,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-devcenter-devcenter-module-owners-bicep,@Azure/avm-res-devcenter-devcenter-module-contributors-bicep,AVM Resource Module for Dev Center,, -Microsoft.DevCenter,networkConnections,Dev Center Network Connection,,avm/res/dev-center/network-connection,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/dev-center/network-connection,br/public:avm/res/dev-center/network-connection:X.Y.Z,46d3xbcp.res.devcenter-networkconnection,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-devcenter-networkconnection-module-owners-bicep,@Azure/avm-res-devcenter-networkconnection-module-contributors-bicep,AVM Resource Module for Dev Center Network Connection,,2025-05 -Microsoft.DevCenter,projects,Dev Center Project,,avm/res/dev-center/project,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/dev-center/project,br/public:avm/res/dev-center/project:X.Y.Z,46d3xbcp.res.devcenter-project,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-devcenter-project-module-owners-bicep,@Azure/avm-res-devcenter-project-module-contributors-bicep,AVM Resource Module for Dev Center Project,, -Microsoft.DevOpsInfrastructure,pools,DevOps Infrastructure Pool,,avm/res/dev-ops-infrastructure/pool,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/dev-ops-infrastructure/pool,br/public:avm/res/dev-ops-infrastructure/pool:X.Y.Z,46d3xbcp.res.devopsinfrastructure-pool,elizatargithub7,Eliza Tarasila,surajguptha,Suraj Guptha,@Azure/avm-res-devopsinfrastructure-pool-module-owners-bicep,@Azure/avm-res-devopsinfrastructure-pool-module-contributors-bicep,AVM Resource Module for DevOps Infrastructure Pool,,2024-09 -Microsoft.DevTestLab,labs,DevTest Lab,,avm/res/dev-test-lab/lab,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/dev-test-lab/lab,br/public:avm/res/dev-test-lab/lab:X.Y.Z,46d3xbcp.res.devtestlab-lab,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-devtestlab-lab-module-owners-bicep,@Azure/avm-res-devtestlab-lab-module-contributors-bicep,AVM Resource Module for DevTest Lab,,2024-02 -Microsoft.DigitalTwins,digitalTwinsInstances,Digital Twins Instance,,avm/res/digital-twins/digital-twins-instance,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/digital-twins/digital-twins-instance,br/public:avm/res/digital-twins/digital-twins-instance:X.Y.Z,46d3xbcp.res.digitaltwins-digitaltwinsinstance,ryanmstephens,Ryan Stephens,,,@Azure/avm-res-digitaltwins-digitaltwinsinstance-module-owners-bicep,@Azure/avm-res-digitaltwins-digitaltwinsinstance-module-contributors-bicep,AVM Resource Module for Digital Twins Instance,,2024-03 -Microsoft.DocumentDB,databaseAccounts,Cosmos DB Database Account,,avm/res/document-db/database-account,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/document-db/database-account,br/public:avm/res/document-db/database-account:X.Y.Z,46d3xbcp.res.documentdb-databaseaccount,seesharprun,Sidney Andrews,,,@Azure/avm-res-documentdb-databaseaccount-module-owners-bicep,@Azure/avm-res-documentdb-databaseaccount-module-contributors-bicep,AVM Resource Module for Cosmos DB Database Account,,2023-12 -Microsoft.DocumentDB,databaseAccounts,Cosmos DB - SQL Role,,avm/res/document-db/database-account/sql-role,avm/res/document-db/database-account,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/document-db/database-account/sql-role,br/public:avm/res/document-db/database-account/sql-role:X.Y.Z,46d3xbcp.res.doctdb-dbacct-sqlrole,,,,,same as parent,same as parent,AVM Child Module for Cosmos DB - SQL Role,, -Microsoft.DocumentDB,mongoClusters,Cosmos DB for MongoDB (vCore),,avm/res/document-db/mongo-cluster,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/document-db/mongo-cluster,br/public:avm/res/document-db/mongo-cluster:X.Y.Z,46d3xbcp.res.documentdb-mongocluster,sinedied,Yohan Lasorsa,,,@Azure/avm-res-documentdb-mongocluster-module-owners-bicep,@Azure/avm-res-documentdb-mongocluster-module-contributors-bicep,AVM Resource Module for Cosmos DB for MongoDB (vCore),,2023-10 -Microsoft.ElasticSan,elasticSans,Elastic SAN,"SAN, ESAN, Elastic SAN, Azure Elastic Storage Area Network, iSCSI, internet Small Computer Systems Interface",avm/res/elastic-san/elastic-san,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/elastic-san/elastic-san,br/public:avm/res/elastic-san/elastic-san:X.Y.Z,46d3xbcp.res.elasticsan-elasticsan,jbinko,Jiri Binko,,,@Azure/avm-res-elasticsan-elasticsan-module-owners-bicep,@Azure/avm-res-elasticsan-elasticsan-module-contributors-bicep,AVM Resource Module for Elastic SAN,,2024-12 -Microsoft.EventGrid,domains,Event Grid Domain,,avm/res/event-grid/domain,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-grid/domain,br/public:avm/res/event-grid/domain:X.Y.Z,46d3xbcp.res.eventgrid-domain,fabmas,Fabio Masciotra,,,@Azure/avm-res-eventgrid-domain-module-owners-bicep,@Azure/avm-res-eventgrid-domain-module-contributors-bicep,AVM Resource Module for Event Grid Domain,,2023-11 -Microsoft.EventGrid,namespaces,Event Grid Namespace,,avm/res/event-grid/namespace,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-grid/namespace,br/public:avm/res/event-grid/namespace:X.Y.Z,46d3xbcp.res.eventgrid-namespace,fabmas,Fabio Masciotra,,,@Azure/avm-res-eventgrid-namespace-module-owners-bicep,@Azure/avm-res-eventgrid-namespace-module-contributors-bicep,AVM Resource Module for Event Grid Namespace,,2024-03 -Microsoft.EventGrid,systemTopics,Event Grid System Topic,,avm/res/event-grid/system-topic,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-grid/system-topic,br/public:avm/res/event-grid/system-topic:X.Y.Z,46d3xbcp.res.eventgrid-systemtopic,fabmas,Fabio Masciotra,,,@Azure/avm-res-eventgrid-systemtopic-module-owners-bicep,@Azure/avm-res-eventgrid-systemtopic-module-contributors-bicep,AVM Resource Module for Event Grid System Topic,,2023-11 -Microsoft.EventGrid,topics,Event Grid Topic,,avm/res/event-grid/topic,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-grid/topic,br/public:avm/res/event-grid/topic:X.Y.Z,46d3xbcp.res.eventgrid-topic,fabmas,Fabio Masciotra,,,@Azure/avm-res-eventgrid-topic-module-owners-bicep,@Azure/avm-res-eventgrid-topic-module-contributors-bicep,AVM Resource Module for Event Grid Topic,,2023-11 -Microsoft.EventHub,namespaces,Event Hub Namespace,,avm/res/event-hub/namespace,n/a,Orphaned :eyes:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-hub/namespace,br/public:avm/res/event-hub/namespace:X.Y.Z,46d3xbcp.res.eventhub-namespace,,,,,@Azure/avm-res-eventhub-namespace-module-owners-bicep,@Azure/avm-res-eventhub-namespace-module-contributors-bicep,AVM Resource Module for Event Hub Namespace,,2024-03 -Microsoft.EventHub,namespaces,Event Hub,,avm/res/event-hub/namespace/event-hub,avm/res/event-hub/namespace,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-hub/namespace/event-hub,br/public:avm/res/event-hub/namespace/event-hub:X.Y.Z,46d3xbcp.res.eventhub-nseventhub,,,,,same as parent,same as parent,AVM Child Module for Event Hub,, -Microsoft.Fabric,capacities,Fabric,,avm/res/fabric/capacity,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/fabric/capacity,br/public:avm/res/fabric/capacity:X.Y.Z,46d3xbcp.res.fabric-capacity,hundredacres,Matt Schmitt,,,@Azure/avm-res-fabric-capacity-module-owners-bicep,@Azure/avm-res-fabric-capacity-module-contributors-bicep,AVM Resource Module for Fabric,,2024-10 -Microsoft.HealthBot,healthBots,Azure Health Bot,,avm/res/health-bot/health-bot,n/a,Orphaned :eyes:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/health-bot/health-bot,br/public:avm/res/health-bot/health-bot:X.Y.Z,46d3xbcp.res.healthbot-healthbot,,,,,@Azure/avm-res-healthbot-healthbot-module-owners-bicep,@Azure/avm-res-healthbot-healthbot-module-contributors-bicep,AVM Resource Module for Azure Health Bot,,2024-01 -Microsoft.HealthcareApis,workspaces,Healthcare API Workspace,,avm/res/healthcare-apis/workspace,n/a,Orphaned :eyes:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/healthcare-apis/workspace,br/public:avm/res/healthcare-apis/workspace:X.Y.Z,46d3xbcp.res.healthcareapis-workspace,,,,,@Azure/avm-res-healthcareapis-workspace-module-owners-bicep,@Azure/avm-res-healthcareapis-workspace-module-contributors-bicep,AVM Resource Module for Healthcare API Workspace,,2024-04 -Microsoft.HybridCompute,gateways,Hybrid Compute Gateway,,avm/res/hybrid-compute/gateway,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/hybrid-compute/gateway,br/public:avm/res/hybrid-compute/gateway:X.Y.Z,46d3xbcp.res.hybridcompute-gateway,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-hybridcompute-gateway-module-owners-bicep,@Azure/avm-res-hybridcompute-gateway-module-contributors-bicep,AVM Resource Module for Hybrid Compute Gateway,,2025-02 -Microsoft.HybridCompute,licenses,Hybrid Compute License,,avm/res/hybrid-compute/license,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/hybrid-compute/license,br/public:avm/res/hybrid-compute/license:X.Y.Z,46d3xbcp.res.hybridcompute-license,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-hybridcompute-license-module-owners-bicep,@Azure/avm-res-hybridcompute-license-module-contributors-bicep,AVM Resource Module for Hybrid Compute License,,2025-02 -Microsoft.HybridCompute,machines,Hybrid Compute Machine,,avm/res/hybrid-compute/machine,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/hybrid-compute/machine,br/public:avm/res/hybrid-compute/machine:X.Y.Z,46d3xbcp.res.hybridcompute-machine,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-hybridcompute-machine-module-owners-bicep,@Azure/avm-res-hybridcompute-machine-module-contributors-bicep,AVM Resource Module for Hybrid Compute Machine,,2024-06 -Microsoft.HybridCompute,privateLinkScopes,Hybrid Compute Private Link Scope,,avm/res/hybrid-compute/private-link-scope,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/hybrid-compute/private-link-scope,br/public:avm/res/hybrid-compute/private-link-scope:X.Y.Z,46d3xbcp.res.hybridcompute-privatelinkscope,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-hybridcompute-privatelinkscope-module-owners-bicep,@Azure/avm-res-hybridcompute-privatelinkscope-module-contributors-bicep,AVM Resource Module for Hybrid Compute Private Link Scope,, -Microsoft.HybridCompute,settings,Hybrid Compute Setting,,avm/res/hybrid-compute/setting,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/hybrid-compute/setting,br/public:avm/res/hybrid-compute/setting:X.Y.Z,46d3xbcp.res.hybridcompute-setting,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-hybridcompute-setting-module-owners-bicep,@Azure/avm-res-hybridcompute-setting-module-contributors-bicep,AVM Resource Module for Hybrid Compute Setting,, -Microsoft.HybridContainerService,provisionedClusterInstances,Hybrid Container Service - Provisioned Cluster Instance,,avm/res/hybrid-container-service/provisioned-cluster-instance,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/hybrid-container-service/provisioned-cluster-instance,br/public:avm/res/hybrid-container-service/provisioned-cluster-instance:X.Y.Z,46d3xbcp.res.hybcontsvc-provclustinst,xhy8759,Hangyu Xu,duzitong,Zidong Lu,@Azure/avm-res-hybridcontainerservice-provisionedclusterinstance-module-owners-bicep,@Azure/avm-res-hybridcontainerservice-provisionedclusterinstance-module-contributors-bicep,AVM Resource Module for Hybrid Container Service - Provisioned Cluster Instance,,2025-03 -Microsoft.Insights,actionGroups,Action Group,,avm/res/insights/action-group,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/action-group,br/public:avm/res/insights/action-group:X.Y.Z,46d3xbcp.res.insights-actiongroup,rahalan,Rainer Halanek,,,@Azure/avm-res-insights-actiongroup-module-owners-bicep,@Azure/avm-res-insights-actiongroup-module-contributors-bicep,AVM Resource Module for Action Group,,2023-10 -Microsoft.Insights,activityLogAlerts,Activity Log Alert,,avm/res/insights/activity-log-alert,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/activity-log-alert,br/public:avm/res/insights/activity-log-alert:X.Y.Z,46d3xbcp.res.insights-activitylogalert,donk-msft,Don Koning,,,@Azure/avm-res-insights-activitylogalert-module-owners-bicep,@Azure/avm-res-insights-activitylogalert-module-contributors-bicep,AVM Resource Module for Activity Log Alert,,2023-12 -Microsoft.Insights,autoscalesettings,Insights - Auto Scale Setting,,avm/res/insights/autoscale-setting,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/autoscale-setting,br/public:avm/res/insights/autoscale-setting:X.Y.Z,46d3xbcp.res.insights-autoscalesetting,FallenHoot,Zach Olinske,,,@Azure/avm-res-insights-autoscalesetting-module-owners-bicep,@Azure/avm-res-insights-autoscalesetting-module-contributors-bicep,AVM Resource Module for Insights - Auto Scale Setting,, -Microsoft.Insights,components,Application Insight,,avm/res/insights/component,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/component,br/public:avm/res/insights/component:X.Y.Z,46d3xbcp.res.insights-component,krbar,Kris Baranek,,,@Azure/avm-res-insights-component-module-owners-bicep,@Azure/avm-res-insights-component-module-contributors-bicep,AVM Resource Module for Application Insight,,2023-11 -Microsoft.Insights,dataCollectionEndpoints,Data Collection Endpoint,,avm/res/insights/data-collection-endpoint,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/data-collection-endpoint,br/public:avm/res/insights/data-collection-endpoint:X.Y.Z,46d3xbcp.res.insights-datacollectionendpoint,krbar,Kris Baranek,,,@Azure/avm-res-insights-datacollectionendpoint-module-owners-bicep,@Azure/avm-res-insights-datacollectionendpoint-module-contributors-bicep,AVM Resource Module for Data Collection Endpoint,,2023-12 -Microsoft.Insights,dataCollectionRules,Data Collection Rule,DCR,avm/res/insights/data-collection-rule,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/data-collection-rule,br/public:avm/res/insights/data-collection-rule:X.Y.Z,46d3xbcp.res.insights-datacollectionrule,krbar,Kris Baranek,,,@Azure/avm-res-insights-datacollectionrule-module-owners-bicep,@Azure/avm-res-insights-datacollectionrule-module-contributors-bicep,AVM Resource Module for Data Collection Rule,,2023-12 -Microsoft.Insights,diagnosticSettings,Diagnostic Setting,,avm/res/insights/diagnostic-setting,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/diagnostic-setting,br/public:avm/res/insights/diagnostic-setting:X.Y.Z,46d3xbcp.res.insights-diagnosticsetting,krbar,Kris Baranek,,,@Azure/avm-res-insights-diagnosticsetting-module-owners-bicep,@Azure/avm-res-insights-diagnosticsetting-module-contributors-bicep,AVM Resource Module for Diagnostic Setting,,2023-11 -Microsoft.Insights,metricAlerts,Metric Alert,,avm/res/insights/metric-alert,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/metric-alert,br/public:avm/res/insights/metric-alert:X.Y.Z,46d3xbcp.res.insights-metricalert,kijunkang,Ki Jun Kang,,,@Azure/avm-res-insights-metricalert-module-owners-bicep,@Azure/avm-res-insights-metricalert-module-contributors-bicep,AVM Resource Module for Metric Alert,,2023-12 -Microsoft.Insights,privateLinkScopes,Azure Monitor Private Link Scope,,avm/res/insights/private-link-scope,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/private-link-scope,br/public:avm/res/insights/private-link-scope:X.Y.Z,46d3xbcp.res.insights-privatelinkscope,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-insights-privatelinkscope-module-owners-bicep,@Azure/avm-res-insights-privatelinkscope-module-contributors-bicep,AVM Resource Module for Azure Monitor Private Link Scope,,2024-02 -Microsoft.Insights,scheduledQueryRules,Scheduled Query Rule,,avm/res/insights/scheduled-query-rule,n/a,Orphaned :eyes:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/scheduled-query-rule,br/public:avm/res/insights/scheduled-query-rule:X.Y.Z,46d3xbcp.res.insights-scheduledqueryrule,,,,,@Azure/avm-res-insights-scheduledqueryrule-module-owners-bicep,@Azure/avm-res-insights-scheduledqueryrule-module-contributors-bicep,AVM Resource Module for Scheduled Query Rule,,2023-12 -Microsoft.Insights,webtests,Web Test,,avm/res/insights/webtest,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/webtest,br/public:avm/res/insights/webtest:X.Y.Z,46d3xbcp.res.insights-webtest,Jfolberth,John Folberth,,,@Azure/avm-res-insights-webtest-module-owners-bicep,@Azure/avm-res-insights-webtest-module-contributors-bicep,AVM Resource Module for Web Test,,2023-12 -Microsoft.IoTOperations,instances,IoT Operations Instance,,avm/res/iot-operations/instance,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/iot-operations/instance,br/public:avm/res/iot-operations/instance:X.Y.Z,46d3xbcp.res.iotoperations-instance,agreaves-ms,Allen Greaves,,,@Azure/avm-res-iotoperations-instance-module-owners-bicep,@Azure/avm-res-iotoperations-instance-module-contributors-bicep,AVM Resource Module for IoT Operations Instance,, -Microsoft.KeyVault,vaults,Key Vault,KV,avm/res/key-vault/vault,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/key-vault/vault,br/public:avm/res/key-vault/vault:X.Y.Z,46d3xbcp.res.keyvault-vault,fblix,Felix Borst,,,@Azure/avm-res-keyvault-vault-module-owners-bicep,@Azure/avm-res-keyvault-vault-module-contributors-bicep,AVM Resource Module for Key Vault,,2023-10 -Microsoft.KeyVault,vaults,Key Vault - Access Policy,,avm/res/key-vault/vault/access-policy,avm/res/key-vault/vault,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/key-vault/vault/access-policy,br/public:avm/res/key-vault/vault/access-policy:X.Y.Z,46d3xbcp.res.keyvault-accesspolicy,,,,,same as parent,same as parent,AVM Child Module for Key Vault - Access Policy,, -Microsoft.KeyVault,vaults,Key Vault - Key,,avm/res/key-vault/vault/key,avm/res/key-vault/vault,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/key-vault/vault/key,br/public:avm/res/key-vault/vault/key:X.Y.Z,46d3xbcp.res.keyvault-key,,,,,same as parent,same as parent,AVM Child Module for Key Vault - Key,, -Microsoft.KeyVault,vaults,Key Vault - Secret,,avm/res/key-vault/vault/secret,avm/res/key-vault/vault,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/key-vault/vault/secret,br/public:avm/res/key-vault/vault/secret:X.Y.Z,46d3xbcp.res.keyvault-secret,,,,,same as parent,same as parent,AVM Child Module for Key Vault - Secret,, -Microsoft.Kubernetes,connectedClusters,Kubernetes Connected Cluster,,avm/res/kubernetes/connected-cluster,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/kubernetes/connected-cluster,br/public:avm/res/kubernetes/connected-cluster:X.Y.Z,46d3xbcp.res.kubernetes-connectedcluster,xhy8759,Hangyu Xu,duzitong,Zidong Lu,@Azure/avm-res-kubernetes-connectedcluster-module-owners-bicep,@Azure/avm-res-kubernetes-connectedcluster-module-contributors-bicep,AVM Resource Module for Kubernetes Connected Cluster,,2025-03 -Microsoft.KubernetesConfiguration,extensions,Kubernetes Configuration Extension,,avm/res/kubernetes-configuration/extension,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/kubernetes-configuration/extension,br/public:avm/res/kubernetes-configuration/extension:X.Y.Z,46d3xbcp.res.kubernetesconfiguration-extension,JPEasier,Julian Peißker,,,@Azure/avm-res-kubernetesconfiguration-extension-module-owners-bicep,@Azure/avm-res-kubernetesconfiguration-extension-module-contributors-bicep,AVM Resource Module for Kubernetes Configuration Extension,,2023-10 -Microsoft.KubernetesConfiguration,fluxConfigurations,Kubernetes Configuration Flux Configuration,,avm/res/kubernetes-configuration/flux-configuration,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/kubernetes-configuration/flux-configuration,br/public:avm/res/kubernetes-configuration/flux-configuration:X.Y.Z,46d3xbcp.res.kubernetesconfiguration-fluxconfig,JPEasier,Julian Peißker,,,@Azure/avm-res-kubernetesconfiguration-fluxconfiguration-module-owners-bicep,@Azure/avm-res-kubernetesconfiguration-fluxconfiguration-module-contributors-bicep,AVM Resource Module for Kubernetes Configuration Flux Configuration,,2023-10 -Microsoft.Kusto,clusters,Azure Data Explorer (Kusto) cluster,,avm/res/kusto/cluster,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/kusto/cluster,br/public:avm/res/kusto/cluster:X.Y.Z,46d3xbcp.res.kusto-cluster,oZakari,Zach Trocinski,,,@Azure/avm-res-kusto-cluster-module-owners-bicep,@Azure/avm-res-kusto-cluster-module-contributors-bicep,AVM Resource Module for Azure Data Explorer (Kusto) cluster,,2024-06 -Microsoft.LoadTestService,loadTests,Load Testing Service,,avm/res/load-test-service/load-test,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/load-test-service/load-test,br/public:avm/res/load-test-service/load-test:X.Y.Z,46d3xbcp.res.loadtestservice-loadtest,sebassem,Seif Bassem,,,@Azure/avm-res-loadtestservice-loadtest-module-owners-bicep,@Azure/avm-res-loadtestservice-loadtest-module-contributors-bicep,AVM Resource Module for Load Testing Service,,2024-04 -Microsoft.Logic,integrationAccounts,Logic Apps Integration Account,,avm/res/logic/integration-account,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/logic/integration-account,br/public:avm/res/logic/integration-account:X.Y.Z,46d3xbcp.res.logic-integrationaccount,lsnoddy,Luke Snoddy,,,@Azure/avm-res-logic-integrationaccount-module-owners-bicep,@Azure/avm-res-logic-integrationaccount-module-contributors-bicep,AVM Resource Module for Logic Apps Integration Account,, -Microsoft.Logic,workflows,Logic Apps Workflow,,avm/res/logic/workflow,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/logic/workflow,br/public:avm/res/logic/workflow:X.Y.Z,46d3xbcp.res.logic-workflow,lsnoddy,Luke Snoddy,,,@Azure/avm-res-logic-workflow-module-owners-bicep,@Azure/avm-res-logic-workflow-module-contributors-bicep,AVM Resource Module for Logic Apps Workflow,,2023-11 -Microsoft.MachineLearningServices,registries,Machine Learning Services Registry,,avm/res/machine-learning-services/registry,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/machine-learning-services/registry,br/public:avm/res/machine-learning-services/registry:X.Y.Z,46d3xbcp.res.machinelearningservices-registry,josunefon,Jordi Sune Fontanals,,,@Azure/avm-res-machinelearningservices-registry-module-owners-bicep,@Azure/avm-res-machinelearningservices-registry-module-contributors-bicep,AVM Resource Module for Machine Learning Services Registry,, -Microsoft.MachineLearningServices,workspaces,Machine Learning Services Workspace,ML Workspace,avm/res/machine-learning-services/workspace,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/machine-learning-services/workspace,br/public:avm/res/machine-learning-services/workspace:X.Y.Z,46d3xbcp.res.machinelearningservices-workspace,cecheta,Chinedum Echeta,ross-p-smith,Ross Smith,@Azure/avm-res-machinelearningservices-workspace-module-owners-bicep,@Azure/avm-res-machinelearningservices-workspace-module-contributors-bicep,AVM Resource Module for Machine Learning Services Workspace,,2024-02 -Microsoft.Maintenance,configurationAssignments,Maintenance Configuration Assignment,,avm/res/maintenance/configuration-assignment,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/maintenance/configuration-assignment,br/public:avm/res/maintenance/configuration-assignment:X.Y.Z,46d3xbcp.res.maintenance-configurationassignment,eriqua,Erika Gressi,,,@Azure/avm-res-maintenance-configurationassignment-module-owners-bicep,@Azure/avm-res-maintenance-configurationassignment-module-contributors-bicep,AVM Resource Module for Maintenance Configuration Assignment,,2025-03 -Microsoft.Maintenance,maintenanceConfigurations,Maintenance Configuration,,avm/res/maintenance/maintenance-configuration,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/maintenance/maintenance-configuration,br/public:avm/res/maintenance/maintenance-configuration:X.Y.Z,46d3xbcp.res.maintenance-maintenanceconfiguration,arievanderwende,Arie van der Wende,,,@Azure/avm-res-maintenance-maintenanceconfiguration-module-owners-bicep,@Azure/avm-res-maintenance-maintenanceconfiguration-module-contributors-bicep,AVM Resource Module for Maintenance Configuration,,2023-12 -Microsoft.ManagedIdentity,userAssignedIdentities,User Assigned Identity,MSI,avm/res/managed-identity/user-assigned-identity,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/managed-identity/user-assigned-identity,br/public:avm/res/managed-identity/user-assigned-identity:X.Y.Z,46d3xbcp.res.managedidentity-userassignedidentity,gpacetti,Giuseppe Pacetti,,,@Azure/avm-res-managedidentity-userassignedidentity-module-owners-bicep,@Azure/avm-res-managedidentity-userassignedidentity-module-contributors-bicep,AVM Resource Module for User Assigned Identity,,2023-12 -Microsoft.ManagedServices,registrationDefinitions,Registration Definition (Lighthouse),,avm/res/managed-services/registration-definition,n/a,Orphaned :eyes:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/managed-services/registration-definition,br/public:avm/res/managed-services/registration-definition:X.Y.Z,46d3xbcp.res.managedservices-registrationdef,,,,,@Azure/avm-res-managedservices-registrationdefinition-module-owners-bicep,@Azure/avm-res-managedservices-registrationdefinition-module-contributors-bicep,AVM Resource Module for Registration Definition (Lighthouse),,2024-04 -Microsoft.Management,managementGroups,Management Group,MG,avm/res/management/management-group,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/management/management-group,br/public:avm/res/management/management-group:X.Y.Z,46d3xbcp.res.management-managementgroup,fblix,Felix Borst,,,@Azure/avm-res-management-managementgroup-module-owners-bicep,@Azure/avm-res-management-managementgroup-module-contributors-bicep,AVM Resource Module for Management Group,,2024-02 -Microsoft.Maps,accounts,Azure Maps Account,,avm/res/maps/account,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/maps/account,br/public:avm/res/maps/account:X.Y.Z,46d3xbcp.res.maps-account,jhueppauff,Julian Huppauff,,,@Azure/avm-res-maps-account-module-owners-bicep,@Azure/avm-res-maps-account-module-contributors-bicep,AVM Resource Module for Azure Maps Account,,2025-03 -Microsoft.NetApp,netAppAccounts,Azure NetApp File,,avm/res/net-app/net-app-account,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/net-app/net-app-account,br/public:avm/res/net-app/net-app-account:X.Y.Z,46d3xbcp.res.netapp-netappaccount,fbinotto,Felipe Binotto,,,@Azure/avm-res-netapp-netappaccount-module-owners-bicep,@Azure/avm-res-netapp-netappaccount-module-contributors-bicep,AVM Resource Module for Azure NetApp File,,2024-01 -Microsoft.Network,applicationGateways,Application Gateway,App GW,avm/res/network/application-gateway,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/application-gateway,br/public:avm/res/network/application-gateway:X.Y.Z,46d3xbcp.res.network-appgw,ilhaan,Ilhaan Rasheed,,,@Azure/avm-res-network-applicationgateway-module-owners-bicep,@Azure/avm-res-network-applicationgateway-module-contributors-bicep,AVM Resource Module for Application Gateway,,2024-04 -Microsoft.Network,ApplicationGatewayWebApplicationFirewallPolicies,Application Gateway Web Application Firewall (WAF) Policy,,avm/res/network/application-gateway-web-application-firewall-policy,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/application-gateway-web-application-firewall-policy,br/public:avm/res/network/application-gateway-web-application-firewall-policy:X.Y.Z,46d3xbcp.res.network-appgwwebappfirewallpolicy,ilhaan,Ilhaan Rasheed,,,@Azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-owners-bicep,@Azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-contributors-bicep,AVM Resource Module for Application Gateway Web Application Firewall (WAF) Policy,,2024-04 -Microsoft.Network,applicationSecurityGroups,Application Security Group (ASG),ASG,avm/res/network/application-security-group,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/application-security-group,br/public:avm/res/network/application-security-group:X.Y.Z,46d3xbcp.res.network-applicationsecuritygroup,segraef,Sebastian Graef,,,@Azure/avm-res-network-applicationsecuritygroup-module-owners-bicep,@Azure/avm-res-network-applicationsecuritygroup-module-contributors-bicep,AVM Resource Module for Application Security Group (ASG),,2023-12 -Microsoft.Network,azureFirewalls,Azure Firewall,Azure FW,avm/res/network/azure-firewall,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/azure-firewall,br/public:avm/res/network/azure-firewall:X.Y.Z,46d3xbcp.res.network-azurefirewall,hundredacres,Matt Schmitt,,,@Azure/avm-res-network-azurefirewall-module-owners-bicep,@Azure/avm-res-network-azurefirewall-module-contributors-bicep,AVM Resource Module for Azure Firewall,,2024-03 -Microsoft.Network,bastionHosts,Bastion Host,,avm/res/network/bastion-host,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/bastion-host,br/public:avm/res/network/bastion-host:X.Y.Z,46d3xbcp.res.network-bastionhost,krbar,Kris Baranek,,,@Azure/avm-res-network-bastionhost-module-owners-bicep,@Azure/avm-res-network-bastionhost-module-contributors-bicep,AVM Resource Module for Bastion Host,,2023-12 -Microsoft.Network,connections,Virtual Network Gateway Connection,,avm/res/network/connection,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/connection,br/public:avm/res/network/connection:X.Y.Z,46d3xbcp.res.network-connection,fabmas,Fabio Masciotra,,,@Azure/avm-res-network-connection-module-owners-bicep,@Azure/avm-res-network-connection-module-contributors-bicep,AVM Resource Module for Virtual Network Gateway Connection,,2023-12 -Microsoft.Network,ddosProtectionPlans,DDoS Protection Plan,,avm/res/network/ddos-protection-plan,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/ddos-protection-plan,br/public:avm/res/network/ddos-protection-plan:X.Y.Z,46d3xbcp.res.network-ddosprotectionplan,segraef,Sebastian Graef,,,@Azure/avm-res-network-ddosprotectionplan-module-owners-bicep,@Azure/avm-res-network-ddosprotectionplan-module-contributors-bicep,AVM Resource Module for DDoS Protection Plan,,2024-01 -Microsoft.Network,dnsForwardingRulesets,DNS Forwarding Ruleset,,avm/res/network/dns-forwarding-ruleset,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/dns-forwarding-ruleset,br/public:avm/res/network/dns-forwarding-ruleset:X.Y.Z,46d3xbcp.res.network-dnsforwardingruleset,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-network-dnsforwardingruleset-module-owners-bicep,@Azure/avm-res-network-dnsforwardingruleset-module-contributors-bicep,AVM Resource Module for DNS Forwarding Ruleset,,2023-10 -Microsoft.Network,dnsResolvers,DNS Resolver,,avm/res/network/dns-resolver,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/dns-resolver,br/public:avm/res/network/dns-resolver:X.Y.Z,46d3xbcp.res.network-dnsresolver,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-network-dnsresolver-module-owners-bicep,@Azure/avm-res-network-dnsresolver-module-contributors-bicep,AVM Resource Module for DNS Resolver,,2023-10 -Microsoft.Network,dnsZones,Public DNS Zone,,avm/res/network/dns-zone,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/dns-zone,br/public:avm/res/network/dns-zone:X.Y.Z,46d3xbcp.res.network-dnszone,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-network-dnszone-module-owners-bicep,@Azure/avm-res-network-dnszone-module-contributors-bicep,AVM Resource Module for Public DNS Zone,,2023-10 -Microsoft.Network,expressRouteCircuits,ExpressRoute Circuit,ER Circuit,avm/res/network/express-route-circuit,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/express-route-circuit,br/public:avm/res/network/express-route-circuit:X.Y.Z,46d3xbcp.res.network-expressroutecircuit,arnoldna,Nate Arnold,,,@Azure/avm-res-network-expressroutecircuit-module-owners-bicep,@Azure/avm-res-network-expressroutecircuit-module-contributors-bicep,AVM Resource Module for ExpressRoute Circuit,,2023-11 -Microsoft.Network,expressRouteGateways,Express Route Gateway,ER GW,avm/res/network/express-route-gateway,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/express-route-gateway,br/public:avm/res/network/express-route-gateway:X.Y.Z,46d3xbcp.res.network-expressroutegateway,arnoldna,Nate Arnold,,,@Azure/avm-res-network-expressroutegateway-module-owners-bicep,@Azure/avm-res-network-expressroutegateway-module-contributors-bicep,AVM Resource Module for Express Route Gateway,,2023-11 -Microsoft.Network,expressRoutePorts,ExpressRoute Port,ER Port,avm/res/network/express-route-port,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/express-route-port,br/public:avm/res/network/express-route-port:X.Y.Z,46d3xbcp.res.network-expressrouteport,arnoldna,Nate Arnold,,,@Azure/avm-res-network-expressrouteport-module-owners-bicep,@Azure/avm-res-network-expressrouteport-module-contributors-bicep,AVM Resource Module for ExpressRoute Port,,2025-01 -Microsoft.Network,firewallPolicies,Firewall Policy,,avm/res/network/firewall-policy,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/firewall-policy,br/public:avm/res/network/firewall-policy:X.Y.Z,46d3xbcp.res.network-firewallpolicy,PaulJohnston88,Paul Johnston,,,@Azure/avm-res-network-firewallpolicy-module-owners-bicep,@Azure/avm-res-network-firewallpolicy-module-contributors-bicep,AVM Resource Module for Firewall Policy,,2024-01 -Microsoft.Network,frontDoors,Azure Front Door,,avm/res/network/front-door,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/front-door,br/public:avm/res/network/front-door:X.Y.Z,46d3xbcp.res.network-frontdoor,hundredacres,Matt Schmitt,,,@Azure/avm-res-network-frontdoor-module-owners-bicep,@Azure/avm-res-network-frontdoor-module-contributors-bicep,AVM Resource Module for Azure Front Door,,2024-01 -Microsoft.Network,frontDoorWebApplicationFirewallPolicies,Front Door Web Application Firewall (WAF) Policy,,avm/res/network/front-door-web-application-firewall-policy,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/front-door-web-application-firewall-policy,br/public:avm/res/network/front-door-web-application-firewall-policy:X.Y.Z,46d3xbcp.res.network-frontdoorwebappfwpolicy,PaulJohnston88,Paul Johnston,,,@Azure/avm-res-network-frontdoorwebapplicationfirewallpolicy-module-owners-bicep,@Azure/avm-res-network-frontdoorwebapplicationfirewallpolicy-module-contributors-bicep,AVM Resource Module for Front Door Web Application Firewall (WAF) Policy,,2024-01 -Microsoft.Network,ipGroups,IP Group,,avm/res/network/ip-group,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/ip-group,br/public:avm/res/network/ip-group:X.Y.Z,46d3xbcp.res.network-ipgroup,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-network-ipgroup-module-owners-bicep,@Azure/avm-res-network-ipgroup-module-contributors-bicep,AVM Resource Module for IP Group,,2024-02 -Microsoft.Network,loadBalancers,Load Balancer,"LB, NLB",avm/res/network/load-balancer,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/load-balancer,br/public:avm/res/network/load-balancer:X.Y.Z,46d3xbcp.res.network-loadbalancer,arnoldna,Nate Arnold,,,@Azure/avm-res-network-loadbalancer-module-owners-bicep,@Azure/avm-res-network-loadbalancer-module-contributors-bicep,AVM Resource Module for Load Balancer,,2023-11 -Microsoft.Network,localNetworkGateways,Local Network Gateway,,avm/res/network/local-network-gateway,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/local-network-gateway,br/public:avm/res/network/local-network-gateway:X.Y.Z,46d3xbcp.res.network-localnetworkgateway,fabmas,Fabio Masciotra,,,@Azure/avm-res-network-localnetworkgateway-module-owners-bicep,@Azure/avm-res-network-localnetworkgateway-module-contributors-bicep,AVM Resource Module for Local Network Gateway,,2024-01 -Microsoft.Network,natGateways,NAT Gateway,NAT GW,avm/res/network/nat-gateway,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/nat-gateway,br/public:avm/res/network/nat-gateway:X.Y.Z,46d3xbcp.res.network-natgateway,fabmas,Fabio Masciotra,,,@Azure/avm-res-network-natgateway-module-owners-bicep,@Azure/avm-res-network-natgateway-module-contributors-bicep,AVM Resource Module for NAT Gateway,,2024-01 -Microsoft.Network,networkInterfaces,Network Interface,NIC,avm/res/network/network-interface,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-interface,br/public:avm/res/network/network-interface:X.Y.Z,46d3xbcp.res.network-networkinterface,rahalan,Rainer Halanek,,,@Azure/avm-res-network-networkinterface-module-owners-bicep,@Azure/avm-res-network-networkinterface-module-contributors-bicep,AVM Resource Module for Network Interface,,2023-10 -Microsoft.Network,networkManagers,Network Manager,,avm/res/network/network-manager,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-manager,br/public:avm/res/network/network-manager:X.Y.Z,46d3xbcp.res.network-networkmanager,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-network-networkmanager-module-owners-bicep,@Azure/avm-res-network-networkmanager-module-contributors-bicep,AVM Resource Module for Network Manager,,2024-02 -Microsoft.Network,networkSecurityGroups,Network Security Group,NSG,avm/res/network/network-security-group,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-security-group,br/public:avm/res/network/network-security-group:X.Y.Z,46d3xbcp.res.network-networksecuritygroup,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-network-networksecuritygroup-module-owners-bicep,@Azure/avm-res-network-networksecuritygroup-module-contributors-bicep,AVM Resource Module for Network Security Group,,2023-12 -Microsoft.Network,networkSecurityPerimeters,Network Security Perimeter,,avm/res/network/network-security-perimeter,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-security-perimeter,br/public:avm/res/network/network-security-perimeter:X.Y.Z,46d3xbcp.res.network-nwsecurityperimeter,peterbud,Peter Budai,,,@Azure/avm-res-network-networksecurityperimeter-module-owners-bicep,@Azure/avm-res-network-networksecurityperimeter-module-contributors-bicep,AVM Resource Module for Network Security Perimeter,,2025-03 -Microsoft.Network,networkWatchers,Network Watcher,,avm/res/network/network-watcher,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-watcher,br/public:avm/res/network/network-watcher:X.Y.Z,46d3xbcp.res.network-networkwatcher,segraef,Sebastian Graef,,,@Azure/avm-res-network-networkwatcher-module-owners-bicep,@Azure/avm-res-network-networkwatcher-module-contributors-bicep,AVM Resource Module for Network Watcher,,2024-04 -Microsoft.Network,p2svpnGateways,P2S VPN Gateway,,avm/res/network/p2s-vpn-gateway,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/p2s-vpn-gateway,br/public:avm/res/network/p2s-vpn-gateway:X.Y.Z,46d3xbcp.res.network-p2svpngateway,ericscheffler,Eric Scheffler,,,@Azure/avm-res-network-p2svpngateway-module-owners-bicep,@Azure/avm-res-network-p2svpngateway-module-contributors-bicep,AVM Resource Module for P2S VPN Gateway,,2024-12 -Microsoft.Network,privateDnsZones,Private DNS Zone,,avm/res/network/private-dns-zone,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone,br/public:avm/res/network/private-dns-zone:X.Y.Z,46d3xbcp.res.network-privatednszone,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-network-privatednszone-module-owners-bicep,@Azure/avm-res-network-privatednszone-module-contributors-bicep,AVM Resource Module for Private DNS Zone,,2023-10 -Microsoft.Network,dnsZones,Private DNS Zone - A,,avm/res/network/private-dns-zone/a,avm/res/network/private-dns-zone,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/a,br/public:avm/res/network/private-dns-zone/a:X.Y.Z,46d3xbcp.res.nw-privdnszonea,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - A,, -Microsoft.Network,dnsZones,Private DNS Zone - AAAA,,avm/res/network/private-dns-zone/aaaa,avm/res/network/private-dns-zone,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/aaaa,br/public:avm/res/network/private-dns-zone/aaaa:X.Y.Z,46d3xbcp.res.nw-privdnszoneaaaa,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - AAAA,, -Microsoft.Network,dnsZones,Private DNS Zone - CNAME,,avm/res/network/private-dns-zone/cname,avm/res/network/private-dns-zone,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/cname,br/public:avm/res/network/private-dns-zone/cname:X.Y.Z,46d3xbcp.res.nw-privdnszonecname,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - CNAME,, -Microsoft.Network,dnsZones,Private DNS Zone - MX,,avm/res/network/private-dns-zone/mx,avm/res/network/private-dns-zone,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/mx,br/public:avm/res/network/private-dns-zone/mx:X.Y.Z,46d3xbcp.res.nw-privdnszonemx,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - MX,, -Microsoft.Network,dnsZones,Private DNS Zone - PTR,,avm/res/network/private-dns-zone/ptr,avm/res/network/private-dns-zone,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/ptr,br/public:avm/res/network/private-dns-zone/ptr:X.Y.Z,46d3xbcp.res.nw-privdnszoneptr,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - PTR,, -Microsoft.Network,dnsZones,Private DNS Zone - SOA,,avm/res/network/private-dns-zone/soa,avm/res/network/private-dns-zone,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/soa,br/public:avm/res/network/private-dns-zone/soa:X.Y.Z,46d3xbcp.res.nw-privdnszonesoa,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - SOA,, -Microsoft.Network,dnsZones,Private DNS Zone - SRV,,avm/res/network/private-dns-zone/srv,avm/res/network/private-dns-zone,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/srv,br/public:avm/res/network/private-dns-zone/srv:X.Y.Z,46d3xbcp.res.nw-privdnszonesrv,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - SRV,, -Microsoft.Network,dnsZones,Private DNS Zone - TXT,,avm/res/network/private-dns-zone/txt,avm/res/network/private-dns-zone,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/txt,br/public:avm/res/network/private-dns-zone/txt:X.Y.Z,46d3xbcp.res.nw-privdnszonetxt,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - TXT,, -Microsoft.Network,privateDnsZones/virtualNetworkLinks,Virtual Network Links,VNET Link,avm/res/network/private-dns-zone/virtual-network-link,avm/res/network/private-dns-zone,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/virtual-network-link,br/public:avm/res/network/private-dns-zone/virtual-network-link:X.Y.Z,46d3xbcp.res.network-vnetlink,,,,,same as parent,same as parent,AVM Child Module for Virtual Network Links,, -Microsoft.Network,privateEndpoints,Private Endpoint,,avm/res/network/private-endpoint,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-endpoint,br/public:avm/res/network/private-endpoint:X.Y.Z,46d3xbcp.res.network-privateendpoint,segraef,Sebastian Graef,,,@Azure/avm-res-network-privateendpoint-module-owners-bicep,@Azure/avm-res-network-privateendpoint-module-contributors-bicep,AVM Resource Module for Private Endpoint,,2023-10 -Microsoft.Network,privateLinkServices,Private Link Service,,avm/res/network/private-link-service,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-link-service,br/public:avm/res/network/private-link-service:X.Y.Z,46d3xbcp.res.network-privatelinkservice,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-network-privatelinkservice-module-owners-bicep,@Azure/avm-res-network-privatelinkservice-module-contributors-bicep,AVM Resource Module for Private Link Service,,2024-02 -Microsoft.Network,publicIPAddresses,Public IP Address,PIP,avm/res/network/public-ip-address,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/public-ip-address,br/public:avm/res/network/public-ip-address:X.Y.Z,46d3xbcp.res.network-publicipaddress,ChrisSidebotham,Chris Sidebotham,krbar,Kris Baranek,@Azure/avm-res-network-publicipaddress-module-owners-bicep,@Azure/avm-res-network-publicipaddress-module-contributors-bicep,AVM Resource Module for Public IP Address,,2023-10 -Microsoft.Network,publicIPPrefixes,Public IP Prefix,PIP Prefix,avm/res/network/public-ip-prefix,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/public-ip-prefix,br/public:avm/res/network/public-ip-prefix:X.Y.Z,46d3xbcp.res.network-publicipprefix,krbar,Kris Baranek,,,@Azure/avm-res-network-publicipprefix-module-owners-bicep,@Azure/avm-res-network-publicipprefix-module-contributors-bicep,AVM Resource Module for Public IP Prefix,,2023-12 -Microsoft.Network,routeTables,Route Table,UDR,avm/res/network/route-table,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/route-table,br/public:avm/res/network/route-table:X.Y.Z,46d3xbcp.res.network-routetable,segraef,Sebastian Graef,,,@Azure/avm-res-network-routetable-module-owners-bicep,@Azure/avm-res-network-routetable-module-contributors-bicep,AVM Resource Module for Route Table,,2023-11 -Microsoft.Network,serviceEndpointPolicies,Service Endpoint Policy,,avm/res/network/service-endpoint-policy,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/service-endpoint-policy,br/public:avm/res/network/service-endpoint-policy:X.Y.Z,46d3xbcp.res.network-serviceendpointpolicy,jeetgarg,Jeet Garg,,,@Azure/avm-res-network-serviceendpointpolicy-module-owners-bicep,@Azure/avm-res-network-serviceendpointpolicy-module-contributors-bicep,AVM Resource Module for Service Endpoint Policy,,2024-03 -Microsoft.Network,trafficmanagerprofiles,Traffic Manager Profile,,avm/res/network/trafficmanagerprofile,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/trafficmanagerprofile,br/public:avm/res/network/trafficmanagerprofile:X.Y.Z,46d3xbcp.res.network-trafficmanagerprofile,lsnoddy,Luke Snoddy,,,@Azure/avm-res-network-trafficmanagerprofile-module-owners-bicep,@Azure/avm-res-network-trafficmanagerprofile-module-contributors-bicep,AVM Resource Module for Traffic Manager Profile,,2023-12 -Microsoft.Network,virtualHubs,Virtual Hub,,avm/res/network/virtual-hub,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-hub,br/public:avm/res/network/virtual-hub:X.Y.Z,46d3xbcp.res.network-virtualhub,arnoldna,Nate Arnold,,,@Azure/avm-res-network-virtualhub-module-owners-bicep,@Azure/avm-res-network-virtualhub-module-contributors-bicep,AVM Resource Module for Virtual Hub,,2024-02 -Microsoft.Network,virtualNetworks,Virtual Network,VNET,avm/res/network/virtual-network,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-network,br/public:avm/res/network/virtual-network:X.Y.Z,46d3xbcp.res.network-virtualnetwork,mjrich19,MJ Richardson,,,@Azure/avm-res-network-virtualnetwork-module-owners-bicep,@Azure/avm-res-network-virtualnetwork-module-contributors-bicep,AVM Resource Module for Virtual Network,,2023-11 -Microsoft.Network,virtualNetworks/subnets,Virtual Network - Subnet,,avm/res/network/virtual-network/subnet,avm/res/network/virtual-network,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-network/subnet,br/public:avm/res/network/virtual-network/subnet:X.Y.Z,46d3xbcp.res.network-virtualnetworksubnet,,,,,same as parent,same as parent,AVM Child Module for Virtual Network - Subnet,,2025-03 -Microsoft.Network,virtualNetworkGateways,Virtual Network Gateway,VNET GW,avm/res/network/virtual-network-gateway,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-network-gateway,br/public:avm/res/network/virtual-network-gateway:X.Y.Z,46d3xbcp.res.network-virtualnetworkgateway,fabmas,Fabio Masciotra,,,@Azure/avm-res-network-virtualnetworkgateway-module-owners-bicep,@Azure/avm-res-network-virtualnetworkgateway-module-contributors-bicep,AVM Resource Module for Virtual Network Gateway,,2024-01 -Microsoft.Network,virtualWans,Virtual WAN,vWAN,avm/res/network/virtual-wan,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-wan,br/public:avm/res/network/virtual-wan:X.Y.Z,46d3xbcp.res.network-virtualwan,arnoldna,Nate Arnold,,,@Azure/avm-res-network-virtualwan-module-owners-bicep,@Azure/avm-res-network-virtualwan-module-contributors-bicep,AVM Resource Module for Virtual WAN,,2024-02 -Microsoft.Network,vpnGateways,VPN Gateway,VPN GW,avm/res/network/vpn-gateway,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/vpn-gateway,br/public:avm/res/network/vpn-gateway:X.Y.Z,46d3xbcp.res.network-vpngateway,fabmas,Fabio Masciotra,,,@Azure/avm-res-network-vpngateway-module-owners-bicep,@Azure/avm-res-network-vpngateway-module-contributors-bicep,AVM Resource Module for VPN Gateway,,2024-01 -Microsoft.Network,vpnServerConfigurations,VPN Server Configuration,,avm/res/network/vpn-server-configuration,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/vpn-server-configuration,br/public:avm/res/network/vpn-server-configuration:X.Y.Z,46d3xbcp.res.network-vpnserverconfiguration,ericscheffler,Eric Scheffler,,,@Azure/avm-res-network-vpnserverconfiguration-module-owners-bicep,@Azure/avm-res-network-vpnserverconfiguration-module-contributors-bicep,AVM Resource Module for VPN Server Configuration,,2024-10 -Microsoft.Network,vpnSites,VPN Site,,avm/res/network/vpn-site,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/vpn-site,br/public:avm/res/network/vpn-site:X.Y.Z,46d3xbcp.res.network-vpnsite,fabmas,Fabio Masciotra,,,@Azure/avm-res-network-vpnsite-module-owners-bicep,@Azure/avm-res-network-vpnsite-module-contributors-bicep,AVM Resource Module for VPN Site,,2023-12 -Microsoft.OperationalInsights,clusters,Log Analytics Dedicated Cluster,,avm/res/operational-insights/cluster,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/operational-insights/cluster,br/public:avm/res/operational-insights/cluster:X.Y.Z,46d3xbcp.res.operationalinsights-cluster,hundredacres,Matt Schmitt,,,@Azure/avm-res-operationalinsights-cluster-module-owners-bicep,@Azure/avm-res-operationalinsights-cluster-module-contributors-bicep,AVM Resource Module for Log Analytics Dedicated Cluster,, -Microsoft.OperationalInsights,workspaces,Log Analytics Workspace,,avm/res/operational-insights/workspace,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/operational-insights/workspace,br/public:avm/res/operational-insights/workspace:X.Y.Z,46d3xbcp.res.operationalinsights-workspace,krbar,Kris Baranek,,,@Azure/avm-res-operationalinsights-workspace-module-owners-bicep,@Azure/avm-res-operationalinsights-workspace-module-contributors-bicep,AVM Resource Module for Log Analytics Workspace,,2023-11 -Microsoft.OperationsManagement,solutions,Operations Management Solution,,avm/res/operations-management/solution,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/operations-management/solution,br/public:avm/res/operations-management/solution:X.Y.Z,46d3xbcp.res.operationsmanagement-solution,krbar,Kris Baranek,,,@Azure/avm-res-operationsmanagement-solution-module-owners-bicep,@Azure/avm-res-operationsmanagement-solution-module-contributors-bicep,AVM Resource Module for Operations Management Solution,,2023-11 -Microsoft.Portal,dashboards,Portal Dashboard,,avm/res/portal/dashboard,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/portal/dashboard,br/public:avm/res/portal/dashboard:X.Y.Z,46d3xbcp.res.portal-dashboard,krbar,Kris Baranek,,,@Azure/avm-res-portal-dashboard-module-owners-bicep,@Azure/avm-res-portal-dashboard-module-contributors-bicep,AVM Resource Module for Portal Dashboard,,2024-06 -Microsoft.PowerBIDedicated,capacities,Power BI Dedicated Capacity,,avm/res/power-bi-dedicated/capacity,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/power-bi-dedicated/capacity,br/public:avm/res/power-bi-dedicated/capacity:X.Y.Z,46d3xbcp.res.powerbidedicated-capacity,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-powerbidedicated-capacity-module-owners-bicep,@Azure/avm-res-powerbidedicated-capacity-module-contributors-bicep,AVM Resource Module for Power BI Dedicated Capacity,,2023-11 -Microsoft.Purview,accounts,Purview Account,,avm/res/purview/account,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/purview/account,br/public:avm/res/purview/account:X.Y.Z,46d3xbcp.res.purview-account,hundredacres,Matt Schmitt,,,@Azure/avm-res-purview-account-module-owners-bicep,@Azure/avm-res-purview-account-module-contributors-bicep,AVM Resource Module for Purview Account,,2024-02 -Microsoft.RecoveryServices,vaults,Recovery Services Vault,,avm/res/recovery-services/vault,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/recovery-services/vault,br/public:avm/res/recovery-services/vault:X.Y.Z,46d3xbcp.res.recoveryservices-vault,alexanderojala,Alexander Ojala,,,@Azure/avm-res-recoveryservices-vault-module-owners-bicep,@Azure/avm-res-recoveryservices-vault-module-contributors-bicep,AVM Resource Module for Recovery Services Vault,,2024-03 -Microsoft.Relay,namespaces,Relay Namespace,,avm/res/relay/namespace,n/a,Orphaned :eyes:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/relay/namespace,br/public:avm/res/relay/namespace:X.Y.Z,46d3xbcp.res.relay-namespace,,,,,@Azure/avm-res-relay-namespace-module-owners-bicep,@Azure/avm-res-relay-namespace-module-contributors-bicep,AVM Resource Module for Relay Namespace,,2024-03 -Microsoft.ResourceGraph,queries,Resource Graph Query,,avm/res/resource-graph/query,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resource-graph/query,br/public:avm/res/resource-graph/query:X.Y.Z,46d3xbcp.resourcegraph-query,sebassem,Seif Bassem,,,@Azure/avm-res-resourcegraph-query-module-owners-bicep,@Azure/avm-res-resourcegraph-query-module-contributors-bicep,AVM Resource Module for Resource Graph Query,,2023-11 -Microsoft.Resources,deploymentScripts,Deployment Script,,avm/res/resources/deployment-script,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resources/deployment-script,br/public:avm/res/resources/deployment-script:X.Y.Z,46d3xbcp.res.resources-deploymentscript,sebassem,Seif Bassem,,,@Azure/avm-res-resources-deploymentscript-module-owners-bicep,@Azure/avm-res-resources-deploymentscript-module-contributors-bicep,AVM Resource Module for Deployment Script,,2023-11 -Microsoft.Resources,resourceGroups,Resource Group,RG,avm/res/resources/resource-group,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resources/resource-group,br/public:avm/res/resources/resource-group:X.Y.Z,46d3xbcp.res.resources-resourcegroup,segraef,Sebastian Graef,,,@Azure/avm-res-resources-resourcegroup-module-owners-bicep,@Azure/avm-res-resources-resourcegroup-module-contributors-bicep,AVM Resource Module for Resource Group,,2023-12 -Microsoft.Scom,managedInstances,SCOM MI,System Center Operations Manager - Managed Instance,avm/res/scom/managed-instance,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/scom/managed-instance,br/public:avm/res/scom/managed-instance:X.Y.Z,46d3xbcp.res.scom-managedinstance,,,,,@Azure/avm-res-scom-managedinstance-module-owners-bicep,@Azure/avm-res-scom-managedinstance-module-contributors-bicep,AVM Resource Module for SCOM MI,, -Microsoft.Search,searchServices,Search Service,,avm/res/search/search-service,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/search/search-service,br/public:avm/res/search/search-service:X.Y.Z,46d3xbcp.res.search-searchservice,krbar,Kris Baranek,,,@Azure/avm-res-search-searchservice-module-owners-bicep,@Azure/avm-res-search-searchservice-module-contributors-bicep,AVM Resource Module for Search Service,,2023-11 -Microsoft.SecurityInsights,dataConnectors,Security Insights - Data Connector,,avm/res/security-insights/data-connector,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/security-insights/data-connector,br/public:avm/res/security-insights/data-connector:X.Y.Z,46d3xbcp.res.securityinsights-dataconnector,hundredacres,Matt Schmitt,,,@Azure/avm-res-securityinsights-dataconnector-module-owners-bicep,@Azure/avm-res-securityinsights-dataconnector-module-contributors-bicep,AVM Resource Module for Security Insights - Data Connector,,2025-05 -Microsoft.SecurityInsights,onboardingStates,Security Insights - Onboarding State,,avm/res/security-insights/onboarding-state,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/security-insights/onboarding-state,br/public:avm/res/security-insights/onboarding-state:X.Y.Z,46d3xbcp.res.securityinsights-onboardingstate,hundredacres,Matt Schmitt,,,@Azure/avm-res-securityinsights-onboardingstate-module-owners-bicep,@Azure/avm-res-securityinsights-onboardingstate-module-contributors-bicep,AVM Resource Module for Security Insights - Onboarding State,, -Microsoft.SecurityInsights,settings,Security Insights - Setting,,avm/res/security-insights/setting,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/security-insights/setting,br/public:avm/res/security-insights/setting:X.Y.Z,46d3xbcp.res.securityinsights-setting,hundredacres,Matt Schmitt,,,@Azure/avm-res-securityinsights-setting-module-owners-bicep,@Azure/avm-res-securityinsights-setting-module-contributors-bicep,AVM Resource Module for Security Insights - Setting,,2025-05 -Microsoft.ServiceBus,namespaces,Service Bus Namespace,,avm/res/service-bus/namespace,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/service-bus/namespace,br/public:avm/res/service-bus/namespace:X.Y.Z,46d3xbcp.res.servicebus-namespace,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-servicebus-namespace-module-owners-bicep,@Azure/avm-res-servicebus-namespace-module-contributors-bicep,AVM Resource Module for Service Bus Namespace,,2023-12 -Microsoft.ServiceFabric,clusters,Service Fabric Cluster,,avm/res/service-fabric/cluster,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/service-fabric/cluster,br/public:avm/res/service-fabric/cluster:X.Y.Z,46d3xbcp.res.servicefabric-cluster,lsnoddy,Luke Snoddy,,,@Azure/avm-res-servicefabric-cluster-module-owners-bicep,@Azure/avm-res-servicefabric-cluster-module-contributors-bicep,AVM Resource Module for Service Fabric Cluster,,2024-04 -Microsoft.ServiceNetworking,trafficControllers,Application Gateway for Containers (Traffic Controller),,avm/res/service-networking/traffic-controller,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/service-networking/traffic-controller,br/public:avm/res/service-networking/traffic-controller:X.Y.Z,46d3xbcp.res.servicenetworking-trafficcontroller,krbar,Kris Baranek,,,@Azure/avm-res-servicenetworking-trafficcontroller-module-owners-bicep,@Azure/avm-res-servicenetworking-trafficcontroller-module-contributors-bicep,AVM Resource Module for Application Gateway for Containers (Traffic Controller),,2024-10 -Microsoft.SignalRService,signalR,SignalR Service SignalR,,avm/res/signal-r-service/signal-r,n/a,Orphaned :eyes:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/signal-r-service/signal-r,br/public:avm/res/signal-r-service/signal-r:X.Y.Z,46d3xbcp.res.signalrservice-signalr,,,,,@Azure/avm-res-signalrservice-signalr-module-owners-bicep,@Azure/avm-res-signalrservice-signalr-module-contributors-bicep,AVM Resource Module for SignalR Service SignalR,,2024-03 -Microsoft.SignalRService,webPubSub,SignalR Web PubSub Service,,avm/res/signal-r-service/web-pub-sub,n/a,Orphaned :eyes:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/signal-r-service/web-pub-sub,br/public:avm/res/signal-r-service/web-pub-sub:X.Y.Z,46d3xbcp.res.signalrservice-webpubsub,,,,,@Azure/avm-res-signalrservice-webpubsub-module-owners-bicep,@Azure/avm-res-signalrservice-webpubsub-module-contributors-bicep,AVM Resource Module for SignalR Web PubSub Service,,2024-03 -Microsoft.Sql,instancePools,SQL Instance Pool,,avm/res/sql/instance-pool,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/sql/instance-pool,br/public:avm/res/sql/instance-pool:X.Y.Z,46d3xbcp.res.sql-instancepool,gpacetti,Giuseppe Pacetti,,,@Azure/avm-res-sql-instancepool-module-owners-bicep,@Azure/avm-res-sql-instancepool-module-contributors-bicep,AVM Resource Module for SQL Instance Pool,,2024-04 -Microsoft.Sql,managedInstances,SQL Managed Instance,SQL MI,avm/res/sql/managed-instance,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/sql/managed-instance,br/public:avm/res/sql/managed-instance:X.Y.Z,46d3xbcp.res.sql-managedinstance,maldineh,Maher Aldineh,,,@Azure/avm-res-sql-managedinstance-module-owners-bicep,@Azure/avm-res-sql-managedinstance-module-contributors-bicep,AVM Resource Module for SQL Managed Instance,,2024-04 -Microsoft.Sql,servers,Azure SQL Server,,avm/res/sql/server,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/sql/server,br/public:avm/res/sql/server:X.Y.Z,46d3xbcp.res.sql-server,peterbud,Peter Budai,,,@Azure/avm-res-sql-server-module-owners-bicep,@Azure/avm-res-sql-server-module-contributors-bicep,AVM Resource Module for Azure SQL Server,,2023-11 -Microsoft.SqlVirtualMachine,sqlVirtualMachines,SQL Virtual Machine,SQL VM,avm/res/sql-virtual-machine/sql-virtual-machine,n/a,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/sql-virtual-machine/sql-virtual-machine,br/public:avm/res/sql-virtual-machine/sql-virtual-machine:X.Y.Z,46d3xbcp.res.sqlvm-sqlvm,peterbud,Peter Budai,,,@Azure/avm-res-sqlvirtualmachine-sqlvirtualmachine-module-owners-bicep,@Azure/avm-res-sqlvirtualmachine-sqlvirtualmachine-module-contributors-bicep,AVM Resource Module for SQL Virtual Machine,, -Microsoft.Storage,storageAccounts,Storage Account,,avm/res/storage/storage-account,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account,br/public:avm/res/storage/storage-account:X.Y.Z,46d3xbcp.res.storage-storageaccount,ktremain,Karl Tremain,fblix,Felix Borst,@Azure/avm-res-storage-storageaccount-module-owners-bicep,@Azure/avm-res-storage-storageaccount-module-contributors-bicep,AVM Resource Module for Storage Account,,2024-01 -Microsoft.Storage,blobServices/containers,Storage Account - Blob Container,,avm/res/storage/storage-account/blob-service/container,avm/res/storage/storage-account,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account/blob-service/container,br/public:avm/res/storage/storage-account/blob-service/container:X.Y.Z,46d3xbcp.res.storage-blobcontainer,,,,,same as parent,same as parent,AVM Child Module for Storage Account - Blob Container,, -Microsoft.Storage,storageAccounts,Storage Account - Blob Container Immutability Policy,,avm/res/storage/storage-account/blob-service/container/immutability-policy,avm/res/storage/storage-account,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account/blob-service/container/immutability-policy,br/public:avm/res/storage/storage-account/blob-service/container/immutability-policy:X.Y.Z,46d3xbcp.res.storage-containerimmutpolicy,,,,,same as parent,same as parent,AVM Child Module for Storage Account - Blob Container Immutability Policy,, -Microsoft.Storage,storageAccounts,Storage Account - File Shaer,,avm/res/storage/storage-account/file-service/share,avm/res/storage/storage-account,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account/file-service/share,br/public:avm/res/storage/storage-account/file-service/share:X.Y.Z,46d3xbcp.res.storage-fileshare,,,,,same as parent,same as parent,AVM Child Module for Storage Account - File Shaer,, -Microsoft.Storage,storageAccounts,Storage Account - Local User,,avm/res/storage/storage-account/local-user,avm/res/storage/storage-account,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account/local-user,br/public:avm/res/storage/storage-account/local-user:X.Y.Z,46d3xbcp.res.storage-localuser,,,,,same as parent,same as parent,AVM Child Module for Storage Account - Local User,, -Microsoft.Storage,storageAccounts,Storage Account - Management Policy,,avm/res/storage/storage-account/management-policy,avm/res/storage/storage-account,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account/management-policy,br/public:avm/res/storage/storage-account/management-policy:X.Y.Z,46d3xbcp.res.storage-mgmtpolicy,,,,,same as parent,same as parent,AVM Child Module for Storage Account - Management Policy,, -Microsoft.Storage,storageAccounts,Storage Account - Queue,,avm/res/storage/storage-account/queue-service/queue,avm/res/storage/storage-account,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account/queue-service/queue,br/public:avm/res/storage/storage-account/queue-service/queue:X.Y.Z,46d3xbcp.res.storage-queue,,,,,same as parent,same as parent,AVM Child Module for Storage Account - Queue,, -Microsoft.Storage,storageAccounts,Storage Account - Table,,avm/res/storage/storage-account/table-service/table,avm/res/storage/storage-account,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account/table-service/table,br/public:avm/res/storage/storage-account/table-service/table:X.Y.Z,46d3xbcp.res.storage-table,,,,,same as parent,same as parent,AVM Child Module for Storage Account - Table,, -Microsoft.Synapse,privateLinkHubs,Azure Synapse Analytics Private Link Hub,,avm/res/synapse/private-link-hub,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/synapse/private-link-hub,br/public:avm/res/synapse/private-link-hub:X.Y.Z,46d3xbcp.res.synapse-privatelinkhub,TomazMlakar,Tomaz Mlakar,,,@Azure/avm-res-synapse-privatelinkhub-module-owners-bicep,@Azure/avm-res-synapse-privatelinkhub-module-contributors-bicep,AVM Resource Module for Azure Synapse Analytics Private Link Hub,,2024-02 -Microsoft.Synapse,workspaces,Azure Synapse Analytics Workspace,,avm/res/synapse/workspace,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/synapse/workspace,br/public:avm/res/synapse/workspace:X.Y.Z,46d3xbcp.res.synapse-workspace,TomazMlakar,Tomaz Mlakar,,,@Azure/avm-res-synapse-workspace-module-owners-bicep,@Azure/avm-res-synapse-workspace-module-contributors-bicep,AVM Resource Module for Azure Synapse Analytics Workspace,,2024-02 -Microsoft.VirtualMachineImages,imageTemplates,Virtual Machine Image Template,,avm/res/virtual-machine-images/image-template,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/virtual-machine-images/image-template,br/public:avm/res/virtual-machine-images/image-template:X.Y.Z,46d3xbcp.res.virtualmachineimages-imagetemplate,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-virtualmachineimages-imagetemplate-module-owners-bicep,@Azure/avm-res-virtualmachineimages-imagetemplate-module-contributors-bicep,AVM Resource Module for Virtual Machine Image Template,,2024-02 -Microsoft.Web,connection,API Connection,,avm/res/web/connection,n/a,Orphaned :eyes:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/connection,br/public:avm/res/web/connection:X.Y.Z,46d3xbcp.res.web-connection,,,,,@Azure/avm-res-web-connection-module-owners-bicep,@Azure/avm-res-web-connection-module-contributors-bicep,AVM Resource Module for API Connection,,2024-03 -Microsoft.Web,hostingEnvironments,App Service Environment,ASE,avm/res/web/hosting-environment,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/hosting-environment,br/public:avm/res/web/hosting-environment:X.Y.Z,46d3xbcp.res.web-hostingenvironment,tsc-buddy,Buddy Davies,pankajagrawal16,Pankaj Agrawal,@Azure/avm-res-web-hostingenvironment-module-owners-bicep,@Azure/avm-res-web-hostingenvironment-module-contributors-bicep,AVM Resource Module for App Service Environment,,2024-03 -Microsoft.Web,serverfarms,App Service Plan,,avm/res/web/serverfarm,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/serverfarm,br/public:avm/res/web/serverfarm:X.Y.Z,46d3xbcp.res.web-serverfarm,tsc-buddy,Buddy Davies,pankajagrawal16,Pankaj Agrawal,@Azure/avm-res-web-serverfarm-module-owners-bicep,@Azure/avm-res-web-serverfarm-module-contributors-bicep,AVM Resource Module for App Service Plan,,2023-12 -Microsoft.Web,sites,Web/Function App,"App Service, Web Site, Logic App, Function App",avm/res/web/site,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/site,br/public:avm/res/web/site:X.Y.Z,46d3xbcp.res.web-site,tsc-buddy,Buddy Davies,pankajagrawal16,Pankaj Agrawal,@Azure/avm-res-web-site-module-owners-bicep,@Azure/avm-res-web-site-module-contributors-bicep,AVM Resource Module for Web/Function App,,2024-01 -Microsoft.Web,sites,Web Site Configuration,,avm/res/web/site/config,avm/res/web/site,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/site/config,br/public:avm/res/web/site/config:X.Y.Z,46d3xbcp.res.web-siteconfig,,,,,same as parent,same as parent,AVM Child Module for Web Site Configuration,, -Microsoft.Web,staticSites,Static Web App,,avm/res/web/static-site,n/a,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/static-site,br/public:avm/res/web/static-site:X.Y.Z,46d3xbcp.res.web-staticsite,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-web-staticsite-module-owners-bicep,@Azure/avm-res-web-staticsite-module-contributors-bicep,AVM Resource Module for Static Web App,,2024-01 +Microsoft.AAD,domainServices,Azure Active Directory Domain Service,"AAD, Entra ID, Microsoft Entra Domain Services, AAD DS, Azure AD DS",avm/res/aad/domain-service,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/aad/domain-service,br/public:avm/res/aad/domain-service:X.Y.Z,46d3xbcp.res.aad-domainservice,ReneHezser,Rene Hezser,CRYP70N1X,Paul Chirila,@Azure/avm-res-aad-domainservice-module-owners-bicep,@Azure/avm-res-aad-domainservice-module-contributors-bicep,AVM Resource Module for Azure Active Directory Domain Service,,2024-04 +Microsoft.AlertsManagement,actionRules,Action Rules,,avm/res/alerts-management/action-rule,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/alerts-management/action-rule,br/public:avm/res/alerts-management/action-rule:X.Y.Z,46d3xbcp.res.alertsmanagement-actionrule,judyer28,Justin Dyer,,,@Azure/avm-res-alertsmanagement-actionrule-module-owners-bicep,@Azure/avm-res-alertsmanagement-actionrule-module-contributors-bicep,AVM Resource Module for Action Rules,,2024-06 +Microsoft.AnalysisServices,servers,Analysis Services Server,,avm/res/analysis-services/server,n/a,Orphaned,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/analysis-services/server,br/public:avm/res/analysis-services/server:X.Y.Z,46d3xbcp.res.analysisservices-server,,,,,@Azure/avm-res-analysisservices-server-module-owners-bicep,@Azure/avm-res-analysisservices-server-module-contributors-bicep,AVM Resource Module for Analysis Services Server,,2024-01 +Microsoft.ApiManagement,services,API Management Service,,avm/res/api-management/service,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service,br/public:avm/res/api-management/service:X.Y.Z,46d3xbcp.res.apimanagement-service,tony-box,Tony Box,,,@Azure/avm-res-apimanagement-service-module-owners-bicep,@Azure/avm-res-apimanagement-service-module-contributors-bicep,AVM Resource Module for API Management Service,,2023-12 +Microsoft.ApiManagement,services,API Management Service - API,,avm/res/api-management/service/api,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/api,br/public:avm/res/api-management/service/api:X.Y.Z,46d3xbcp.res.apimgmt-api,,,,,same as parent,same as parent,AVM Child Module for API Management Service - API,, +Microsoft.ApiManagement,services,API Management Service - API Diagnostics,,avm/res/api-management/service/api/diagnostics,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/api/diagnostics,br/public:avm/res/api-management/service/api/diagnostics:X.Y.Z,46d3xbcp.res.apimgm-apidiagnostics,,,,,same as parent,same as parent,AVM Child Module for API Management Service - API Diagnostics,, +Microsoft.ApiManagement,services,API Management Service - API Policy,,avm/res/api-management/service/api/policy,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/api/policy,br/public:avm/res/api-management/service/api/policy:X.Y.Z,46d3xbcp.res.apimgmt-apipolicy,,,,,same as parent,same as parent,AVM Child Module for API Management Service - API Policy,, +Microsoft.ApiManagement,services,API Management Service - API Version Set,,avm/res/api-management/service/api-version-set,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/api-version-set,br/public:avm/res/api-management/service/api-version-set:X.Y.Z,46d3xbcp.res.apimgmt-apiversionset,,,,,same as parent,same as parent,AVM Child Module for API Management Service - API Version Set,, +Microsoft.ApiManagement,services,API Manegement Service - Authorization Server,,avm/res/api-management/service/authorization-server,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/authorization-server,br/public:avm/res/api-management/service/authorization-server:X.Y.Z,46d3xbcp.res.apimgmt-authzserver,,,,,same as parent,same as parent,AVM Child Module for API Manegement Service - Authorization Server,, +Microsoft.ApiManagement,services,API Management Service - Backend,,avm/res/api-management/service/backend,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/backend,br/public:avm/res/api-management/service/backend:X.Y.Z,46d3xbcp.res.apimgmt-backend,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Backend,, +Microsoft.ApiManagement,services,API Management Service - Cache,,avm/res/api-management/service/cache,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/cache,br/public:avm/res/api-management/service/cache:X.Y.Z,46d3xbcp.res.apimgmt-cache,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Cache,, +Microsoft.ApiManagement,services,API Management Service - Identity Provider,,avm/res/api-management/service/identity-provider,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/identity-provider,br/public:avm/res/api-management/service/identity-provider:X.Y.Z,46d3xbcp.res.apimgmt-identityprovider,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Identity Provider,, +Microsoft.ApiManagement,services,API Management Service - Logger,,avm/res/api-management/service/logger,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/logger,br/public:avm/res/api-management/service/logger:X.Y.Z,46d3xbcp.res.apimgmt-logger,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Logger,, +Microsoft.ApiManagement,services,API Management Service - Named Value,,avm/res/api-management/service/named-value,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/named-value,br/public:avm/res/api-management/service/named-value:X.Y.Z,46d3xbcp.res.apimgmt-namedvalue,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Named Value,, +Microsoft.ApiManagement,services,API Management Service - Policy,,avm/res/api-management/service/policy,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/policy,br/public:avm/res/api-management/service/policy:X.Y.Z,46d3xbcp.res.apimgmt-policy,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Policy,, +Microsoft.ApiManagement,services,API Management Service - Portal Setting,,avm/res/api-management/service/portalsetting,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/portalsetting,br/public:avm/res/api-management/service/portalsetting:X.Y.Z,46d3xbcp.res.apimgmt-portalsetting,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Portal Setting,, +Microsoft.ApiManagement,services,API Management Service - Product,,avm/res/api-management/service/product,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/product,br/public:avm/res/api-management/service/product:X.Y.Z,46d3xbcp.res.apimgmt-product,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Product,, +Microsoft.ApiManagement,services,API Management Service - Product API,,avm/res/api-management/service/product/api,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/product/api,br/public:avm/res/api-management/service/product/api:X.Y.Z,46d3xbcp.res.apimgmt-productapi,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Product API,, +Microsoft.ApiManagement,services,API Management Service - Product Group,,avm/res/api-management/service/product/group,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/product/group,br/public:avm/res/api-management/service/product/group:X.Y.Z,46d3xbcp.res.apimgmt-productgroup,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Product Group,, +Microsoft.ApiManagement,services,API Management Service - Subscription,,avm/res/api-management/service/subscription,avm/res/api-management/service,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service/subscription,br/public:avm/res/api-management/service/subscription:X.Y.Z,46d3xbcp.res.apimgmt-subscription,,,,,same as parent,same as parent,AVM Child Module for API Management Service - Subscription,, +Microsoft.App,containerApps,Container App,,avm/res/app/container-app,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app/container-app,br/public:avm/res/app/container-app:X.Y.Z,46d3xbcp.res.app-containerapp,oZakari,Zach Trocinski,,,@Azure/avm-res-app-containerapp-module-owners-bicep,@Azure/avm-res-app-containerapp-module-contributors-bicep,AVM Resource Module for Container App,,2024-01 +Microsoft.App,Jobs,App Job,,avm/res/app/job,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app/job,br/public:avm/res/app/job:X.Y.Z,46d3xbcp.res.app-job,ReneHezser,Rene Hezser,,,@Azure/avm-res-app-job-module-owners-bicep,@Azure/avm-res-app-job-module-contributors-bicep,AVM Resource Module for App Job,,2024-05 +Microsoft.App,managedEnvironments,App Managed Environment,,avm/res/app/managed-environment,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app/managed-environment,br/public:avm/res/app/managed-environment:X.Y.Z,46d3xbcp.res.app-managedenvironment,hundredacres,Matt Schmitt,,,@Azure/avm-res-app-managedenvironment-module-owners-bicep,@Azure/avm-res-app-managedenvironment-module-contributors-bicep,AVM Resource Module for App Managed Environment,,2023-12 +Microsoft.App,sessionPools,App Session Pool,,avm/res/app/session-pool,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app/session-pool,br/public:avm/res/app/session-pool:X.Y.Z,46d3xbcp.res.app-sessionpool,jlinn-microsoft,Joe Linn,,,@Azure/avm-res-app-sessionpool-module-owners-bicep,@Azure/avm-res-app-sessionpool-module-contributors-bicep,AVM Resource Module for App Session Pool,,2025-02 +Microsoft.AppConfiguration,configurationStores,App Configuration Store,,avm/res/app-configuration/configuration-store,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app-configuration/configuration-store,br/public:avm/res/app-configuration/configuration-store:X.Y.Z,46d3xbcp.res.appconfiguration-configurationstore,Jfolberth,John Folberth,,,@Azure/avm-res-appconfiguration-configurationstore-module-owners-bicep,@Azure/avm-res-appconfiguration-configurationstore-module-contributors-bicep,AVM Resource Module for App Configuration Store,,2024-03 +Microsoft.Authorization,roleAssignments,Authorization - Role Assignment,,avm/res/authorization/role-assignment,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/role-assignment,br/public:avm/res/authorization/role-assignment:X.Y.Z,46d3xbcp.res.authz-roleassignment,arnoldna,Nate Arnold,,,@Azure/avm-res-authorization-roleassignment-module-owners-bicep,@Azure/avm-res-authorization-roleassignment-module-contributors-bicep,AVM Resource Module for Authorization - Role Assignment,, +Microsoft.Authorization,roleAssignments,Authorization - Role Assignment - Management Group Scope,,avm/res/authorization/role-assignment/mg-scope,avm/res/authorization/role-assignment,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/role-assignment/mg-scope,br/public:avm/res/authorization/role-assignment/mg-scope:X.Y.Z,46d3xbcp.res.authz-roleassignment_mgscope,,,,,same as parent,same as parent,AVM Child Module for Authorization - Role Assignment - Management Group Scope,, +Microsoft.Authorization,roleAssignments,Authorization - Role Assignment - Resource Group Scope,,avm/res/authorization/role-assignment/rg-scope,avm/res/authorization/role-assignment,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/role-assignment/rg-scope,br/public:avm/res/authorization/role-assignment/rg-scope:X.Y.Z,46d3xbcp.res.authz-roleassignment_rgscope,,,,,same as parent,same as parent,AVM Child Module for Authorization - Role Assignment - Resource Group Scope,, +Microsoft.Authorization,roleAssignments,Authorization - Role Assignment - Subscription Scope,,avm/res/authorization/role-assignment/sub-scope,avm/res/authorization/role-assignment,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/role-assignment/sub-scope,br/public:avm/res/authorization/role-assignment/sub-scope:X.Y.Z,46d3xbcp.res.authz-roleassignment_subscope,,,,,same as parent,same as parent,AVM Child Module for Authorization - Role Assignment - Subscription Scope,, +Microsoft.Automation,automationAccounts,Automation Account,,avm/res/automation/automation-account,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/automation/automation-account,br/public:avm/res/automation/automation-account:X.Y.Z,46d3xbcp.res.automation-automationaccount,gpacetti,Giuseppe Pacetti,,,@Azure/avm-res-automation-automationaccount-module-owners-bicep,@Azure/avm-res-automation-automationaccount-module-contributors-bicep,AVM Resource Module for Automation Account,,2023-12 +Microsoft.AVS,privateClouds,AVS Private Cloud,,avm/res/avs/private-cloud,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/avs/private-cloud,br/public:avm/res/avs/private-cloud:X.Y.Z,46d3xbcp.res.avs-privatecloud,,,,,@Azure/avm-res-avs-privatecloud-module-owners-bicep,@Azure/avm-res-avs-privatecloud-module-contributors-bicep,AVM Resource Module for AVS Private Cloud,, +Microsoft.AzureStackHCI,clusters,Azure Stack HCI Cluster,,avm/res/azure-stack-hci/cluster,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/azure-stack-hci/cluster,br/public:avm/res/azure-stack-hci/cluster:X.Y.Z,46d3xbcp.res.azurestackhci-cluster,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-azurestackhci-cluster-module-owners-bicep,@Azure/avm-res-azurestackhci-cluster-module-contributors-bicep,AVM Resource Module for Azure Stack HCI Cluster,,2025-02 +Microsoft.AzureStackHCI,logicalNetworks,Azure Stack HCI Logical Network,,avm/res/azure-stack-hci/logical-network,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/azure-stack-hci/logical-network,br/public:avm/res/azure-stack-hci/logical-network:X.Y.Z,46d3xbcp.res.azurestackhci-logicalnetwork,xhy8759,Hangyu Xu,duzitong,Zidong Lu,@Azure/avm-res-azurestackhci-logicalnetwork-module-owners-bicep,@Azure/avm-res-azurestackhci-logicalnetwork-module-contributors-bicep,AVM Resource Module for Azure Stack HCI Logical Network,,2025-02 +Microsoft.AzureStackHCI,marketplaceGalleryImages,Azure Stack HCI Marketplace Gallery Image,,avm/res/azure-stack-hci/marketplace-gallery-image,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/azure-stack-hci/marketplace-gallery-image,br/public:avm/res/azure-stack-hci/marketplace-gallery-image:X.Y.Z,46d3xbcp.res.azurestackhci-markplgalleryimg,xhy8759,Hangyu Xu,duzitong,Zidong Lu,@Azure/avm-res-azurestackhci-marketplacegalleryimage-module-owners-bicep,@Azure/avm-res-azurestackhci-marketplacegalleryimage-module-contributors-bicep,AVM Resource Module for Azure Stack HCI Marketplace Gallery Image,, +Microsoft.AzureStackHCI,networkInterfaces,Azure Stack HCI Network Interface,,avm/res/azure-stack-hci/network-interface,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/azure-stack-hci/network-interface,br/public:avm/res/azure-stack-hci/network-interface:X.Y.Z,46d3xbcp.res.azurestackhci-networkinterface,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-azurestackhci-networkinterface-module-owners-bicep,@Azure/avm-res-azurestackhci-networkinterface-module-contributors-bicep,AVM Resource Module for Azure Stack HCI Network Interface,,2025-03 +Microsoft.AzureStackHCI,virtualHardDisks,Azure Stack HCI Hard Disk,,avm/res/azure-stack-hci/virtual-hard-disk,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/azure-stack-hci/virtual-hard-disk,br/public:avm/res/azure-stack-hci/virtual-hard-disk:X.Y.Z,46d3xbcp.res.azurestackhci-virtualharddisk,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-azurestackhci-virtualharddisk-module-owners-bicep,@Azure/avm-res-azurestackhci-virtualharddisk-module-contributors-bicep,AVM Resource Module for Azure Stack HCI Hard Disk,,2025-03 +Microsoft.AzureStackHCI,virtualMachineInstances,Azure Stack HCI Virtual Machine Instance,,avm/res/azure-stack-hci/virtual-machine-instance,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/azure-stack-hci/virtual-machine-instance,br/public:avm/res/azure-stack-hci/virtual-machine-instance:X.Y.Z,46d3xbcp.res.azurestackhci-virtualmachineinstance,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-azurestackhci-virtualmachineinstance-module-owners-bicep,@Azure/avm-res-azurestackhci-virtualmachineinstance-module-contributors-bicep,AVM Resource Module for Azure Stack HCI Virtual Machine Instance,, +Microsoft.Batch,batchAccounts,Batch Account,,avm/res/batch/batch-account,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/batch/batch-account,br/public:avm/res/batch/batch-account:X.Y.Z,46d3xbcp.res.batch-batchaccount,didayal-msft,Divyadeep Dayal,,,@Azure/avm-res-batch-batchaccount-module-owners-bicep,@Azure/avm-res-batch-batchaccount-module-contributors-bicep,AVM Resource Module for Batch Account,,2023-11 +Microsoft.Cache,Redis,Redis Cache,,avm/res/cache/redis,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/cache/redis,br/public:avm/res/cache/redis:X.Y.Z,46d3xbcp.res.cache-redis,hundredacres,Matt Schmitt,,,@Azure/avm-res-cache-redis-module-owners-bicep,@Azure/avm-res-cache-redis-module-contributors-bicep,AVM Resource Module for Redis Cache,,2024-01 +Microsoft.Cache,redisEnterprise,Redis Enterprise Cache,,avm/res/cache/redis-enterprise,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/cache/redis-enterprise,br/public:avm/res/cache/redis-enterprise:X.Y.Z,46d3xbcp.res.cache-redisenterprise,JeffreyCA,Jeffrey Chen,,,@Azure/avm-res-cache-redisenterprise-module-owners-bicep,@Azure/avm-res-cache-redisenterprise-module-contributors-bicep,AVM Resource Module for Redis Enterprise Cache,,2025-02 +Microsoft.Cdn,profiles,CDN Profile,,avm/res/cdn/profile,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/cdn/profile,br/public:avm/res/cdn/profile:X.Y.Z,46d3xbcp.res.cdn-profile,gbeaud,Guillaume Beaud,,,@Azure/avm-res-cdn-profile-module-owners-bicep,@Azure/avm-res-cdn-profile-module-contributors-bicep,AVM Resource Module for CDN Profile,,2024-03 +Microsoft.Chaos,experiments,Chaos Experiment,"Azure Chaos Studio, Chaos Engineering",avm/res/chaos/experiment,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/chaos/experiment,br/public:avm/res/chaos/experiment:X.Y.Z,46d3xbcp.res.chaos-experiment,jbinko,Jiri Binko,,,@Azure/avm-res-chaos-experiment-module-owners-bicep,@Azure/avm-res-chaos-experiment-module-contributors-bicep,AVM Resource Module for Chaos Experiment,, +Microsoft.CognitiveServices,accounts,Azure AI Services (Cognitive Services),,avm/res/cognitive-services/account,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/cognitive-services/account,br/public:avm/res/cognitive-services/account:X.Y.Z,46d3xbcp.res.cognitiveservices-account,ilhaan,Ilhaan Rasheed,jceval,Javier Cevallos,@Azure/avm-res-cognitiveservices-account-module-owners-bicep,@Azure/avm-res-cognitiveservices-account-module-contributors-bicep,AVM Resource Module for Azure AI Services (Cognitive Services),,2023-10 +Microsoft.Communication,communicationServices,Communication Service,,avm/res/communication/communication-service,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/communication/communication-service,br/public:avm/res/communication/communication-service:X.Y.Z,46d3xbcp.res.communication-communicationservice,donk-msft,Don Koning,,,@Azure/avm-res-communication-communicationservice-module-owners-bicep,@Azure/avm-res-communication-communicationservice-module-contributors-bicep,AVM Resource Module for Communication Service,,2024-05 +Microsoft.Communication,emailServices,Email Communication Service,,avm/res/communication/email-service,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/communication/email-service,br/public:avm/res/communication/email-service:X.Y.Z,46d3xbcp.res.communication-emailservice,donk-msft,Don Koning,,,@Azure/avm-res-communication-emailservice-module-owners-bicep,@Azure/avm-res-communication-emailservice-module-contributors-bicep,AVM Resource Module for Email Communication Service,,2024-05 +Microsoft.Compute,availabilitySets,Availability Set,AS,avm/res/compute/availability-set,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/availability-set,br/public:avm/res/compute/availability-set:X.Y.Z,46d3xbcp.res.compute-availabilityset,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-compute-availabilityset-module-owners-bicep,@Azure/avm-res-compute-availabilityset-module-contributors-bicep,AVM Resource Module for Availability Set,,2024-02 +Microsoft.Compute,disks,Compute Disk,,avm/res/compute/disk,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/disk,br/public:avm/res/compute/disk:X.Y.Z,46d3xbcp.res.compute-disk,segraef,Sebastian Graef,,,@Azure/avm-res-compute-disk-module-owners-bicep,@Azure/avm-res-compute-disk-module-contributors-bicep,AVM Resource Module for Compute Disk,,2024-01 +Microsoft.Compute,diskEncryptionSets,Disk Encryption Set,,avm/res/compute/disk-encryption-set,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/disk-encryption-set,br/public:avm/res/compute/disk-encryption-set:X.Y.Z,46d3xbcp.res.compute-diskencryptionset,segraef,Sebastian Graef,,,@Azure/avm-res-compute-diskencryptionset-module-owners-bicep,@Azure/avm-res-compute-diskencryptionset-module-contributors-bicep,AVM Resource Module for Disk Encryption Set,,2024-01 +Microsoft.Compute,galleries,Azure Compute Gallery,,avm/res/compute/gallery,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/gallery,br/public:avm/res/compute/gallery:X.Y.Z,46d3xbcp.res.compute-gallery,ReneHezser,Rene Hezser,,,@Azure/avm-res-compute-gallery-module-owners-bicep,@Azure/avm-res-compute-gallery-module-contributors-bicep,AVM Resource Module for Azure Compute Gallery,,2023-12 +Microsoft.Compute,images,Image,,avm/res/compute/image,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/image,br/public:avm/res/compute/image:X.Y.Z,46d3xbcp.res.compute-image,tony-box,Tony Box,,,@Azure/avm-res-compute-image-module-owners-bicep,@Azure/avm-res-compute-image-module-contributors-bicep,AVM Resource Module for Image,,2024-01 +Microsoft.Compute,proximityPlacementGroups,Proximity Placement Group,,avm/res/compute/proximity-placement-group,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/proximity-placement-group,br/public:avm/res/compute/proximity-placement-group:X.Y.Z,46d3xbcp.res.compute-proximityplacementgroup,jeetgarg,Jeet Garg,,,@Azure/avm-res-compute-proximityplacementgroup-module-owners-bicep,@Azure/avm-res-compute-proximityplacementgroup-module-contributors-bicep,AVM Resource Module for Proximity Placement Group,,2024-01 +Microsoft.Compute,sshPublicKeys,Public SSH Key,,avm/res/compute/ssh-public-key,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/ssh-public-key,br/public:avm/res/compute/ssh-public-key:X.Y.Z,46d3xbcp.res.compute-sshpublickey,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-compute-sshpublickey-module-owners-bicep,@Azure/avm-res-compute-sshpublickey-module-contributors-bicep,AVM Resource Module for Public SSH Key,,2023-10 +Microsoft.Compute,virtualMachines,Virtual Machine,VM,avm/res/compute/virtual-machine,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/virtual-machine,br/public:avm/res/compute/virtual-machine:X.Y.Z,46d3xbcp.res.compute-virtualmachine,rahalan,Rainer Halanek,,,@Azure/avm-res-compute-virtualmachine-module-owners-bicep,@Azure/avm-res-compute-virtualmachine-module-contributors-bicep,AVM Resource Module for Virtual Machine,,2024-01 +Microsoft.Compute,virtualMachineScaleSets,Virtual Machine Scale Set,VMSS,avm/res/compute/virtual-machine-scale-set,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/virtual-machine-scale-set,br/public:avm/res/compute/virtual-machine-scale-set:X.Y.Z,46d3xbcp.res.compute-virtualmachinescaleset,rahalan,Rainer Halanek,,,@Azure/avm-res-compute-virtualmachinescaleset-module-owners-bicep,@Azure/avm-res-compute-virtualmachinescaleset-module-contributors-bicep,AVM Resource Module for Virtual Machine Scale Set,,2024-03 +Microsoft.Consumption,budgets,Consumption Budget,,avm/res/consumption/budget,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/consumption/budget,br/public:avm/res/consumption/budget:X.Y.Z,46d3xbcp.res.consumption-budget,segraef,Sebastian Graef,,,@Azure/avm-res-consumption-budget-module-owners-bicep,@Azure/avm-res-consumption-budget-module-contributors-bicep,AVM Resource Module for Consumption Budget,,2024-01 +Microsoft.ContainerInstance,containerGroups,Container Instance,ACI,avm/res/container-instance/container-group,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/container-instance/container-group,br/public:avm/res/container-instance/container-group:X.Y.Z,46d3xbcp.res.containerinstance-containergroup,JPEasier,Julian Peißker,,,@Azure/avm-res-containerinstance-containergroup-module-owners-bicep,@Azure/avm-res-containerinstance-containergroup-module-contributors-bicep,AVM Resource Module for Container Instance,,2024-03 +Microsoft.ContainerRegistry,registries,Azure Container Registry (ACR),,avm/res/container-registry/registry,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/container-registry/registry,br/public:avm/res/container-registry/registry:X.Y.Z,46d3xbcp.res.containerregistry-registry,JPEasier,Julian Peißker,,,@Azure/avm-res-containerregistry-registry-module-owners-bicep,@Azure/avm-res-containerregistry-registry-module-contributors-bicep,AVM Resource Module for Azure Container Registry (ACR),,2024-01 +Microsoft.ContainerService,managedClusters,Azure Kubernetes Service (AKS) Managed Cluster,,avm/res/container-service/managed-cluster,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/container-service/managed-cluster,br/public:avm/res/container-service/managed-cluster:X.Y.Z,46d3xbcp.res.containerservice-managedcluster,JPEasier,Julian Peißker,ilhaan,Ilhaan Rasheed,@Azure/avm-res-containerservice-managedcluster-module-owners-bicep,@Azure/avm-res-containerservice-managedcluster-module-contributors-bicep,AVM Resource Module for Azure Kubernetes Service (AKS) Managed Cluster,,2024-01 +Microsoft.Dashboard,grafana,Azure Managed Grafana,,avm/res/dashboard/grafana,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/dashboard/grafana,br/public:avm/res/dashboard/grafana:X.Y.Z,46d3xbcp.res.dashboard-grafana,vlahane,Vishal Lahane,,,@Azure/avm-res-dashboard-grafana-module-owners-bicep,@Azure/avm-res-dashboard-grafana-module-contributors-bicep,AVM Resource Module for Azure Managed Grafana,, +Microsoft.Databricks,accessConnectors,Azure Databricks Access Connector,,avm/res/databricks/access-connector,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/databricks/access-connector,br/public:avm/res/databricks/access-connector:X.Y.Z,46d3xbcp.res.databricks-accessconnector,clintgrove,Clint Grove,,,@Azure/avm-res-databricks-accessconnector-module-owners-bicep,@Azure/avm-res-databricks-accessconnector-module-contributors-bicep,AVM Resource Module for Azure Databricks Access Connector,,2024-01 +Microsoft.Databricks,workspaces,Azure Databricks Workspace,,avm/res/databricks/workspace,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/databricks/workspace,br/public:avm/res/databricks/workspace:X.Y.Z,46d3xbcp.res.databricks-workspace,clintgrove,Clint Grove,,,@Azure/avm-res-databricks-workspace-module-owners-bicep,@Azure/avm-res-databricks-workspace-module-contributors-bicep,AVM Resource Module for Azure Databricks Workspace,,2024-01 +Microsoft.DataFactory,factories,Data Factory,,avm/res/data-factory/factory,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/data-factory/factory,br/public:avm/res/data-factory/factory:X.Y.Z,46d3xbcp.res.datafactory-factory,clintgrove,Clint Grove,,,@Azure/avm-res-datafactory-factory-module-owners-bicep,@Azure/avm-res-datafactory-factory-module-contributors-bicep,AVM Resource Module for Data Factory,,2023-12 +Microsoft.DataProtection,backupVaults,Data Protection Backup Vault,,avm/res/data-protection/backup-vault,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/data-protection/backup-vault,br/public:avm/res/data-protection/backup-vault:X.Y.Z,46d3xbcp.res.dataprotection-backupvault,hundredacres,Matt Schmitt,,,@Azure/avm-res-dataprotection-backupvault-module-owners-bicep,@Azure/avm-res-dataprotection-backupvault-module-contributors-bicep,AVM Resource Module for Data Protection Backup Vault,,2024-01 +Microsoft.DBforMySQL,flexibleServers,DB for MySQL Flexible Server,,avm/res/db-for-my-sql/flexible-server,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/db-for-my-sql/flexible-server,br/public:avm/res/db-for-my-sql/flexible-server:X.Y.Z,46d3xbcp.res.dbformysql-flexibleserver,hundredacres,Matt Schmitt,,,@Azure/avm-res-dbformysql-flexibleserver-module-owners-bicep,@Azure/avm-res-dbformysql-flexibleserver-module-contributors-bicep,AVM Resource Module for DB for MySQL Flexible Server,,2024-01 +Microsoft.DBforPostgreSQL,flexibleServers,DB for Postgre SQL Flexible Server,,avm/res/db-for-postgre-sql/flexible-server,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/db-for-postgre-sql/flexible-server,br/public:avm/res/db-for-postgre-sql/flexible-server:X.Y.Z,46d3xbcp.res.dbforpostgresql-flexibleserver,arnoldna,Nate Arnold,,,@Azure/avm-res-dbforpostgresql-flexibleserver-module-owners-bicep,@Azure/avm-res-dbforpostgresql-flexibleserver-module-contributors-bicep,AVM Resource Module for DB for Postgre SQL Flexible Server,,2023-11 +Microsoft.DesktopVirtualization,applicationGroups,Azure Virtual Desktop (AVD) Application Group,,avm/res/desktop-virtualization/application-group,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/application-group,br/public:avm/res/desktop-virtualization/application-group:X.Y.Z,46d3xbcp.res.desktopvirtualization-appgroup,moisesjgomez,Moises Gomez Cortez,danycontre,Dany Contreras,@Azure/avm-res-desktopvirtualization-applicationgroup-module-owners-bicep,@Azure/avm-res-desktopvirtualization-applicationgroup-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Application Group,,2024-02 +Microsoft.DesktopVirtualization,hostPools,Azure Virtual Desktop (AVD) Host Pool,,avm/res/desktop-virtualization/host-pool,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/host-pool,br/public:avm/res/desktop-virtualization/host-pool:X.Y.Z,46d3xbcp.res.desktopvirtualization-hostpool,danycontre,Dany Contreras,moisesjgomez,Moises Gomez Cortez,@Azure/avm-res-desktopvirtualization-hostpool-module-owners-bicep,@Azure/avm-res-desktopvirtualization-hostpool-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Host Pool,,2024-02 +Microsoft.DesktopVirtualization,scalingPlans,Azure Virtual Desktop (AVD) Scaling Plan,,avm/res/desktop-virtualization/scaling-plan,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/scaling-plan,br/public:avm/res/desktop-virtualization/scaling-plan:X.Y.Z,46d3xbcp.res.desktopvirtualization-scalingplan,danycontre,Dany Contreras,moisesjgomez,Moises Gomez Cortez,@Azure/avm-res-desktopvirtualization-scalingplan-module-owners-bicep,@Azure/avm-res-desktopvirtualization-scalingplan-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Scaling Plan,,2024-02 +Microsoft.DesktopVirtualization,workspaces,Azure Virtual Desktop (AVD) Workspace,,avm/res/desktop-virtualization/workspace,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/workspace,br/public:avm/res/desktop-virtualization/workspace:X.Y.Z,46d3xbcp.res.desktopvirtualization-workspace,moisesjgomez,Moises Gomez Cortez,danycontre,Dany Contreras,@Azure/avm-res-desktopvirtualization-workspace-module-owners-bicep,@Azure/avm-res-desktopvirtualization-workspace-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Workspace,,2024-02 +Microsoft.DevCenter,devcenters,Dev Center,,avm/res/dev-center/devcenter,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/dev-center/devcenter,br/public:avm/res/dev-center/devcenter:X.Y.Z,46d3xbcp.res.devcenter-devcenter,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-devcenter-devcenter-module-owners-bicep,@Azure/avm-res-devcenter-devcenter-module-contributors-bicep,AVM Resource Module for Dev Center,, +Microsoft.DevCenter,networkConnections,Dev Center Network Connection,,avm/res/dev-center/network-connection,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/dev-center/network-connection,br/public:avm/res/dev-center/network-connection:X.Y.Z,46d3xbcp.res.devcenter-networkconnection,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-devcenter-networkconnection-module-owners-bicep,@Azure/avm-res-devcenter-networkconnection-module-contributors-bicep,AVM Resource Module for Dev Center Network Connection,,2025-05 +Microsoft.DevCenter,projects,Dev Center Project,,avm/res/dev-center/project,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/dev-center/project,br/public:avm/res/dev-center/project:X.Y.Z,46d3xbcp.res.devcenter-project,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-devcenter-project-module-owners-bicep,@Azure/avm-res-devcenter-project-module-contributors-bicep,AVM Resource Module for Dev Center Project,, +Microsoft.DevOpsInfrastructure,pools,DevOps Infrastructure Pool,,avm/res/dev-ops-infrastructure/pool,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/dev-ops-infrastructure/pool,br/public:avm/res/dev-ops-infrastructure/pool:X.Y.Z,46d3xbcp.res.devopsinfrastructure-pool,elizatargithub7,Eliza Tarasila,surajguptha,Suraj Guptha,@Azure/avm-res-devopsinfrastructure-pool-module-owners-bicep,@Azure/avm-res-devopsinfrastructure-pool-module-contributors-bicep,AVM Resource Module for DevOps Infrastructure Pool,,2024-09 +Microsoft.DevTestLab,labs,DevTest Lab,,avm/res/dev-test-lab/lab,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/dev-test-lab/lab,br/public:avm/res/dev-test-lab/lab:X.Y.Z,46d3xbcp.res.devtestlab-lab,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-devtestlab-lab-module-owners-bicep,@Azure/avm-res-devtestlab-lab-module-contributors-bicep,AVM Resource Module for DevTest Lab,,2024-02 +Microsoft.DigitalTwins,digitalTwinsInstances,Digital Twins Instance,,avm/res/digital-twins/digital-twins-instance,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/digital-twins/digital-twins-instance,br/public:avm/res/digital-twins/digital-twins-instance:X.Y.Z,46d3xbcp.res.digitaltwins-digitaltwinsinstance,ryanmstephens,Ryan Stephens,,,@Azure/avm-res-digitaltwins-digitaltwinsinstance-module-owners-bicep,@Azure/avm-res-digitaltwins-digitaltwinsinstance-module-contributors-bicep,AVM Resource Module for Digital Twins Instance,,2024-03 +Microsoft.DocumentDB,databaseAccounts,Cosmos DB Database Account,,avm/res/document-db/database-account,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/document-db/database-account,br/public:avm/res/document-db/database-account:X.Y.Z,46d3xbcp.res.documentdb-databaseaccount,seesharprun,Sidney Andrews,,,@Azure/avm-res-documentdb-databaseaccount-module-owners-bicep,@Azure/avm-res-documentdb-databaseaccount-module-contributors-bicep,AVM Resource Module for Cosmos DB Database Account,,2023-12 +Microsoft.DocumentDB,databaseAccounts,Cosmos DB - SQL Role,,avm/res/document-db/database-account/sql-role,avm/res/document-db/database-account,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/document-db/database-account/sql-role,br/public:avm/res/document-db/database-account/sql-role:X.Y.Z,46d3xbcp.res.doctdb-dbacct-sqlrole,,,,,same as parent,same as parent,AVM Child Module for Cosmos DB - SQL Role,, +Microsoft.DocumentDB,mongoClusters,Cosmos DB for MongoDB (vCore),,avm/res/document-db/mongo-cluster,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/document-db/mongo-cluster,br/public:avm/res/document-db/mongo-cluster:X.Y.Z,46d3xbcp.res.documentdb-mongocluster,sinedied,Yohan Lasorsa,,,@Azure/avm-res-documentdb-mongocluster-module-owners-bicep,@Azure/avm-res-documentdb-mongocluster-module-contributors-bicep,AVM Resource Module for Cosmos DB for MongoDB (vCore),,2023-10 +Microsoft.ElasticSan,elasticSans,Elastic SAN,"SAN, ESAN, Elastic SAN, Azure Elastic Storage Area Network, iSCSI, internet Small Computer Systems Interface",avm/res/elastic-san/elastic-san,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/elastic-san/elastic-san,br/public:avm/res/elastic-san/elastic-san:X.Y.Z,46d3xbcp.res.elasticsan-elasticsan,jbinko,Jiri Binko,,,@Azure/avm-res-elasticsan-elasticsan-module-owners-bicep,@Azure/avm-res-elasticsan-elasticsan-module-contributors-bicep,AVM Resource Module for Elastic SAN,,2024-12 +Microsoft.EventGrid,domains,Event Grid Domain,,avm/res/event-grid/domain,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-grid/domain,br/public:avm/res/event-grid/domain:X.Y.Z,46d3xbcp.res.eventgrid-domain,fabmas,Fabio Masciotra,,,@Azure/avm-res-eventgrid-domain-module-owners-bicep,@Azure/avm-res-eventgrid-domain-module-contributors-bicep,AVM Resource Module for Event Grid Domain,,2023-11 +Microsoft.EventGrid,namespaces,Event Grid Namespace,,avm/res/event-grid/namespace,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-grid/namespace,br/public:avm/res/event-grid/namespace:X.Y.Z,46d3xbcp.res.eventgrid-namespace,fabmas,Fabio Masciotra,,,@Azure/avm-res-eventgrid-namespace-module-owners-bicep,@Azure/avm-res-eventgrid-namespace-module-contributors-bicep,AVM Resource Module for Event Grid Namespace,,2024-03 +Microsoft.EventGrid,systemTopics,Event Grid System Topic,,avm/res/event-grid/system-topic,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-grid/system-topic,br/public:avm/res/event-grid/system-topic:X.Y.Z,46d3xbcp.res.eventgrid-systemtopic,fabmas,Fabio Masciotra,,,@Azure/avm-res-eventgrid-systemtopic-module-owners-bicep,@Azure/avm-res-eventgrid-systemtopic-module-contributors-bicep,AVM Resource Module for Event Grid System Topic,,2023-11 +Microsoft.EventGrid,topics,Event Grid Topic,,avm/res/event-grid/topic,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-grid/topic,br/public:avm/res/event-grid/topic:X.Y.Z,46d3xbcp.res.eventgrid-topic,fabmas,Fabio Masciotra,,,@Azure/avm-res-eventgrid-topic-module-owners-bicep,@Azure/avm-res-eventgrid-topic-module-contributors-bicep,AVM Resource Module for Event Grid Topic,,2023-11 +Microsoft.EventHub,namespaces,Event Hub Namespace,,avm/res/event-hub/namespace,n/a,Orphaned,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-hub/namespace,br/public:avm/res/event-hub/namespace:X.Y.Z,46d3xbcp.res.eventhub-namespace,,,,,@Azure/avm-res-eventhub-namespace-module-owners-bicep,@Azure/avm-res-eventhub-namespace-module-contributors-bicep,AVM Resource Module for Event Hub Namespace,,2024-03 +Microsoft.EventHub,namespaces,Event Hub,,avm/res/event-hub/namespace/event-hub,avm/res/event-hub/namespace,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-hub/namespace/event-hub,br/public:avm/res/event-hub/namespace/event-hub:X.Y.Z,46d3xbcp.res.eventhub-nseventhub,,,,,same as parent,same as parent,AVM Child Module for Event Hub,, +Microsoft.Fabric,capacities,Fabric,,avm/res/fabric/capacity,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/fabric/capacity,br/public:avm/res/fabric/capacity:X.Y.Z,46d3xbcp.res.fabric-capacity,hundredacres,Matt Schmitt,,,@Azure/avm-res-fabric-capacity-module-owners-bicep,@Azure/avm-res-fabric-capacity-module-contributors-bicep,AVM Resource Module for Fabric,,2024-10 +Microsoft.HealthBot,healthBots,Azure Health Bot,,avm/res/health-bot/health-bot,n/a,Orphaned,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/health-bot/health-bot,br/public:avm/res/health-bot/health-bot:X.Y.Z,46d3xbcp.res.healthbot-healthbot,,,,,@Azure/avm-res-healthbot-healthbot-module-owners-bicep,@Azure/avm-res-healthbot-healthbot-module-contributors-bicep,AVM Resource Module for Azure Health Bot,,2024-01 +Microsoft.HealthcareApis,workspaces,Healthcare API Workspace,,avm/res/healthcare-apis/workspace,n/a,Orphaned,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/healthcare-apis/workspace,br/public:avm/res/healthcare-apis/workspace:X.Y.Z,46d3xbcp.res.healthcareapis-workspace,,,,,@Azure/avm-res-healthcareapis-workspace-module-owners-bicep,@Azure/avm-res-healthcareapis-workspace-module-contributors-bicep,AVM Resource Module for Healthcare API Workspace,,2024-04 +Microsoft.HybridCompute,gateways,Hybrid Compute Gateway,,avm/res/hybrid-compute/gateway,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/hybrid-compute/gateway,br/public:avm/res/hybrid-compute/gateway:X.Y.Z,46d3xbcp.res.hybridcompute-gateway,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-hybridcompute-gateway-module-owners-bicep,@Azure/avm-res-hybridcompute-gateway-module-contributors-bicep,AVM Resource Module for Hybrid Compute Gateway,,2025-02 +Microsoft.HybridCompute,licenses,Hybrid Compute License,,avm/res/hybrid-compute/license,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/hybrid-compute/license,br/public:avm/res/hybrid-compute/license:X.Y.Z,46d3xbcp.res.hybridcompute-license,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-hybridcompute-license-module-owners-bicep,@Azure/avm-res-hybridcompute-license-module-contributors-bicep,AVM Resource Module for Hybrid Compute License,,2025-02 +Microsoft.HybridCompute,machines,Hybrid Compute Machine,,avm/res/hybrid-compute/machine,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/hybrid-compute/machine,br/public:avm/res/hybrid-compute/machine:X.Y.Z,46d3xbcp.res.hybridcompute-machine,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-hybridcompute-machine-module-owners-bicep,@Azure/avm-res-hybridcompute-machine-module-contributors-bicep,AVM Resource Module for Hybrid Compute Machine,,2024-06 +Microsoft.HybridCompute,privateLinkScopes,Hybrid Compute Private Link Scope,,avm/res/hybrid-compute/private-link-scope,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/hybrid-compute/private-link-scope,br/public:avm/res/hybrid-compute/private-link-scope:X.Y.Z,46d3xbcp.res.hybridcompute-privatelinkscope,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-hybridcompute-privatelinkscope-module-owners-bicep,@Azure/avm-res-hybridcompute-privatelinkscope-module-contributors-bicep,AVM Resource Module for Hybrid Compute Private Link Scope,, +Microsoft.HybridCompute,settings,Hybrid Compute Setting,,avm/res/hybrid-compute/setting,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/hybrid-compute/setting,br/public:avm/res/hybrid-compute/setting:X.Y.Z,46d3xbcp.res.hybridcompute-setting,xhy8759,Hangyu Xu,DanteMustCode,Biao Jiang,@Azure/avm-res-hybridcompute-setting-module-owners-bicep,@Azure/avm-res-hybridcompute-setting-module-contributors-bicep,AVM Resource Module for Hybrid Compute Setting,, +Microsoft.HybridContainerService,provisionedClusterInstances,Hybrid Container Service - Provisioned Cluster Instance,,avm/res/hybrid-container-service/provisioned-cluster-instance,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/hybrid-container-service/provisioned-cluster-instance,br/public:avm/res/hybrid-container-service/provisioned-cluster-instance:X.Y.Z,46d3xbcp.res.hybcontsvc-provclustinst,xhy8759,Hangyu Xu,duzitong,Zidong Lu,@Azure/avm-res-hybridcontainerservice-provisionedclusterinstance-module-owners-bicep,@Azure/avm-res-hybridcontainerservice-provisionedclusterinstance-module-contributors-bicep,AVM Resource Module for Hybrid Container Service - Provisioned Cluster Instance,,2025-03 +Microsoft.Insights,actionGroups,Action Group,,avm/res/insights/action-group,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/action-group,br/public:avm/res/insights/action-group:X.Y.Z,46d3xbcp.res.insights-actiongroup,rahalan,Rainer Halanek,,,@Azure/avm-res-insights-actiongroup-module-owners-bicep,@Azure/avm-res-insights-actiongroup-module-contributors-bicep,AVM Resource Module for Action Group,,2023-10 +Microsoft.Insights,activityLogAlerts,Activity Log Alert,,avm/res/insights/activity-log-alert,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/activity-log-alert,br/public:avm/res/insights/activity-log-alert:X.Y.Z,46d3xbcp.res.insights-activitylogalert,donk-msft,Don Koning,,,@Azure/avm-res-insights-activitylogalert-module-owners-bicep,@Azure/avm-res-insights-activitylogalert-module-contributors-bicep,AVM Resource Module for Activity Log Alert,,2023-12 +Microsoft.Insights,autoscalesettings,Insights - Auto Scale Setting,,avm/res/insights/autoscale-setting,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/autoscale-setting,br/public:avm/res/insights/autoscale-setting:X.Y.Z,46d3xbcp.res.insights-autoscalesetting,FallenHoot,Zach Olinske,,,@Azure/avm-res-insights-autoscalesetting-module-owners-bicep,@Azure/avm-res-insights-autoscalesetting-module-contributors-bicep,AVM Resource Module for Insights - Auto Scale Setting,, +Microsoft.Insights,components,Application Insight,,avm/res/insights/component,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/component,br/public:avm/res/insights/component:X.Y.Z,46d3xbcp.res.insights-component,krbar,Kris Baranek,,,@Azure/avm-res-insights-component-module-owners-bicep,@Azure/avm-res-insights-component-module-contributors-bicep,AVM Resource Module for Application Insight,,2023-11 +Microsoft.Insights,dataCollectionEndpoints,Data Collection Endpoint,,avm/res/insights/data-collection-endpoint,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/data-collection-endpoint,br/public:avm/res/insights/data-collection-endpoint:X.Y.Z,46d3xbcp.res.insights-datacollectionendpoint,krbar,Kris Baranek,,,@Azure/avm-res-insights-datacollectionendpoint-module-owners-bicep,@Azure/avm-res-insights-datacollectionendpoint-module-contributors-bicep,AVM Resource Module for Data Collection Endpoint,,2023-12 +Microsoft.Insights,dataCollectionRules,Data Collection Rule,DCR,avm/res/insights/data-collection-rule,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/data-collection-rule,br/public:avm/res/insights/data-collection-rule:X.Y.Z,46d3xbcp.res.insights-datacollectionrule,krbar,Kris Baranek,,,@Azure/avm-res-insights-datacollectionrule-module-owners-bicep,@Azure/avm-res-insights-datacollectionrule-module-contributors-bicep,AVM Resource Module for Data Collection Rule,,2023-12 +Microsoft.Insights,diagnosticSettings,Diagnostic Setting,,avm/res/insights/diagnostic-setting,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/diagnostic-setting,br/public:avm/res/insights/diagnostic-setting:X.Y.Z,46d3xbcp.res.insights-diagnosticsetting,krbar,Kris Baranek,,,@Azure/avm-res-insights-diagnosticsetting-module-owners-bicep,@Azure/avm-res-insights-diagnosticsetting-module-contributors-bicep,AVM Resource Module for Diagnostic Setting,,2023-11 +Microsoft.Insights,metricAlerts,Metric Alert,,avm/res/insights/metric-alert,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/metric-alert,br/public:avm/res/insights/metric-alert:X.Y.Z,46d3xbcp.res.insights-metricalert,kijunkang,Ki Jun Kang,,,@Azure/avm-res-insights-metricalert-module-owners-bicep,@Azure/avm-res-insights-metricalert-module-contributors-bicep,AVM Resource Module for Metric Alert,,2023-12 +Microsoft.Insights,privateLinkScopes,Azure Monitor Private Link Scope,,avm/res/insights/private-link-scope,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/private-link-scope,br/public:avm/res/insights/private-link-scope:X.Y.Z,46d3xbcp.res.insights-privatelinkscope,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-insights-privatelinkscope-module-owners-bicep,@Azure/avm-res-insights-privatelinkscope-module-contributors-bicep,AVM Resource Module for Azure Monitor Private Link Scope,,2024-02 +Microsoft.Insights,scheduledQueryRules,Scheduled Query Rule,,avm/res/insights/scheduled-query-rule,n/a,Orphaned,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/scheduled-query-rule,br/public:avm/res/insights/scheduled-query-rule:X.Y.Z,46d3xbcp.res.insights-scheduledqueryrule,,,,,@Azure/avm-res-insights-scheduledqueryrule-module-owners-bicep,@Azure/avm-res-insights-scheduledqueryrule-module-contributors-bicep,AVM Resource Module for Scheduled Query Rule,,2023-12 +Microsoft.Insights,webtests,Web Test,,avm/res/insights/webtest,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/webtest,br/public:avm/res/insights/webtest:X.Y.Z,46d3xbcp.res.insights-webtest,Jfolberth,John Folberth,,,@Azure/avm-res-insights-webtest-module-owners-bicep,@Azure/avm-res-insights-webtest-module-contributors-bicep,AVM Resource Module for Web Test,,2023-12 +Microsoft.IoTOperations,instances,IoT Operations Instance,,avm/res/iot-operations/instance,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/iot-operations/instance,br/public:avm/res/iot-operations/instance:X.Y.Z,46d3xbcp.res.iotoperations-instance,agreaves-ms,Allen Greaves,,,@Azure/avm-res-iotoperations-instance-module-owners-bicep,@Azure/avm-res-iotoperations-instance-module-contributors-bicep,AVM Resource Module for IoT Operations Instance,, +Microsoft.KeyVault,vaults,Key Vault,KV,avm/res/key-vault/vault,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/key-vault/vault,br/public:avm/res/key-vault/vault:X.Y.Z,46d3xbcp.res.keyvault-vault,fblix,Felix Borst,,,@Azure/avm-res-keyvault-vault-module-owners-bicep,@Azure/avm-res-keyvault-vault-module-contributors-bicep,AVM Resource Module for Key Vault,,2023-10 +Microsoft.KeyVault,vaults,Key Vault - Access Policy,,avm/res/key-vault/vault/access-policy,avm/res/key-vault/vault,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/key-vault/vault/access-policy,br/public:avm/res/key-vault/vault/access-policy:X.Y.Z,46d3xbcp.res.keyvault-accesspolicy,,,,,same as parent,same as parent,AVM Child Module for Key Vault - Access Policy,, +Microsoft.KeyVault,vaults,Key Vault - Key,,avm/res/key-vault/vault/key,avm/res/key-vault/vault,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/key-vault/vault/key,br/public:avm/res/key-vault/vault/key:X.Y.Z,46d3xbcp.res.keyvault-key,,,,,same as parent,same as parent,AVM Child Module for Key Vault - Key,, +Microsoft.KeyVault,vaults,Key Vault - Secret,,avm/res/key-vault/vault/secret,avm/res/key-vault/vault,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/key-vault/vault/secret,br/public:avm/res/key-vault/vault/secret:X.Y.Z,46d3xbcp.res.keyvault-secret,,,,,same as parent,same as parent,AVM Child Module for Key Vault - Secret,, +Microsoft.Kubernetes,connectedClusters,Kubernetes Connected Cluster,,avm/res/kubernetes/connected-cluster,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/kubernetes/connected-cluster,br/public:avm/res/kubernetes/connected-cluster:X.Y.Z,46d3xbcp.res.kubernetes-connectedcluster,xhy8759,Hangyu Xu,duzitong,Zidong Lu,@Azure/avm-res-kubernetes-connectedcluster-module-owners-bicep,@Azure/avm-res-kubernetes-connectedcluster-module-contributors-bicep,AVM Resource Module for Kubernetes Connected Cluster,,2025-03 +Microsoft.KubernetesConfiguration,extensions,Kubernetes Configuration Extension,,avm/res/kubernetes-configuration/extension,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/kubernetes-configuration/extension,br/public:avm/res/kubernetes-configuration/extension:X.Y.Z,46d3xbcp.res.kubernetesconfiguration-extension,JPEasier,Julian Peißker,,,@Azure/avm-res-kubernetesconfiguration-extension-module-owners-bicep,@Azure/avm-res-kubernetesconfiguration-extension-module-contributors-bicep,AVM Resource Module for Kubernetes Configuration Extension,,2023-10 +Microsoft.KubernetesConfiguration,fluxConfigurations,Kubernetes Configuration Flux Configuration,,avm/res/kubernetes-configuration/flux-configuration,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/kubernetes-configuration/flux-configuration,br/public:avm/res/kubernetes-configuration/flux-configuration:X.Y.Z,46d3xbcp.res.kubernetesconfiguration-fluxconfig,JPEasier,Julian Peißker,,,@Azure/avm-res-kubernetesconfiguration-fluxconfiguration-module-owners-bicep,@Azure/avm-res-kubernetesconfiguration-fluxconfiguration-module-contributors-bicep,AVM Resource Module for Kubernetes Configuration Flux Configuration,,2023-10 +Microsoft.Kusto,clusters,Azure Data Explorer (Kusto) cluster,,avm/res/kusto/cluster,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/kusto/cluster,br/public:avm/res/kusto/cluster:X.Y.Z,46d3xbcp.res.kusto-cluster,oZakari,Zach Trocinski,,,@Azure/avm-res-kusto-cluster-module-owners-bicep,@Azure/avm-res-kusto-cluster-module-contributors-bicep,AVM Resource Module for Azure Data Explorer (Kusto) cluster,,2024-06 +Microsoft.LoadTestService,loadTests,Load Testing Service,,avm/res/load-test-service/load-test,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/load-test-service/load-test,br/public:avm/res/load-test-service/load-test:X.Y.Z,46d3xbcp.res.loadtestservice-loadtest,sebassem,Seif Bassem,,,@Azure/avm-res-loadtestservice-loadtest-module-owners-bicep,@Azure/avm-res-loadtestservice-loadtest-module-contributors-bicep,AVM Resource Module for Load Testing Service,,2024-04 +Microsoft.Logic,integrationAccounts,Logic Apps Integration Account,,avm/res/logic/integration-account,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/logic/integration-account,br/public:avm/res/logic/integration-account:X.Y.Z,46d3xbcp.res.logic-integrationaccount,lsnoddy,Luke Snoddy,,,@Azure/avm-res-logic-integrationaccount-module-owners-bicep,@Azure/avm-res-logic-integrationaccount-module-contributors-bicep,AVM Resource Module for Logic Apps Integration Account,, +Microsoft.Logic,workflows,Logic Apps Workflow,,avm/res/logic/workflow,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/logic/workflow,br/public:avm/res/logic/workflow:X.Y.Z,46d3xbcp.res.logic-workflow,lsnoddy,Luke Snoddy,,,@Azure/avm-res-logic-workflow-module-owners-bicep,@Azure/avm-res-logic-workflow-module-contributors-bicep,AVM Resource Module for Logic Apps Workflow,,2023-11 +Microsoft.MachineLearningServices,registries,Machine Learning Services Registry,,avm/res/machine-learning-services/registry,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/machine-learning-services/registry,br/public:avm/res/machine-learning-services/registry:X.Y.Z,46d3xbcp.res.machinelearningservices-registry,josunefon,Jordi Sune Fontanals,,,@Azure/avm-res-machinelearningservices-registry-module-owners-bicep,@Azure/avm-res-machinelearningservices-registry-module-contributors-bicep,AVM Resource Module for Machine Learning Services Registry,, +Microsoft.MachineLearningServices,workspaces,Machine Learning Services Workspace,ML Workspace,avm/res/machine-learning-services/workspace,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/machine-learning-services/workspace,br/public:avm/res/machine-learning-services/workspace:X.Y.Z,46d3xbcp.res.machinelearningservices-workspace,cecheta,Chinedum Echeta,ross-p-smith,Ross Smith,@Azure/avm-res-machinelearningservices-workspace-module-owners-bicep,@Azure/avm-res-machinelearningservices-workspace-module-contributors-bicep,AVM Resource Module for Machine Learning Services Workspace,,2024-02 +Microsoft.Maintenance,configurationAssignments,Maintenance Configuration Assignment,,avm/res/maintenance/configuration-assignment,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/maintenance/configuration-assignment,br/public:avm/res/maintenance/configuration-assignment:X.Y.Z,46d3xbcp.res.maintenance-configurationassignment,eriqua,Erika Gressi,,,@Azure/avm-res-maintenance-configurationassignment-module-owners-bicep,@Azure/avm-res-maintenance-configurationassignment-module-contributors-bicep,AVM Resource Module for Maintenance Configuration Assignment,,2025-03 +Microsoft.Maintenance,maintenanceConfigurations,Maintenance Configuration,,avm/res/maintenance/maintenance-configuration,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/maintenance/maintenance-configuration,br/public:avm/res/maintenance/maintenance-configuration:X.Y.Z,46d3xbcp.res.maintenance-maintenanceconfiguration,arievanderwende,Arie van der Wende,,,@Azure/avm-res-maintenance-maintenanceconfiguration-module-owners-bicep,@Azure/avm-res-maintenance-maintenanceconfiguration-module-contributors-bicep,AVM Resource Module for Maintenance Configuration,,2023-12 +Microsoft.ManagedIdentity,userAssignedIdentities,User Assigned Identity,MSI,avm/res/managed-identity/user-assigned-identity,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/managed-identity/user-assigned-identity,br/public:avm/res/managed-identity/user-assigned-identity:X.Y.Z,46d3xbcp.res.managedidentity-userassignedidentity,gpacetti,Giuseppe Pacetti,,,@Azure/avm-res-managedidentity-userassignedidentity-module-owners-bicep,@Azure/avm-res-managedidentity-userassignedidentity-module-contributors-bicep,AVM Resource Module for User Assigned Identity,,2023-12 +Microsoft.ManagedServices,registrationDefinitions,Registration Definition (Lighthouse),,avm/res/managed-services/registration-definition,n/a,Orphaned,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/managed-services/registration-definition,br/public:avm/res/managed-services/registration-definition:X.Y.Z,46d3xbcp.res.managedservices-registrationdef,,,,,@Azure/avm-res-managedservices-registrationdefinition-module-owners-bicep,@Azure/avm-res-managedservices-registrationdefinition-module-contributors-bicep,AVM Resource Module for Registration Definition (Lighthouse),,2024-04 +Microsoft.Management,managementGroups,Management Group,MG,avm/res/management/management-group,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/management/management-group,br/public:avm/res/management/management-group:X.Y.Z,46d3xbcp.res.management-managementgroup,fblix,Felix Borst,,,@Azure/avm-res-management-managementgroup-module-owners-bicep,@Azure/avm-res-management-managementgroup-module-contributors-bicep,AVM Resource Module for Management Group,,2024-02 +Microsoft.Maps,accounts,Azure Maps Account,,avm/res/maps/account,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/maps/account,br/public:avm/res/maps/account:X.Y.Z,46d3xbcp.res.maps-account,jhueppauff,Julian Huppauff,,,@Azure/avm-res-maps-account-module-owners-bicep,@Azure/avm-res-maps-account-module-contributors-bicep,AVM Resource Module for Azure Maps Account,,2025-03 +Microsoft.NetApp,netAppAccounts,Azure NetApp File,,avm/res/net-app/net-app-account,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/net-app/net-app-account,br/public:avm/res/net-app/net-app-account:X.Y.Z,46d3xbcp.res.netapp-netappaccount,fbinotto,Felipe Binotto,,,@Azure/avm-res-netapp-netappaccount-module-owners-bicep,@Azure/avm-res-netapp-netappaccount-module-contributors-bicep,AVM Resource Module for Azure NetApp File,,2024-01 +Microsoft.Network,applicationGateways,Application Gateway,App GW,avm/res/network/application-gateway,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/application-gateway,br/public:avm/res/network/application-gateway:X.Y.Z,46d3xbcp.res.network-appgw,ilhaan,Ilhaan Rasheed,,,@Azure/avm-res-network-applicationgateway-module-owners-bicep,@Azure/avm-res-network-applicationgateway-module-contributors-bicep,AVM Resource Module for Application Gateway,,2024-04 +Microsoft.Network,ApplicationGatewayWebApplicationFirewallPolicies,Application Gateway Web Application Firewall (WAF) Policy,,avm/res/network/application-gateway-web-application-firewall-policy,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/application-gateway-web-application-firewall-policy,br/public:avm/res/network/application-gateway-web-application-firewall-policy:X.Y.Z,46d3xbcp.res.network-appgwwebappfirewallpolicy,ilhaan,Ilhaan Rasheed,,,@Azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-owners-bicep,@Azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-contributors-bicep,AVM Resource Module for Application Gateway Web Application Firewall (WAF) Policy,,2024-04 +Microsoft.Network,applicationSecurityGroups,Application Security Group (ASG),ASG,avm/res/network/application-security-group,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/application-security-group,br/public:avm/res/network/application-security-group:X.Y.Z,46d3xbcp.res.network-applicationsecuritygroup,segraef,Sebastian Graef,,,@Azure/avm-res-network-applicationsecuritygroup-module-owners-bicep,@Azure/avm-res-network-applicationsecuritygroup-module-contributors-bicep,AVM Resource Module for Application Security Group (ASG),,2023-12 +Microsoft.Network,azureFirewalls,Azure Firewall,Azure FW,avm/res/network/azure-firewall,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/azure-firewall,br/public:avm/res/network/azure-firewall:X.Y.Z,46d3xbcp.res.network-azurefirewall,hundredacres,Matt Schmitt,,,@Azure/avm-res-network-azurefirewall-module-owners-bicep,@Azure/avm-res-network-azurefirewall-module-contributors-bicep,AVM Resource Module for Azure Firewall,,2024-03 +Microsoft.Network,bastionHosts,Bastion Host,,avm/res/network/bastion-host,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/bastion-host,br/public:avm/res/network/bastion-host:X.Y.Z,46d3xbcp.res.network-bastionhost,krbar,Kris Baranek,,,@Azure/avm-res-network-bastionhost-module-owners-bicep,@Azure/avm-res-network-bastionhost-module-contributors-bicep,AVM Resource Module for Bastion Host,,2023-12 +Microsoft.Network,connections,Virtual Network Gateway Connection,,avm/res/network/connection,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/connection,br/public:avm/res/network/connection:X.Y.Z,46d3xbcp.res.network-connection,fabmas,Fabio Masciotra,,,@Azure/avm-res-network-connection-module-owners-bicep,@Azure/avm-res-network-connection-module-contributors-bicep,AVM Resource Module for Virtual Network Gateway Connection,,2023-12 +Microsoft.Network,ddosProtectionPlans,DDoS Protection Plan,,avm/res/network/ddos-protection-plan,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/ddos-protection-plan,br/public:avm/res/network/ddos-protection-plan:X.Y.Z,46d3xbcp.res.network-ddosprotectionplan,segraef,Sebastian Graef,,,@Azure/avm-res-network-ddosprotectionplan-module-owners-bicep,@Azure/avm-res-network-ddosprotectionplan-module-contributors-bicep,AVM Resource Module for DDoS Protection Plan,,2024-01 +Microsoft.Network,dnsForwardingRulesets,DNS Forwarding Ruleset,,avm/res/network/dns-forwarding-ruleset,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/dns-forwarding-ruleset,br/public:avm/res/network/dns-forwarding-ruleset:X.Y.Z,46d3xbcp.res.network-dnsforwardingruleset,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-network-dnsforwardingruleset-module-owners-bicep,@Azure/avm-res-network-dnsforwardingruleset-module-contributors-bicep,AVM Resource Module for DNS Forwarding Ruleset,,2023-10 +Microsoft.Network,dnsResolvers,DNS Resolver,,avm/res/network/dns-resolver,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/dns-resolver,br/public:avm/res/network/dns-resolver:X.Y.Z,46d3xbcp.res.network-dnsresolver,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-network-dnsresolver-module-owners-bicep,@Azure/avm-res-network-dnsresolver-module-contributors-bicep,AVM Resource Module for DNS Resolver,,2023-10 +Microsoft.Network,dnsZones,Public DNS Zone,,avm/res/network/dns-zone,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/dns-zone,br/public:avm/res/network/dns-zone:X.Y.Z,46d3xbcp.res.network-dnszone,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-network-dnszone-module-owners-bicep,@Azure/avm-res-network-dnszone-module-contributors-bicep,AVM Resource Module for Public DNS Zone,,2023-10 +Microsoft.Network,expressRouteCircuits,ExpressRoute Circuit,ER Circuit,avm/res/network/express-route-circuit,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/express-route-circuit,br/public:avm/res/network/express-route-circuit:X.Y.Z,46d3xbcp.res.network-expressroutecircuit,arnoldna,Nate Arnold,,,@Azure/avm-res-network-expressroutecircuit-module-owners-bicep,@Azure/avm-res-network-expressroutecircuit-module-contributors-bicep,AVM Resource Module for ExpressRoute Circuit,,2023-11 +Microsoft.Network,expressRouteGateways,Express Route Gateway,ER GW,avm/res/network/express-route-gateway,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/express-route-gateway,br/public:avm/res/network/express-route-gateway:X.Y.Z,46d3xbcp.res.network-expressroutegateway,arnoldna,Nate Arnold,,,@Azure/avm-res-network-expressroutegateway-module-owners-bicep,@Azure/avm-res-network-expressroutegateway-module-contributors-bicep,AVM Resource Module for Express Route Gateway,,2023-11 +Microsoft.Network,expressRoutePorts,ExpressRoute Port,ER Port,avm/res/network/express-route-port,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/express-route-port,br/public:avm/res/network/express-route-port:X.Y.Z,46d3xbcp.res.network-expressrouteport,arnoldna,Nate Arnold,,,@Azure/avm-res-network-expressrouteport-module-owners-bicep,@Azure/avm-res-network-expressrouteport-module-contributors-bicep,AVM Resource Module for ExpressRoute Port,,2025-01 +Microsoft.Network,firewallPolicies,Firewall Policy,,avm/res/network/firewall-policy,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/firewall-policy,br/public:avm/res/network/firewall-policy:X.Y.Z,46d3xbcp.res.network-firewallpolicy,PaulJohnston88,Paul Johnston,,,@Azure/avm-res-network-firewallpolicy-module-owners-bicep,@Azure/avm-res-network-firewallpolicy-module-contributors-bicep,AVM Resource Module for Firewall Policy,,2024-01 +Microsoft.Network,frontDoors,Azure Front Door,,avm/res/network/front-door,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/front-door,br/public:avm/res/network/front-door:X.Y.Z,46d3xbcp.res.network-frontdoor,hundredacres,Matt Schmitt,,,@Azure/avm-res-network-frontdoor-module-owners-bicep,@Azure/avm-res-network-frontdoor-module-contributors-bicep,AVM Resource Module for Azure Front Door,,2024-01 +Microsoft.Network,frontDoorWebApplicationFirewallPolicies,Front Door Web Application Firewall (WAF) Policy,,avm/res/network/front-door-web-application-firewall-policy,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/front-door-web-application-firewall-policy,br/public:avm/res/network/front-door-web-application-firewall-policy:X.Y.Z,46d3xbcp.res.network-frontdoorwebappfwpolicy,PaulJohnston88,Paul Johnston,,,@Azure/avm-res-network-frontdoorwebapplicationfirewallpolicy-module-owners-bicep,@Azure/avm-res-network-frontdoorwebapplicationfirewallpolicy-module-contributors-bicep,AVM Resource Module for Front Door Web Application Firewall (WAF) Policy,,2024-01 +Microsoft.Network,ipGroups,IP Group,,avm/res/network/ip-group,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/ip-group,br/public:avm/res/network/ip-group:X.Y.Z,46d3xbcp.res.network-ipgroup,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-network-ipgroup-module-owners-bicep,@Azure/avm-res-network-ipgroup-module-contributors-bicep,AVM Resource Module for IP Group,,2024-02 +Microsoft.Network,loadBalancers,Load Balancer,"LB, NLB",avm/res/network/load-balancer,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/load-balancer,br/public:avm/res/network/load-balancer:X.Y.Z,46d3xbcp.res.network-loadbalancer,arnoldna,Nate Arnold,,,@Azure/avm-res-network-loadbalancer-module-owners-bicep,@Azure/avm-res-network-loadbalancer-module-contributors-bicep,AVM Resource Module for Load Balancer,,2023-11 +Microsoft.Network,localNetworkGateways,Local Network Gateway,,avm/res/network/local-network-gateway,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/local-network-gateway,br/public:avm/res/network/local-network-gateway:X.Y.Z,46d3xbcp.res.network-localnetworkgateway,fabmas,Fabio Masciotra,,,@Azure/avm-res-network-localnetworkgateway-module-owners-bicep,@Azure/avm-res-network-localnetworkgateway-module-contributors-bicep,AVM Resource Module for Local Network Gateway,,2024-01 +Microsoft.Network,natGateways,NAT Gateway,NAT GW,avm/res/network/nat-gateway,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/nat-gateway,br/public:avm/res/network/nat-gateway:X.Y.Z,46d3xbcp.res.network-natgateway,fabmas,Fabio Masciotra,,,@Azure/avm-res-network-natgateway-module-owners-bicep,@Azure/avm-res-network-natgateway-module-contributors-bicep,AVM Resource Module for NAT Gateway,,2024-01 +Microsoft.Network,networkInterfaces,Network Interface,NIC,avm/res/network/network-interface,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-interface,br/public:avm/res/network/network-interface:X.Y.Z,46d3xbcp.res.network-networkinterface,rahalan,Rainer Halanek,,,@Azure/avm-res-network-networkinterface-module-owners-bicep,@Azure/avm-res-network-networkinterface-module-contributors-bicep,AVM Resource Module for Network Interface,,2023-10 +Microsoft.Network,networkManagers,Network Manager,,avm/res/network/network-manager,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-manager,br/public:avm/res/network/network-manager:X.Y.Z,46d3xbcp.res.network-networkmanager,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-network-networkmanager-module-owners-bicep,@Azure/avm-res-network-networkmanager-module-contributors-bicep,AVM Resource Module for Network Manager,,2024-02 +Microsoft.Network,networkSecurityGroups,Network Security Group,NSG,avm/res/network/network-security-group,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-security-group,br/public:avm/res/network/network-security-group:X.Y.Z,46d3xbcp.res.network-networksecuritygroup,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-network-networksecuritygroup-module-owners-bicep,@Azure/avm-res-network-networksecuritygroup-module-contributors-bicep,AVM Resource Module for Network Security Group,,2023-12 +Microsoft.Network,networkSecurityPerimeters,Network Security Perimeter,,avm/res/network/network-security-perimeter,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-security-perimeter,br/public:avm/res/network/network-security-perimeter:X.Y.Z,46d3xbcp.res.network-nwsecurityperimeter,peterbud,Peter Budai,,,@Azure/avm-res-network-networksecurityperimeter-module-owners-bicep,@Azure/avm-res-network-networksecurityperimeter-module-contributors-bicep,AVM Resource Module for Network Security Perimeter,,2025-03 +Microsoft.Network,networkWatchers,Network Watcher,,avm/res/network/network-watcher,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-watcher,br/public:avm/res/network/network-watcher:X.Y.Z,46d3xbcp.res.network-networkwatcher,segraef,Sebastian Graef,,,@Azure/avm-res-network-networkwatcher-module-owners-bicep,@Azure/avm-res-network-networkwatcher-module-contributors-bicep,AVM Resource Module for Network Watcher,,2024-04 +Microsoft.Network,p2svpnGateways,P2S VPN Gateway,,avm/res/network/p2s-vpn-gateway,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/p2s-vpn-gateway,br/public:avm/res/network/p2s-vpn-gateway:X.Y.Z,46d3xbcp.res.network-p2svpngateway,ericscheffler,Eric Scheffler,,,@Azure/avm-res-network-p2svpngateway-module-owners-bicep,@Azure/avm-res-network-p2svpngateway-module-contributors-bicep,AVM Resource Module for P2S VPN Gateway,,2024-12 +Microsoft.Network,privateDnsZones,Private DNS Zone,,avm/res/network/private-dns-zone,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone,br/public:avm/res/network/private-dns-zone:X.Y.Z,46d3xbcp.res.network-privatednszone,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-network-privatednszone-module-owners-bicep,@Azure/avm-res-network-privatednszone-module-contributors-bicep,AVM Resource Module for Private DNS Zone,,2023-10 +Microsoft.Network,dnsZones,Private DNS Zone - A,,avm/res/network/private-dns-zone/a,avm/res/network/private-dns-zone,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/a,br/public:avm/res/network/private-dns-zone/a:X.Y.Z,46d3xbcp.res.nw-privdnszonea,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - A,, +Microsoft.Network,dnsZones,Private DNS Zone - AAAA,,avm/res/network/private-dns-zone/aaaa,avm/res/network/private-dns-zone,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/aaaa,br/public:avm/res/network/private-dns-zone/aaaa:X.Y.Z,46d3xbcp.res.nw-privdnszoneaaaa,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - AAAA,, +Microsoft.Network,dnsZones,Private DNS Zone - CNAME,,avm/res/network/private-dns-zone/cname,avm/res/network/private-dns-zone,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/cname,br/public:avm/res/network/private-dns-zone/cname:X.Y.Z,46d3xbcp.res.nw-privdnszonecname,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - CNAME,, +Microsoft.Network,dnsZones,Private DNS Zone - MX,,avm/res/network/private-dns-zone/mx,avm/res/network/private-dns-zone,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/mx,br/public:avm/res/network/private-dns-zone/mx:X.Y.Z,46d3xbcp.res.nw-privdnszonemx,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - MX,, +Microsoft.Network,dnsZones,Private DNS Zone - PTR,,avm/res/network/private-dns-zone/ptr,avm/res/network/private-dns-zone,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/ptr,br/public:avm/res/network/private-dns-zone/ptr:X.Y.Z,46d3xbcp.res.nw-privdnszoneptr,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - PTR,, +Microsoft.Network,dnsZones,Private DNS Zone - SOA,,avm/res/network/private-dns-zone/soa,avm/res/network/private-dns-zone,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/soa,br/public:avm/res/network/private-dns-zone/soa:X.Y.Z,46d3xbcp.res.nw-privdnszonesoa,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - SOA,, +Microsoft.Network,dnsZones,Private DNS Zone - SRV,,avm/res/network/private-dns-zone/srv,avm/res/network/private-dns-zone,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/srv,br/public:avm/res/network/private-dns-zone/srv:X.Y.Z,46d3xbcp.res.nw-privdnszonesrv,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - SRV,, +Microsoft.Network,dnsZones,Private DNS Zone - TXT,,avm/res/network/private-dns-zone/txt,avm/res/network/private-dns-zone,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/txt,br/public:avm/res/network/private-dns-zone/txt:X.Y.Z,46d3xbcp.res.nw-privdnszonetxt,,,,,same as parent,same as parent,AVM Child Module for Private DNS Zone - TXT,, +Microsoft.Network,privateDnsZones/virtualNetworkLinks,Virtual Network Links,VNET Link,avm/res/network/private-dns-zone/virtual-network-link,avm/res/network/private-dns-zone,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone/virtual-network-link,br/public:avm/res/network/private-dns-zone/virtual-network-link:X.Y.Z,46d3xbcp.res.network-vnetlink,,,,,same as parent,same as parent,AVM Child Module for Virtual Network Links,, +Microsoft.Network,privateEndpoints,Private Endpoint,,avm/res/network/private-endpoint,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-endpoint,br/public:avm/res/network/private-endpoint:X.Y.Z,46d3xbcp.res.network-privateendpoint,segraef,Sebastian Graef,,,@Azure/avm-res-network-privateendpoint-module-owners-bicep,@Azure/avm-res-network-privateendpoint-module-contributors-bicep,AVM Resource Module for Private Endpoint,,2023-10 +Microsoft.Network,privateLinkServices,Private Link Service,,avm/res/network/private-link-service,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-link-service,br/public:avm/res/network/private-link-service:X.Y.Z,46d3xbcp.res.network-privatelinkservice,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-network-privatelinkservice-module-owners-bicep,@Azure/avm-res-network-privatelinkservice-module-contributors-bicep,AVM Resource Module for Private Link Service,,2024-02 +Microsoft.Network,publicIPAddresses,Public IP Address,PIP,avm/res/network/public-ip-address,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/public-ip-address,br/public:avm/res/network/public-ip-address:X.Y.Z,46d3xbcp.res.network-publicipaddress,ChrisSidebotham,Chris Sidebotham,krbar,Kris Baranek,@Azure/avm-res-network-publicipaddress-module-owners-bicep,@Azure/avm-res-network-publicipaddress-module-contributors-bicep,AVM Resource Module for Public IP Address,,2023-10 +Microsoft.Network,publicIPPrefixes,Public IP Prefix,PIP Prefix,avm/res/network/public-ip-prefix,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/public-ip-prefix,br/public:avm/res/network/public-ip-prefix:X.Y.Z,46d3xbcp.res.network-publicipprefix,krbar,Kris Baranek,,,@Azure/avm-res-network-publicipprefix-module-owners-bicep,@Azure/avm-res-network-publicipprefix-module-contributors-bicep,AVM Resource Module for Public IP Prefix,,2023-12 +Microsoft.Network,routeTables,Route Table,UDR,avm/res/network/route-table,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/route-table,br/public:avm/res/network/route-table:X.Y.Z,46d3xbcp.res.network-routetable,segraef,Sebastian Graef,,,@Azure/avm-res-network-routetable-module-owners-bicep,@Azure/avm-res-network-routetable-module-contributors-bicep,AVM Resource Module for Route Table,,2023-11 +Microsoft.Network,serviceEndpointPolicies,Service Endpoint Policy,,avm/res/network/service-endpoint-policy,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/service-endpoint-policy,br/public:avm/res/network/service-endpoint-policy:X.Y.Z,46d3xbcp.res.network-serviceendpointpolicy,jeetgarg,Jeet Garg,,,@Azure/avm-res-network-serviceendpointpolicy-module-owners-bicep,@Azure/avm-res-network-serviceendpointpolicy-module-contributors-bicep,AVM Resource Module for Service Endpoint Policy,,2024-03 +Microsoft.Network,trafficmanagerprofiles,Traffic Manager Profile,,avm/res/network/trafficmanagerprofile,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/trafficmanagerprofile,br/public:avm/res/network/trafficmanagerprofile:X.Y.Z,46d3xbcp.res.network-trafficmanagerprofile,lsnoddy,Luke Snoddy,,,@Azure/avm-res-network-trafficmanagerprofile-module-owners-bicep,@Azure/avm-res-network-trafficmanagerprofile-module-contributors-bicep,AVM Resource Module for Traffic Manager Profile,,2023-12 +Microsoft.Network,virtualHubs,Virtual Hub,,avm/res/network/virtual-hub,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-hub,br/public:avm/res/network/virtual-hub:X.Y.Z,46d3xbcp.res.network-virtualhub,arnoldna,Nate Arnold,,,@Azure/avm-res-network-virtualhub-module-owners-bicep,@Azure/avm-res-network-virtualhub-module-contributors-bicep,AVM Resource Module for Virtual Hub,,2024-02 +Microsoft.Network,virtualNetworks,Virtual Network,VNET,avm/res/network/virtual-network,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-network,br/public:avm/res/network/virtual-network:X.Y.Z,46d3xbcp.res.network-virtualnetwork,mjrich19,MJ Richardson,,,@Azure/avm-res-network-virtualnetwork-module-owners-bicep,@Azure/avm-res-network-virtualnetwork-module-contributors-bicep,AVM Resource Module for Virtual Network,,2023-11 +Microsoft.Network,virtualNetworks/subnets,Virtual Network - Subnet,,avm/res/network/virtual-network/subnet,avm/res/network/virtual-network,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-network/subnet,br/public:avm/res/network/virtual-network/subnet:X.Y.Z,46d3xbcp.res.network-virtualnetworksubnet,,,,,same as parent,same as parent,AVM Child Module for Virtual Network - Subnet,,2025-03 +Microsoft.Network,virtualNetworkGateways,Virtual Network Gateway,VNET GW,avm/res/network/virtual-network-gateway,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-network-gateway,br/public:avm/res/network/virtual-network-gateway:X.Y.Z,46d3xbcp.res.network-virtualnetworkgateway,fabmas,Fabio Masciotra,,,@Azure/avm-res-network-virtualnetworkgateway-module-owners-bicep,@Azure/avm-res-network-virtualnetworkgateway-module-contributors-bicep,AVM Resource Module for Virtual Network Gateway,,2024-01 +Microsoft.Network,virtualWans,Virtual WAN,vWAN,avm/res/network/virtual-wan,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-wan,br/public:avm/res/network/virtual-wan:X.Y.Z,46d3xbcp.res.network-virtualwan,arnoldna,Nate Arnold,,,@Azure/avm-res-network-virtualwan-module-owners-bicep,@Azure/avm-res-network-virtualwan-module-contributors-bicep,AVM Resource Module for Virtual WAN,,2024-02 +Microsoft.Network,vpnGateways,VPN Gateway,VPN GW,avm/res/network/vpn-gateway,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/vpn-gateway,br/public:avm/res/network/vpn-gateway:X.Y.Z,46d3xbcp.res.network-vpngateway,fabmas,Fabio Masciotra,,,@Azure/avm-res-network-vpngateway-module-owners-bicep,@Azure/avm-res-network-vpngateway-module-contributors-bicep,AVM Resource Module for VPN Gateway,,2024-01 +Microsoft.Network,vpnServerConfigurations,VPN Server Configuration,,avm/res/network/vpn-server-configuration,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/vpn-server-configuration,br/public:avm/res/network/vpn-server-configuration:X.Y.Z,46d3xbcp.res.network-vpnserverconfiguration,ericscheffler,Eric Scheffler,,,@Azure/avm-res-network-vpnserverconfiguration-module-owners-bicep,@Azure/avm-res-network-vpnserverconfiguration-module-contributors-bicep,AVM Resource Module for VPN Server Configuration,,2024-10 +Microsoft.Network,vpnSites,VPN Site,,avm/res/network/vpn-site,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/vpn-site,br/public:avm/res/network/vpn-site:X.Y.Z,46d3xbcp.res.network-vpnsite,fabmas,Fabio Masciotra,,,@Azure/avm-res-network-vpnsite-module-owners-bicep,@Azure/avm-res-network-vpnsite-module-contributors-bicep,AVM Resource Module for VPN Site,,2023-12 +Microsoft.OperationalInsights,clusters,Log Analytics Dedicated Cluster,,avm/res/operational-insights/cluster,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/operational-insights/cluster,br/public:avm/res/operational-insights/cluster:X.Y.Z,46d3xbcp.res.operationalinsights-cluster,hundredacres,Matt Schmitt,,,@Azure/avm-res-operationalinsights-cluster-module-owners-bicep,@Azure/avm-res-operationalinsights-cluster-module-contributors-bicep,AVM Resource Module for Log Analytics Dedicated Cluster,, +Microsoft.OperationalInsights,workspaces,Log Analytics Workspace,,avm/res/operational-insights/workspace,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/operational-insights/workspace,br/public:avm/res/operational-insights/workspace:X.Y.Z,46d3xbcp.res.operationalinsights-workspace,krbar,Kris Baranek,,,@Azure/avm-res-operationalinsights-workspace-module-owners-bicep,@Azure/avm-res-operationalinsights-workspace-module-contributors-bicep,AVM Resource Module for Log Analytics Workspace,,2023-11 +Microsoft.OperationsManagement,solutions,Operations Management Solution,,avm/res/operations-management/solution,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/operations-management/solution,br/public:avm/res/operations-management/solution:X.Y.Z,46d3xbcp.res.operationsmanagement-solution,krbar,Kris Baranek,,,@Azure/avm-res-operationsmanagement-solution-module-owners-bicep,@Azure/avm-res-operationsmanagement-solution-module-contributors-bicep,AVM Resource Module for Operations Management Solution,,2023-11 +Microsoft.Portal,dashboards,Portal Dashboard,,avm/res/portal/dashboard,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/portal/dashboard,br/public:avm/res/portal/dashboard:X.Y.Z,46d3xbcp.res.portal-dashboard,krbar,Kris Baranek,,,@Azure/avm-res-portal-dashboard-module-owners-bicep,@Azure/avm-res-portal-dashboard-module-contributors-bicep,AVM Resource Module for Portal Dashboard,,2024-06 +Microsoft.PowerBIDedicated,capacities,Power BI Dedicated Capacity,,avm/res/power-bi-dedicated/capacity,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/power-bi-dedicated/capacity,br/public:avm/res/power-bi-dedicated/capacity:X.Y.Z,46d3xbcp.res.powerbidedicated-capacity,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-powerbidedicated-capacity-module-owners-bicep,@Azure/avm-res-powerbidedicated-capacity-module-contributors-bicep,AVM Resource Module for Power BI Dedicated Capacity,,2023-11 +Microsoft.Purview,accounts,Purview Account,,avm/res/purview/account,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/purview/account,br/public:avm/res/purview/account:X.Y.Z,46d3xbcp.res.purview-account,hundredacres,Matt Schmitt,,,@Azure/avm-res-purview-account-module-owners-bicep,@Azure/avm-res-purview-account-module-contributors-bicep,AVM Resource Module for Purview Account,,2024-02 +Microsoft.RecoveryServices,vaults,Recovery Services Vault,,avm/res/recovery-services/vault,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/recovery-services/vault,br/public:avm/res/recovery-services/vault:X.Y.Z,46d3xbcp.res.recoveryservices-vault,alexanderojala,Alexander Ojala,,,@Azure/avm-res-recoveryservices-vault-module-owners-bicep,@Azure/avm-res-recoveryservices-vault-module-contributors-bicep,AVM Resource Module for Recovery Services Vault,,2024-03 +Microsoft.Relay,namespaces,Relay Namespace,,avm/res/relay/namespace,n/a,Orphaned,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/relay/namespace,br/public:avm/res/relay/namespace:X.Y.Z,46d3xbcp.res.relay-namespace,,,,,@Azure/avm-res-relay-namespace-module-owners-bicep,@Azure/avm-res-relay-namespace-module-contributors-bicep,AVM Resource Module for Relay Namespace,,2024-03 +Microsoft.ResourceGraph,queries,Resource Graph Query,,avm/res/resource-graph/query,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resource-graph/query,br/public:avm/res/resource-graph/query:X.Y.Z,46d3xbcp.resourcegraph-query,sebassem,Seif Bassem,,,@Azure/avm-res-resourcegraph-query-module-owners-bicep,@Azure/avm-res-resourcegraph-query-module-contributors-bicep,AVM Resource Module for Resource Graph Query,,2023-11 +Microsoft.Resources,deploymentScripts,Deployment Script,,avm/res/resources/deployment-script,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resources/deployment-script,br/public:avm/res/resources/deployment-script:X.Y.Z,46d3xbcp.res.resources-deploymentscript,sebassem,Seif Bassem,,,@Azure/avm-res-resources-deploymentscript-module-owners-bicep,@Azure/avm-res-resources-deploymentscript-module-contributors-bicep,AVM Resource Module for Deployment Script,,2023-11 +Microsoft.Resources,resourceGroups,Resource Group,RG,avm/res/resources/resource-group,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resources/resource-group,br/public:avm/res/resources/resource-group:X.Y.Z,46d3xbcp.res.resources-resourcegroup,segraef,Sebastian Graef,,,@Azure/avm-res-resources-resourcegroup-module-owners-bicep,@Azure/avm-res-resources-resourcegroup-module-contributors-bicep,AVM Resource Module for Resource Group,,2023-12 +Microsoft.Scom,managedInstances,SCOM MI,System Center Operations Manager - Managed Instance,avm/res/scom/managed-instance,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/scom/managed-instance,br/public:avm/res/scom/managed-instance:X.Y.Z,46d3xbcp.res.scom-managedinstance,,,,,@Azure/avm-res-scom-managedinstance-module-owners-bicep,@Azure/avm-res-scom-managedinstance-module-contributors-bicep,AVM Resource Module for SCOM MI,, +Microsoft.Search,searchServices,Search Service,,avm/res/search/search-service,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/search/search-service,br/public:avm/res/search/search-service:X.Y.Z,46d3xbcp.res.search-searchservice,krbar,Kris Baranek,,,@Azure/avm-res-search-searchservice-module-owners-bicep,@Azure/avm-res-search-searchservice-module-contributors-bicep,AVM Resource Module for Search Service,,2023-11 +Microsoft.SecurityInsights,dataConnectors,Security Insights - Data Connector,,avm/res/security-insights/data-connector,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/security-insights/data-connector,br/public:avm/res/security-insights/data-connector:X.Y.Z,46d3xbcp.res.securityinsights-dataconnector,hundredacres,Matt Schmitt,,,@Azure/avm-res-securityinsights-dataconnector-module-owners-bicep,@Azure/avm-res-securityinsights-dataconnector-module-contributors-bicep,AVM Resource Module for Security Insights - Data Connector,,2025-05 +Microsoft.SecurityInsights,onboardingStates,Security Insights - Onboarding State,,avm/res/security-insights/onboarding-state,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/security-insights/onboarding-state,br/public:avm/res/security-insights/onboarding-state:X.Y.Z,46d3xbcp.res.securityinsights-onboardingstate,hundredacres,Matt Schmitt,,,@Azure/avm-res-securityinsights-onboardingstate-module-owners-bicep,@Azure/avm-res-securityinsights-onboardingstate-module-contributors-bicep,AVM Resource Module for Security Insights - Onboarding State,, +Microsoft.SecurityInsights,settings,Security Insights - Setting,,avm/res/security-insights/setting,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/security-insights/setting,br/public:avm/res/security-insights/setting:X.Y.Z,46d3xbcp.res.securityinsights-setting,hundredacres,Matt Schmitt,,,@Azure/avm-res-securityinsights-setting-module-owners-bicep,@Azure/avm-res-securityinsights-setting-module-contributors-bicep,AVM Resource Module for Security Insights - Setting,,2025-05 +Microsoft.ServiceBus,namespaces,Service Bus Namespace,,avm/res/service-bus/namespace,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/service-bus/namespace,br/public:avm/res/service-bus/namespace:X.Y.Z,46d3xbcp.res.servicebus-namespace,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-servicebus-namespace-module-owners-bicep,@Azure/avm-res-servicebus-namespace-module-contributors-bicep,AVM Resource Module for Service Bus Namespace,,2023-12 +Microsoft.ServiceFabric,clusters,Service Fabric Cluster,,avm/res/service-fabric/cluster,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/service-fabric/cluster,br/public:avm/res/service-fabric/cluster:X.Y.Z,46d3xbcp.res.servicefabric-cluster,lsnoddy,Luke Snoddy,,,@Azure/avm-res-servicefabric-cluster-module-owners-bicep,@Azure/avm-res-servicefabric-cluster-module-contributors-bicep,AVM Resource Module for Service Fabric Cluster,,2024-04 +Microsoft.ServiceNetworking,trafficControllers,Application Gateway for Containers (Traffic Controller),,avm/res/service-networking/traffic-controller,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/service-networking/traffic-controller,br/public:avm/res/service-networking/traffic-controller:X.Y.Z,46d3xbcp.res.servicenetworking-trafficcontroller,krbar,Kris Baranek,,,@Azure/avm-res-servicenetworking-trafficcontroller-module-owners-bicep,@Azure/avm-res-servicenetworking-trafficcontroller-module-contributors-bicep,AVM Resource Module for Application Gateway for Containers (Traffic Controller),,2024-10 +Microsoft.SignalRService,signalR,SignalR Service SignalR,,avm/res/signal-r-service/signal-r,n/a,Orphaned,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/signal-r-service/signal-r,br/public:avm/res/signal-r-service/signal-r:X.Y.Z,46d3xbcp.res.signalrservice-signalr,,,,,@Azure/avm-res-signalrservice-signalr-module-owners-bicep,@Azure/avm-res-signalrservice-signalr-module-contributors-bicep,AVM Resource Module for SignalR Service SignalR,,2024-03 +Microsoft.SignalRService,webPubSub,SignalR Web PubSub Service,,avm/res/signal-r-service/web-pub-sub,n/a,Orphaned,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/signal-r-service/web-pub-sub,br/public:avm/res/signal-r-service/web-pub-sub:X.Y.Z,46d3xbcp.res.signalrservice-webpubsub,,,,,@Azure/avm-res-signalrservice-webpubsub-module-owners-bicep,@Azure/avm-res-signalrservice-webpubsub-module-contributors-bicep,AVM Resource Module for SignalR Web PubSub Service,,2024-03 +Microsoft.Sql,instancePools,SQL Instance Pool,,avm/res/sql/instance-pool,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/sql/instance-pool,br/public:avm/res/sql/instance-pool:X.Y.Z,46d3xbcp.res.sql-instancepool,gpacetti,Giuseppe Pacetti,,,@Azure/avm-res-sql-instancepool-module-owners-bicep,@Azure/avm-res-sql-instancepool-module-contributors-bicep,AVM Resource Module for SQL Instance Pool,,2024-04 +Microsoft.Sql,managedInstances,SQL Managed Instance,SQL MI,avm/res/sql/managed-instance,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/sql/managed-instance,br/public:avm/res/sql/managed-instance:X.Y.Z,46d3xbcp.res.sql-managedinstance,maldineh,Maher Aldineh,,,@Azure/avm-res-sql-managedinstance-module-owners-bicep,@Azure/avm-res-sql-managedinstance-module-contributors-bicep,AVM Resource Module for SQL Managed Instance,,2024-04 +Microsoft.Sql,servers,Azure SQL Server,,avm/res/sql/server,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/sql/server,br/public:avm/res/sql/server:X.Y.Z,46d3xbcp.res.sql-server,peterbud,Peter Budai,,,@Azure/avm-res-sql-server-module-owners-bicep,@Azure/avm-res-sql-server-module-contributors-bicep,AVM Resource Module for Azure SQL Server,,2023-11 +Microsoft.SqlVirtualMachine,sqlVirtualMachines,SQL Virtual Machine,SQL VM,avm/res/sql-virtual-machine/sql-virtual-machine,n/a,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/sql-virtual-machine/sql-virtual-machine,br/public:avm/res/sql-virtual-machine/sql-virtual-machine:X.Y.Z,46d3xbcp.res.sqlvm-sqlvm,peterbud,Peter Budai,,,@Azure/avm-res-sqlvirtualmachine-sqlvirtualmachine-module-owners-bicep,@Azure/avm-res-sqlvirtualmachine-sqlvirtualmachine-module-contributors-bicep,AVM Resource Module for SQL Virtual Machine,, +Microsoft.Storage,storageAccounts,Storage Account,,avm/res/storage/storage-account,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account,br/public:avm/res/storage/storage-account:X.Y.Z,46d3xbcp.res.storage-storageaccount,ktremain,Karl Tremain,fblix,Felix Borst,@Azure/avm-res-storage-storageaccount-module-owners-bicep,@Azure/avm-res-storage-storageaccount-module-contributors-bicep,AVM Resource Module for Storage Account,,2024-01 +Microsoft.Storage,blobServices/containers,Storage Account - Blob Container,,avm/res/storage/storage-account/blob-service/container,avm/res/storage/storage-account,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account/blob-service/container,br/public:avm/res/storage/storage-account/blob-service/container:X.Y.Z,46d3xbcp.res.storage-blobcontainer,,,,,same as parent,same as parent,AVM Child Module for Storage Account - Blob Container,, +Microsoft.Storage,storageAccounts,Storage Account - Blob Container Immutability Policy,,avm/res/storage/storage-account/blob-service/container/immutability-policy,avm/res/storage/storage-account,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account/blob-service/container/immutability-policy,br/public:avm/res/storage/storage-account/blob-service/container/immutability-policy:X.Y.Z,46d3xbcp.res.storage-containerimmutpolicy,,,,,same as parent,same as parent,AVM Child Module for Storage Account - Blob Container Immutability Policy,, +Microsoft.Storage,storageAccounts,Storage Account - File Shaer,,avm/res/storage/storage-account/file-service/share,avm/res/storage/storage-account,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account/file-service/share,br/public:avm/res/storage/storage-account/file-service/share:X.Y.Z,46d3xbcp.res.storage-fileshare,,,,,same as parent,same as parent,AVM Child Module for Storage Account - File Shaer,, +Microsoft.Storage,storageAccounts,Storage Account - Local User,,avm/res/storage/storage-account/local-user,avm/res/storage/storage-account,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account/local-user,br/public:avm/res/storage/storage-account/local-user:X.Y.Z,46d3xbcp.res.storage-localuser,,,,,same as parent,same as parent,AVM Child Module for Storage Account - Local User,, +Microsoft.Storage,storageAccounts,Storage Account - Management Policy,,avm/res/storage/storage-account/management-policy,avm/res/storage/storage-account,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account/management-policy,br/public:avm/res/storage/storage-account/management-policy:X.Y.Z,46d3xbcp.res.storage-mgmtpolicy,,,,,same as parent,same as parent,AVM Child Module for Storage Account - Management Policy,, +Microsoft.Storage,storageAccounts,Storage Account - Queue,,avm/res/storage/storage-account/queue-service/queue,avm/res/storage/storage-account,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account/queue-service/queue,br/public:avm/res/storage/storage-account/queue-service/queue:X.Y.Z,46d3xbcp.res.storage-queue,,,,,same as parent,same as parent,AVM Child Module for Storage Account - Queue,, +Microsoft.Storage,storageAccounts,Storage Account - Table,,avm/res/storage/storage-account/table-service/table,avm/res/storage/storage-account,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account/table-service/table,br/public:avm/res/storage/storage-account/table-service/table:X.Y.Z,46d3xbcp.res.storage-table,,,,,same as parent,same as parent,AVM Child Module for Storage Account - Table,, +Microsoft.Synapse,privateLinkHubs,Azure Synapse Analytics Private Link Hub,,avm/res/synapse/private-link-hub,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/synapse/private-link-hub,br/public:avm/res/synapse/private-link-hub:X.Y.Z,46d3xbcp.res.synapse-privatelinkhub,TomazMlakar,Tomaz Mlakar,,,@Azure/avm-res-synapse-privatelinkhub-module-owners-bicep,@Azure/avm-res-synapse-privatelinkhub-module-contributors-bicep,AVM Resource Module for Azure Synapse Analytics Private Link Hub,,2024-02 +Microsoft.Synapse,workspaces,Azure Synapse Analytics Workspace,,avm/res/synapse/workspace,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/synapse/workspace,br/public:avm/res/synapse/workspace:X.Y.Z,46d3xbcp.res.synapse-workspace,TomazMlakar,Tomaz Mlakar,,,@Azure/avm-res-synapse-workspace-module-owners-bicep,@Azure/avm-res-synapse-workspace-module-contributors-bicep,AVM Resource Module for Azure Synapse Analytics Workspace,,2024-02 +Microsoft.VirtualMachineImages,imageTemplates,Virtual Machine Image Template,,avm/res/virtual-machine-images/image-template,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/virtual-machine-images/image-template,br/public:avm/res/virtual-machine-images/image-template:X.Y.Z,46d3xbcp.res.virtualmachineimages-imagetemplate,ahmadabdalla,Ahmad Abdalla,,,@Azure/avm-res-virtualmachineimages-imagetemplate-module-owners-bicep,@Azure/avm-res-virtualmachineimages-imagetemplate-module-contributors-bicep,AVM Resource Module for Virtual Machine Image Template,,2024-02 +Microsoft.Web,connection,API Connection,,avm/res/web/connection,n/a,Orphaned,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/connection,br/public:avm/res/web/connection:X.Y.Z,46d3xbcp.res.web-connection,,,,,@Azure/avm-res-web-connection-module-owners-bicep,@Azure/avm-res-web-connection-module-contributors-bicep,AVM Resource Module for API Connection,,2024-03 +Microsoft.Web,hostingEnvironments,App Service Environment,ASE,avm/res/web/hosting-environment,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/hosting-environment,br/public:avm/res/web/hosting-environment:X.Y.Z,46d3xbcp.res.web-hostingenvironment,tsc-buddy,Buddy Davies,pankajagrawal16,Pankaj Agrawal,@Azure/avm-res-web-hostingenvironment-module-owners-bicep,@Azure/avm-res-web-hostingenvironment-module-contributors-bicep,AVM Resource Module for App Service Environment,,2024-03 +Microsoft.Web,serverfarms,App Service Plan,,avm/res/web/serverfarm,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/serverfarm,br/public:avm/res/web/serverfarm:X.Y.Z,46d3xbcp.res.web-serverfarm,tsc-buddy,Buddy Davies,pankajagrawal16,Pankaj Agrawal,@Azure/avm-res-web-serverfarm-module-owners-bicep,@Azure/avm-res-web-serverfarm-module-contributors-bicep,AVM Resource Module for App Service Plan,,2023-12 +Microsoft.Web,sites,Web/Function App,"App Service, Web Site, Logic App, Function App",avm/res/web/site,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/site,br/public:avm/res/web/site:X.Y.Z,46d3xbcp.res.web-site,tsc-buddy,Buddy Davies,pankajagrawal16,Pankaj Agrawal,@Azure/avm-res-web-site-module-owners-bicep,@Azure/avm-res-web-site-module-contributors-bicep,AVM Resource Module for Web/Function App,,2024-01 +Microsoft.Web,sites,Web Site Configuration,,avm/res/web/site/config,avm/res/web/site,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/site/config,br/public:avm/res/web/site/config:X.Y.Z,46d3xbcp.res.web-siteconfig,,,,,same as parent,same as parent,AVM Child Module for Web Site Configuration,, +Microsoft.Web,staticSites,Static Web App,,avm/res/web/static-site,n/a,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/static-site,br/public:avm/res/web/static-site:X.Y.Z,46d3xbcp.res.web-staticsite,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-web-staticsite-module-owners-bicep,@Azure/avm-res-web-staticsite-module-contributors-bicep,AVM Resource Module for Static Web App,,2024-01 diff --git a/docs/static/module-indexes/BicepUtilityModules.csv b/docs/static/module-indexes/BicepUtilityModules.csv index a1c584d8a..58547730d 100644 --- a/docs/static/module-indexes/BicepUtilityModules.csv +++ b/docs/static/module-indexes/BicepUtilityModules.csv @@ -1,3 +1,3 @@ ο»ΏModuleDisplayName,AlternativeNames,ModuleName,ModuleStatus,RepoURL,PublicRegistryReference,TelemetryIdPrefix,PrimaryModuleOwnerGHHandle,PrimaryModuleOwnerDisplayName,SecondaryModuleOwnerGHHandle,SecondaryModuleOwnerDisplayName,ModuleOwnersGHTeam,ModuleContributorsGHTeam,Description,Comments,FirstPublishedIn -Get-Environment,,avm/utl/general/get-environment,Proposed :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/utl/general/get-environment,br/public:avm/utl/general/get-environment:X.Y.Z,46d3xbcp.utl.general-getenvironment,alex-frankel,Alex Frankel,emilyredm,Emily Redmond,@Azure/avm-utl-general-getenvironment-module-owners-bicep,@Azure/avm-utl-general-getenvironment-module-contributors-bicep,AVM Utility Module for Get-Environment,, -AVM Common Types,,avm/utl/types/avm-common-types,Available :green_circle:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/utl/types/avm-common-types,br/public:avm/utl/types/avm-common-types:X.Y.Z,46d3xbcp.utl.types-avmcommontypes,AlexanderSehr,Alexander Sehr,,,@Azure/avm-utl-types-avmcommontypes-module-owners-bicep,@Azure/avm-utl-types-avmcommontypes-module-contributors-bicep,AVM Utility Module for AVM Common Types,,2024-10 +Get-Environment,,avm/utl/general/get-environment,Proposed,https://github.com/Azure/bicep-registry-modules/tree/main/avm/utl/general/get-environment,br/public:avm/utl/general/get-environment:X.Y.Z,46d3xbcp.utl.general-getenvironment,alex-frankel,Alex Frankel,emilyredm,Emily Redmond,@Azure/avm-utl-general-getenvironment-module-owners-bicep,@Azure/avm-utl-general-getenvironment-module-contributors-bicep,AVM Utility Module for Get-Environment,, +AVM Common Types,,avm/utl/types/avm-common-types,Available,https://github.com/Azure/bicep-registry-modules/tree/main/avm/utl/types/avm-common-types,br/public:avm/utl/types/avm-common-types:X.Y.Z,46d3xbcp.utl.types-avmcommontypes,AlexanderSehr,Alexander Sehr,,,@Azure/avm-utl-types-avmcommontypes-module-owners-bicep,@Azure/avm-utl-types-avmcommontypes-module-contributors-bicep,AVM Utility Module for AVM Common Types,,2024-10 diff --git a/docs/static/module-indexes/TerraformPatternModules.csv b/docs/static/module-indexes/TerraformPatternModules.csv index 2c4f084fe..43e0b8809 100644 --- a/docs/static/module-indexes/TerraformPatternModules.csv +++ b/docs/static/module-indexes/TerraformPatternModules.csv @@ -1,39 +1,39 @@ ModuleDisplayName,AlternativeNames,ModuleName,ModuleStatus,RepoURL,PublicRegistryReference,TelemetryIdPrefix,PrimaryModuleOwnerGHHandle,PrimaryModuleOwnerDisplayName,SecondaryModuleOwnerGHHandle,SecondaryModuleOwnerDisplayName,ModuleOwnersGHTeam,ModuleContributorsGHTeam,Description,Comments,FirstPublishedIn -AI platform baseline,,avm-ptn-ai-platform-baseline,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-ai-platform-baseline,https://registry.terraform.io/modules/Azure/avm-ptn-ai-platform-baseline/azurerm/latest,46d3xgtf.ptn.ai-platformbaseline,Nepomuceno,Gabriel Monteiro Nepomuceno,,,@Azure/avm-ptn-ai-platform-baseline-module-owners-tf,@Azure/avm-ptn-ai-platform-baseline-module-contributors-tf,AVM Pattern Module for AI platform baseline,, -AKS dev,,avm-ptn-aks-dev,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-aks-dev,https://registry.terraform.io/modules/Azure/avm-ptn-aks-dev/azurerm/latest,46d3xgtf.ptn.aks-dev,ms-henglu,Heng Lu,,,@Azure/avm-ptn-aks-dev-module-owners-tf,@Azure/avm-ptn-aks-dev-module-contributors-tf,AVM Pattern Module for AKS dev,,2024-10 -AKS economy,,avm-ptn-aks-economy,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-aks-economy,https://registry.terraform.io/modules/Azure/avm-ptn-aks-economy/azurerm/latest,46d3xgtf.ptn.aks-economy,ms-henglu,Heng Lu,,,@Azure/avm-ptn-aks-economy-module-owners-tf,@Azure/avm-ptn-aks-economy-module-contributors-tf,AVM Pattern Module for AKS economy,,2024-11 -AKS Enterprise,,avm-ptn-aks-enterprise,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-aks-enterprise,https://registry.terraform.io/modules/Azure/avm-ptn-aks-enterprise/azurerm/latest,46d3xgtf.ptn.aks-enterprise,ms-henglu,Heng Lu,,,@Azure/avm-ptn-aks-enterprise-module-owners-tf,@Azure/avm-ptn-aks-enterprise-module-contributors-tf,AVM Pattern Module for AKS Enterprise,,2024-11 -Azure Kubernetes Service,,avm-ptn-aks-production,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-aks-production,https://registry.terraform.io/modules/Azure/avm-ptn-aks-production/azurerm/latest,46d3xgtf.ptn.aks-production,zioproto,Saverio Proto,,,@Azure/avm-ptn-aks-production-module-owners-tf,@Azure/avm-ptn-aks-production-module-contributors-tf,AVM Pattern Module for Azure Kubernetes Service,,2024-04 -Azure Landing Zone,,avm-ptn-alz,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-alz,https://registry.terraform.io/modules/Azure/avm-ptn-alz/azurerm/latest,46d3xgtf.ptn.ptn-alz,matt-FFFFFF,Matt White,,,@Azure/avm-ptn-alz-module-owners-tf,@Azure/avm-ptn-alz-module-contributors-tf,AVM Pattern Module for Azure Landing Zone,,2023-11 -ALZ Management,Azure Landing Zones - Management,avm-ptn-alz-management,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-alz-management,https://registry.terraform.io/modules/Azure/avm-ptn-alz-management/azurerm/latest,46d3xgtf.ptn.alz-management,luke-taylor,Luke Taylor,,,@Azure/avm-ptn-alz-management-module-owners-tf,@Azure/avm-ptn-alz-management-module-contributors-tf,AVM Pattern Module that handles all aspects of the ALZ management resources,,2023-12 -ALZ Connevtivty vWAN,Azure Landing Zones - vWAN,avm-ptn-alz-connectivity-virtual-wan,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-alz-connectivity-virtual-wan,https://registry.terraform.io/modules/Azure/avm-ptn-alz-connectivity-virtual-wan/azurerm/latest,46d3xgtf.ptn.alz-connectivity-virtual-wan,jaredfholgate,Jared Holgate,,,@Azure/avm-ptn-alz-connectivity-virtual-wan-module-owners-tf,@Azure/avm-ptn-alz-connectivity-virtual-wan-module-contributors-tf,The ALZ Platform Landing Zone Connectivity with Virtual WAN,,2025-04 -ALZ Connevtivty Hub and Spoke,Azure Landing Zones - Hub and Spoke,avm-ptn-alz-connectivity-hub-and-spoke-vnet,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-alz-connectivity-hub-and-spoke-vnet,https://registry.terraform.io/modules/Azure/avm-ptn-alz-connectivity-hub-and-spoke-vnet/azurerm/latest,46d3xgtf.ptn.alz-connectivity-hub-and-spoke-vnet,jaredfholgate,Jared Holgate,,,@Azure/avm-ptn-alz-connectivity-hub-and-spoke-vnet-module-owners-tf,@Azure/avm-ptn-alz-connectivity-hub-and-spoke-vnet-module-contributors-tf,The ALZ Platform Landing Zone Connectivity with Hub and Spoke Virtual Networks Pattern Module,,2025-03 -AVD Insights,Azure Virtual Desktop Insights,avm-ptn-avd-lza-insights,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-avd-lza-insights,https://registry.terraform.io/modules/Azure/avm-ptn-avd-lza-insights/azurerm/latest,46d3xgtf.ptn.avd-lza-insights,jensheerin,Jen Sheerin,cshea-msft,Charles Shea,@Azure/avm-ptn-avd-lza-insights-module-owners-tf,@Azure/avm-ptn-avd-lza-insights-module-contributors-tf,AVM Pattern Module for AVD Insights,,2024-05 -AVD Management Plane,Azure Virtual Desktop Management Plane,avm-ptn-avd-lza-managementplane,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-avd-lza-managementplane,https://registry.terraform.io/modules/Azure/avm-ptn-avd-lza-managementplane/azurerm/latest,46d3xgtf.ptn.avd-lza-managementplane,jensheerin,Jen Sheerin,cshea-msft,Charles Shea,@Azure/avm-ptn-avd-lza-managementplane-module-owners-tf,@Azure/avm-ptn-avd-lza-managementplane-module-contributors-tf,AVM Pattern Module for AVD Management Plane,,2024-05 -AVD Session Hosts,Azure Virtual Desktop Session Hosts,avm-ptn-avd-lza-sessionhosts,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-avd-lza-sessionhosts,https://registry.terraform.io/modules/Azure/avm-ptn-avd-lza-sessionhosts/azurerm/latest,46d3xgtf.ptn.avd-lza-sessionhosts,cshea-msft,Charles Shea,,,@Azure/avm-ptn-avd-lza-sessionhosts-module-owners-tf,@Azure/avm-ptn-avd-lza-sessionhosts-module-contributors-tf,AVM Pattern Module for AVD Session Hosts,, -IPAM,IP Address Management,avm-ptn-azure-ipam,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-azure-ipam,https://registry.terraform.io/modules/Azure/avm-ptn-azure-ipam/azurerm/latest,46d3xgtf.ptn.azure-ipam,pagyP,Paul Paginton,,,@Azure/avm-ptn-azure-ipam-module-owners-tf,@Azure/avm-ptn-azure-ipam-module-contributors-tf,AVM Pattern Module for IPAM,, -Azure Monitor Windows Agent,,avm-ptn-azuremonitorwindowsagent,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-azuremonitorwindowsagent,https://registry.terraform.io/modules/Azure/avm-ptn-azuremonitorwindowsagent/azurerm/latest,46d3xgtf.ptn.azuremonitor-windowsagent,xhy8759,Hangyu Xu,,,@Azure/avm-ptn-azuremonitorwindowsagent-module-owners-tf,@Azure/avm-ptn-azuremonitorwindowsagent-module-contributors-tf,AVM Pattern Module for Azure Monitor Windows Agent,,2024-08 -Azure Site Recovery VM Replication,,avm-ptn-bcdr-vm-replication,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-bcdr-vm-replication,https://registry.terraform.io/modules/Azure/avm-ptn-bcdr-vm-replication/azurerm/latest,46d3xgtf.ptn.asr-vmreplication,FreddyAyala,Freddy Ayala,,,@Azure/avm-ptn-bcdr-vm-replication-module-owners-tf,@Azure/avm-ptn-bcdr-vm-replication-module-contributors-tf,AVM Pattern Module for Azure Site Recovery VM Replication,, -Baseline OpenAI end-to-end chat,,avm-ptn-openai-e2e-baseline,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-openai-e2e-baseline,https://registry.terraform.io/modules/Azure/avm-ptn-openai-e2e-baseline/azurerm/latest,46d3xgtf.ptn.e2e-baseline,cshea-msft,Charles Shea,,,@Azure/avm-ptn-openai-e2e-baseline-module-owners-tf,@Azure/avm-ptn-openai-e2e-baseline-module-contributors-tf,AVM Pattern Module for Baseline OpenAI end-to-end chat,, -CI CD Agents and Runners,,avm-ptn-cicd-agents-and-runners,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-cicd-agents-and-runners,https://registry.terraform.io/modules/Azure/avm-ptn-cicd-agents-and-runners/azurerm/latest,46d3xgtf.ptn.cicd-agents-and-runners,jaredfholgate,Jared Holgate,,,@Azure/avm-ptn-cicd-agents-and-runners-module-owners-tf,@Azure/avm-ptn-cicd-agents-and-runners-module-contributors-tf,AVM Pattern Module for CI CD Agents and Runners,,2024-08 -CI CD bootstrap,,avm-ptn-cicd-bootstrap,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-cicd-bootstrap,https://registry.terraform.io/modules/Azure/avm-ptn-cicd-bootstrap/azurerm/latest,46d3xgtf.ptn.cicd-bootstrap,luke-taylor,Luke Taylor,,,@Azure/avm-ptn-cicd-bootstrap-module-owners-tf,@Azure/avm-ptn-cicd-bootstrap-module-contributors-tf,AVM Pattern Module for CI CD bootstrap,, -Corporate Line of Business (LoB) ChatBot ,,avm-ptn-openai-cognitivesearch,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-openai-cognitivesearch,https://registry.terraform.io/modules/Azure/avm-ptn-openai-cognitivesearch/azurerm/latest,46d3xgtf.ptn.lob-chatbot,mikestiers,Mike Stiers,,,@Azure/avm-ptn-openai-cognitivesearch-module-owners-tf,@Azure/avm-ptn-openai-cognitivesearch-module-contributors-tf,AVM Pattern Module for Corporate Line of Business (LoB) ChatBot ,, -Azure Confidential Compute,,avm-ptn-confidential-compute,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-confidential-compute,https://registry.terraform.io/modules/Azure/avm-ptn-confidential-compute/azurerm/latest,46d3xgtf.ptn.confidential-compute,humblejay,Kunal Pole,,,@Azure/avm-ptn-confidential-compute-module-owners-tf,@Azure/avm-ptn-confidential-compute-module-contributors-tf,AVM Pattern Module for Azure Confidential Compute,, -FinOps Hubs,,avm-ptn-finopstoolkit-finopshub,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-finopstoolkit-finopshub,https://registry.terraform.io/modules/Azure/avm-ptn-finopstoolkit-finopshub/azurerm/latest,46d3xgtf.ptn.finopstoolkit-hub,didayal-msft,Divyadeep Dayal,,,@Azure/avm-ptn-finopstoolkit-finopshub-module-owners-tf,@Azure/avm-ptn-finopstoolkit-finopshub-module-contributors-tf,AVM Pattern Module for FinOps Hubs,, -Function App and private endpoint-secured Storage,,avm-ptn-function-app-storage-private-endpoints,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-function-app-storage-private-endpoints,https://registry.terraform.io/modules/Azure/avm-ptn-function-app-storage-private-endpoints/azurerm/latest,46d3xgtf.ptn.funapp-secstorage,donovm4,Donovan McCoy,,,@Azure/avm-ptn-function-app-storage-private-endpoints-module-owners-tf,@Azure/avm-ptn-function-app-storage-private-endpoints-module-contributors-tf,AVM Pattern Module for Function App and private endpoint-secured Storage,,2025-04 -Arc for AD registration,,avm-ptn-hci-ad-provisioner,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-hci-ad-provisioner,https://registry.terraform.io/modules/Azure/avm-ptn-hci-ad-provisioner/azurerm/latest,46d3xgtf.ptn.hci-ad-provisioner,xhy8759,Hangyu Xu,,,@Azure/avm-ptn-hci-ad-provisioner-module-owners-tf,@Azure/avm-ptn-hci-ad-provisioner-module-contributors-tf,AVM Pattern Module for Arc for AD registration,,2024-08 -Arc for Server registration,,avm-ptn-hci-server-provisioner,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-hci-server-provisioner,https://registry.terraform.io/modules/Azure/avm-ptn-hci-server-provisioner/azurerm/latest,46d3xgtf.ptn.hci-provisioner,xhy8759,Hangyu Xu,,,@Azure/avm-ptn-hci-server-provisioner-module-owners-tf,@Azure/avm-ptn-hci-server-provisioner-module-contributors-tf,AVM Pattern Module for Arc for Server registration,,2024-08 -Hub Networking,,avm-ptn-hubnetworking,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-hubnetworking,https://registry.terraform.io/modules/Azure/avm-ptn-hubnetworking/azurerm/latest,46d3xgtf.ptn.network-hubnetworking,jaredfholgate,Jared Holgate,,,@Azure/avm-ptn-hubnetworking-module-owners-tf,@Azure/avm-ptn-hubnetworking-module-contributors-tf,AVM Pattern Module for Hub Networking,TFVM location: https://github.com/Azure/terraform-azurerm-hubnetworking,2024-09 -Virtual Machine Scale Set,,avm-ptn-lbvmss,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-lbvmss,https://registry.terraform.io/modules/Azure/avm-ptn-lbvmss/azurerm/latest,46d3xgtf.ptn.compute-lbvmss,terrymandin,Terry Mandin,,,@Azure/avm-ptn-lbvmss-module-owners-tf,@Azure/avm-ptn-lbvmss-module-contributors-tf,AVM Pattern Module for Virtual Machine Scale Set,, -AMBA,Azure Monitor Baseline Alerts,avm-ptn-monitoring-amba,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-monitoring-amba,https://registry.terraform.io/modules/Azure/avm-ptn-monitoring-amba/azurerm/latest,46d3xgtf.ptn.monitoring-amba,arjenhuitema,Arjen Huitema,,,@Azure/avm-ptn-monitoring-amba-module-owners-tf,@Azure/avm-ptn-monitoring-amba-module-contributors-tf,AVM Pattern Module for AMBA,, -AMBA ALZ Pattern,Azure Monitor Baseline Alerts - Azure Landing Zones Pattern,avm-ptn-monitoring-amba-alz,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-monitoring-amba-alz,https://registry.terraform.io/modules/Azure/avm-ptn-monitoring-amba-alz/azurerm/latest,46d3xgtf.ptn.monitoring-amba-alz,arjenhuitema,Arjen Huitema,,,@Azure/avm-ptn-monitoring-amba-alz-module-owners-tf,@Azure/avm-ptn-monitoring-amba-alz-module-contributors-tf,AVM Pattern Module for AMBA ALZ Pattern,,2025-04 -Private Link Private DNS Zones,,avm-ptn-network-private-link-private-dns-zones,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-network-private-link-private-dns-zones,https://registry.terraform.io/modules/Azure/avm-ptn-network-private-link-private-dns-zones/azurerm/latest,46d3xgtf.ptn.network-privatelinkprivatednszones,jtracey93,Jack Tracey,,,@Azure/avm-ptn-network-private-link-private-dns-zones-module-owners-tf,@Azure/avm-ptn-network-private-link-private-dns-zones-module-contributors-tf,AVM Pattern Module for Private Link Private DNS Zones,,2024-06 -Azure Route Server,,avm-ptn-network-routeserver,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-network-routeserver,https://registry.terraform.io/modules/Azure/avm-ptn-network-routeserver/azurerm/latest,46d3xgtf.ptn.route-srv,jchancellor-ms,Jon Chancellor,,,@Azure/avm-ptn-network-routeserver-module-owners-tf,@Azure/avm-ptn-network-routeserver-module-contributors-tf,AVM Pattern Module for Azure Route Server,,2024-06 -Oracle Exedata Workload,,avm-ptn-odaa,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-odaa,https://registry.terraform.io/modules/Azure/avm-ptn-odaa/azurerm/latest,46d3xgtf.ptn.oracle-odaa,terrymandin,Terry Mandin,,,@Azure/avm-ptn-odaa-module-owners-tf,@Azure/avm-ptn-odaa-module-contributors-tf,AVM Pattern Module for Oracle Exedata Workload,,2024-10 -Oracle Identity,,avm-ptn-odaa-identity,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-odaa-identity,https://registry.terraform.io/modules/Azure/avm-ptn-odaa-identity/azurerm/latest,46d3xgtf.ptn.oracle-identity,terrymandin,Terry Mandin,,,@Azure/avm-ptn-odaa-identity-module-owners-tf,@Azure/avm-ptn-odaa-identity-module-contributors-tf,AVM Pattern Module for Oracle Identity,, -Oracle Database on Azure,,avm-ptn-oracle-iaas,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-oracle-iaas,https://registry.terraform.io/modules/Azure/avm-ptn-oracle-iaas/azurerm/latest,46d3xgtf.ptn.database-oracle,sihbher,Gerardo Reyes,,,@Azure/avm-ptn-oracle-iaas-module-owners-tf,@Azure/avm-ptn-oracle-iaas-module-contributors-tf,AVM Pattern Module for Oracle Database on Azure,, -Policy assignment,,avm-ptn-policyassignment,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-policyassignment,https://registry.terraform.io/modules/Azure/avm-ptn-policyassignment/azurerm/latest,46d3xgtf.ptn.policy-assignment,steph409,Stephanie Lanius,bjornhofer,Bjorn Hofer,@Azure/avm-ptn-policyassignment-module-owners-tf,@Azure/avm-ptn-policyassignment-module-contributors-tf,AVM Pattern Module for Policy assignment,,2024-10 -Sentinel Solutions,,avm-ptn-sentinel-solutions,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-sentinel-solutions,https://registry.terraform.io/modules/Azure/avm-ptn-sentinel-solutions/azurerm/latest,46d3xgtf.ptn.sentinel-solutions,LaurentLesle,Laurent Lesle,,,@Azure/avm-ptn-sentinel-solutions-module-owners-tf,@Azure/avm-ptn-sentinel-solutions-module-contributors-tf,AVM Pattern Module for Sentinel Solutions,, -Virtual WAN,vWAN,avm-ptn-virtualwan,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-virtualwan,https://registry.terraform.io/modules/Azure/avm-ptn-virtualwan/azurerm/latest,46d3xgtf.ptn.network-virtualwan,khushal08,Khush Kaviraj,,,@Azure/avm-ptn-virtualwan-module-owners-tf,@Azure/avm-ptn-virtualwan-module-contributors-tf,AVM Pattern Module for Virtual WAN,,2023-10 -Virtual Network Gateway,VNET GW,avm-ptn-vnetgateway,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-ptn-vnetgateway,https://registry.terraform.io/modules/Azure/avm-ptn-vnetgateway/azurerm/latest,46d3xgtf.ptn.network-vnetgateway,luke-taylor,Luke Taylor,matt-FFFFFF,Matt White,@Azure/avm-ptn-vnetgateway-module-owners-tf,@Azure/avm-ptn-vnetgateway-module-contributors-tf,AVM Pattern Module for Virtual Network Gateway,,2023-11 -Network Security Groups,NSG,avm-ptn-subnets-nsgs-routes,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-subnets-nsgs-routes/,https://registry.terraform.io/modules/Azure/avm-ptn-subnets-nsgs-routes/azurerm/latest,46d3xgtf.ptn-subnets-nsgs-routes,swathialuganti,Swathi Aluganti Narasimhulu,,,@Azure/avm-ptn-subnets-nsgs-routes-module-owners-tf,@Azure/avm-ptn-subnets-nsgs-routes-module-contributors-tf,AVM Pattern Module for Network Security Groups,, +AI platform baseline,,avm-ptn-ai-platform-baseline,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-ai-platform-baseline,https://registry.terraform.io/modules/Azure/avm-ptn-ai-platform-baseline/azurerm/latest,46d3xgtf.ptn.ai-platformbaseline,Nepomuceno,Gabriel Monteiro Nepomuceno,,,@Azure/avm-ptn-ai-platform-baseline-module-owners-tf,@Azure/avm-ptn-ai-platform-baseline-module-contributors-tf,AVM Pattern Module for AI platform baseline,, +AKS dev,,avm-ptn-aks-dev,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-aks-dev,https://registry.terraform.io/modules/Azure/avm-ptn-aks-dev/azurerm/latest,46d3xgtf.ptn.aks-dev,ms-henglu,Heng Lu,,,@Azure/avm-ptn-aks-dev-module-owners-tf,@Azure/avm-ptn-aks-dev-module-contributors-tf,AVM Pattern Module for AKS dev,,2024-10 +AKS economy,,avm-ptn-aks-economy,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-aks-economy,https://registry.terraform.io/modules/Azure/avm-ptn-aks-economy/azurerm/latest,46d3xgtf.ptn.aks-economy,ms-henglu,Heng Lu,,,@Azure/avm-ptn-aks-economy-module-owners-tf,@Azure/avm-ptn-aks-economy-module-contributors-tf,AVM Pattern Module for AKS economy,,2024-11 +AKS Enterprise,,avm-ptn-aks-enterprise,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-aks-enterprise,https://registry.terraform.io/modules/Azure/avm-ptn-aks-enterprise/azurerm/latest,46d3xgtf.ptn.aks-enterprise,ms-henglu,Heng Lu,,,@Azure/avm-ptn-aks-enterprise-module-owners-tf,@Azure/avm-ptn-aks-enterprise-module-contributors-tf,AVM Pattern Module for AKS Enterprise,,2024-11 +Azure Kubernetes Service,,avm-ptn-aks-production,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-aks-production,https://registry.terraform.io/modules/Azure/avm-ptn-aks-production/azurerm/latest,46d3xgtf.ptn.aks-production,zioproto,Saverio Proto,,,@Azure/avm-ptn-aks-production-module-owners-tf,@Azure/avm-ptn-aks-production-module-contributors-tf,AVM Pattern Module for Azure Kubernetes Service,,2024-04 +Azure Landing Zone,,avm-ptn-alz,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-alz,https://registry.terraform.io/modules/Azure/avm-ptn-alz/azurerm/latest,46d3xgtf.ptn.ptn-alz,matt-FFFFFF,Matt White,,,@Azure/avm-ptn-alz-module-owners-tf,@Azure/avm-ptn-alz-module-contributors-tf,AVM Pattern Module for Azure Landing Zone,,2023-11 +ALZ Management,Azure Landing Zones - Management,avm-ptn-alz-management,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-alz-management,https://registry.terraform.io/modules/Azure/avm-ptn-alz-management/azurerm/latest,46d3xgtf.ptn.alz-management,luke-taylor,Luke Taylor,,,@Azure/avm-ptn-alz-management-module-owners-tf,@Azure/avm-ptn-alz-management-module-contributors-tf,AVM Pattern Module that handles all aspects of the ALZ management resources,,2023-12 +ALZ Connevtivty vWAN,Azure Landing Zones - vWAN,avm-ptn-alz-connectivity-virtual-wan,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-alz-connectivity-virtual-wan,https://registry.terraform.io/modules/Azure/avm-ptn-alz-connectivity-virtual-wan/azurerm/latest,46d3xgtf.ptn.alz-connectivity-virtual-wan,jaredfholgate,Jared Holgate,,,@Azure/avm-ptn-alz-connectivity-virtual-wan-module-owners-tf,@Azure/avm-ptn-alz-connectivity-virtual-wan-module-contributors-tf,The ALZ Platform Landing Zone Connectivity with Virtual WAN,,2025-04 +ALZ Connevtivty Hub and Spoke,Azure Landing Zones - Hub and Spoke,avm-ptn-alz-connectivity-hub-and-spoke-vnet,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-alz-connectivity-hub-and-spoke-vnet,https://registry.terraform.io/modules/Azure/avm-ptn-alz-connectivity-hub-and-spoke-vnet/azurerm/latest,46d3xgtf.ptn.alz-connectivity-hub-and-spoke-vnet,jaredfholgate,Jared Holgate,,,@Azure/avm-ptn-alz-connectivity-hub-and-spoke-vnet-module-owners-tf,@Azure/avm-ptn-alz-connectivity-hub-and-spoke-vnet-module-contributors-tf,The ALZ Platform Landing Zone Connectivity with Hub and Spoke Virtual Networks Pattern Module,,2025-03 +AVD Insights,Azure Virtual Desktop Insights,avm-ptn-avd-lza-insights,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-avd-lza-insights,https://registry.terraform.io/modules/Azure/avm-ptn-avd-lza-insights/azurerm/latest,46d3xgtf.ptn.avd-lza-insights,jensheerin,Jen Sheerin,cshea-msft,Charles Shea,@Azure/avm-ptn-avd-lza-insights-module-owners-tf,@Azure/avm-ptn-avd-lza-insights-module-contributors-tf,AVM Pattern Module for AVD Insights,,2024-05 +AVD Management Plane,Azure Virtual Desktop Management Plane,avm-ptn-avd-lza-managementplane,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-avd-lza-managementplane,https://registry.terraform.io/modules/Azure/avm-ptn-avd-lza-managementplane/azurerm/latest,46d3xgtf.ptn.avd-lza-managementplane,jensheerin,Jen Sheerin,cshea-msft,Charles Shea,@Azure/avm-ptn-avd-lza-managementplane-module-owners-tf,@Azure/avm-ptn-avd-lza-managementplane-module-contributors-tf,AVM Pattern Module for AVD Management Plane,,2024-05 +AVD Session Hosts,Azure Virtual Desktop Session Hosts,avm-ptn-avd-lza-sessionhosts,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-avd-lza-sessionhosts,https://registry.terraform.io/modules/Azure/avm-ptn-avd-lza-sessionhosts/azurerm/latest,46d3xgtf.ptn.avd-lza-sessionhosts,cshea-msft,Charles Shea,,,@Azure/avm-ptn-avd-lza-sessionhosts-module-owners-tf,@Azure/avm-ptn-avd-lza-sessionhosts-module-contributors-tf,AVM Pattern Module for AVD Session Hosts,, +IPAM,IP Address Management,avm-ptn-azure-ipam,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-azure-ipam,https://registry.terraform.io/modules/Azure/avm-ptn-azure-ipam/azurerm/latest,46d3xgtf.ptn.azure-ipam,pagyP,Paul Paginton,,,@Azure/avm-ptn-azure-ipam-module-owners-tf,@Azure/avm-ptn-azure-ipam-module-contributors-tf,AVM Pattern Module for IPAM,, +Azure Monitor Windows Agent,,avm-ptn-azuremonitorwindowsagent,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-azuremonitorwindowsagent,https://registry.terraform.io/modules/Azure/avm-ptn-azuremonitorwindowsagent/azurerm/latest,46d3xgtf.ptn.azuremonitor-windowsagent,xhy8759,Hangyu Xu,,,@Azure/avm-ptn-azuremonitorwindowsagent-module-owners-tf,@Azure/avm-ptn-azuremonitorwindowsagent-module-contributors-tf,AVM Pattern Module for Azure Monitor Windows Agent,,2024-08 +Azure Site Recovery VM Replication,,avm-ptn-bcdr-vm-replication,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-bcdr-vm-replication,https://registry.terraform.io/modules/Azure/avm-ptn-bcdr-vm-replication/azurerm/latest,46d3xgtf.ptn.asr-vmreplication,FreddyAyala,Freddy Ayala,,,@Azure/avm-ptn-bcdr-vm-replication-module-owners-tf,@Azure/avm-ptn-bcdr-vm-replication-module-contributors-tf,AVM Pattern Module for Azure Site Recovery VM Replication,, +Baseline OpenAI end-to-end chat,,avm-ptn-openai-e2e-baseline,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-openai-e2e-baseline,https://registry.terraform.io/modules/Azure/avm-ptn-openai-e2e-baseline/azurerm/latest,46d3xgtf.ptn.e2e-baseline,cshea-msft,Charles Shea,,,@Azure/avm-ptn-openai-e2e-baseline-module-owners-tf,@Azure/avm-ptn-openai-e2e-baseline-module-contributors-tf,AVM Pattern Module for Baseline OpenAI end-to-end chat,, +CI CD Agents and Runners,,avm-ptn-cicd-agents-and-runners,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-cicd-agents-and-runners,https://registry.terraform.io/modules/Azure/avm-ptn-cicd-agents-and-runners/azurerm/latest,46d3xgtf.ptn.cicd-agents-and-runners,jaredfholgate,Jared Holgate,,,@Azure/avm-ptn-cicd-agents-and-runners-module-owners-tf,@Azure/avm-ptn-cicd-agents-and-runners-module-contributors-tf,AVM Pattern Module for CI CD Agents and Runners,,2024-08 +CI CD bootstrap,,avm-ptn-cicd-bootstrap,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-cicd-bootstrap,https://registry.terraform.io/modules/Azure/avm-ptn-cicd-bootstrap/azurerm/latest,46d3xgtf.ptn.cicd-bootstrap,luke-taylor,Luke Taylor,,,@Azure/avm-ptn-cicd-bootstrap-module-owners-tf,@Azure/avm-ptn-cicd-bootstrap-module-contributors-tf,AVM Pattern Module for CI CD bootstrap,, +Corporate Line of Business (LoB) ChatBot ,,avm-ptn-openai-cognitivesearch,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-openai-cognitivesearch,https://registry.terraform.io/modules/Azure/avm-ptn-openai-cognitivesearch/azurerm/latest,46d3xgtf.ptn.lob-chatbot,mikestiers,Mike Stiers,,,@Azure/avm-ptn-openai-cognitivesearch-module-owners-tf,@Azure/avm-ptn-openai-cognitivesearch-module-contributors-tf,AVM Pattern Module for Corporate Line of Business (LoB) ChatBot ,, +Azure Confidential Compute,,avm-ptn-confidential-compute,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-confidential-compute,https://registry.terraform.io/modules/Azure/avm-ptn-confidential-compute/azurerm/latest,46d3xgtf.ptn.confidential-compute,humblejay,Kunal Pole,,,@Azure/avm-ptn-confidential-compute-module-owners-tf,@Azure/avm-ptn-confidential-compute-module-contributors-tf,AVM Pattern Module for Azure Confidential Compute,, +FinOps Hubs,,avm-ptn-finopstoolkit-finopshub,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-finopstoolkit-finopshub,https://registry.terraform.io/modules/Azure/avm-ptn-finopstoolkit-finopshub/azurerm/latest,46d3xgtf.ptn.finopstoolkit-hub,didayal-msft,Divyadeep Dayal,,,@Azure/avm-ptn-finopstoolkit-finopshub-module-owners-tf,@Azure/avm-ptn-finopstoolkit-finopshub-module-contributors-tf,AVM Pattern Module for FinOps Hubs,, +Function App and private endpoint-secured Storage,,avm-ptn-function-app-storage-private-endpoints,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-function-app-storage-private-endpoints,https://registry.terraform.io/modules/Azure/avm-ptn-function-app-storage-private-endpoints/azurerm/latest,46d3xgtf.ptn.funapp-secstorage,donovm4,Donovan McCoy,,,@Azure/avm-ptn-function-app-storage-private-endpoints-module-owners-tf,@Azure/avm-ptn-function-app-storage-private-endpoints-module-contributors-tf,AVM Pattern Module for Function App and private endpoint-secured Storage,,2025-04 +Arc for AD registration,,avm-ptn-hci-ad-provisioner,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-hci-ad-provisioner,https://registry.terraform.io/modules/Azure/avm-ptn-hci-ad-provisioner/azurerm/latest,46d3xgtf.ptn.hci-ad-provisioner,xhy8759,Hangyu Xu,,,@Azure/avm-ptn-hci-ad-provisioner-module-owners-tf,@Azure/avm-ptn-hci-ad-provisioner-module-contributors-tf,AVM Pattern Module for Arc for AD registration,,2024-08 +Arc for Server registration,,avm-ptn-hci-server-provisioner,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-hci-server-provisioner,https://registry.terraform.io/modules/Azure/avm-ptn-hci-server-provisioner/azurerm/latest,46d3xgtf.ptn.hci-provisioner,xhy8759,Hangyu Xu,,,@Azure/avm-ptn-hci-server-provisioner-module-owners-tf,@Azure/avm-ptn-hci-server-provisioner-module-contributors-tf,AVM Pattern Module for Arc for Server registration,,2024-08 +Hub Networking,,avm-ptn-hubnetworking,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-hubnetworking,https://registry.terraform.io/modules/Azure/avm-ptn-hubnetworking/azurerm/latest,46d3xgtf.ptn.network-hubnetworking,jaredfholgate,Jared Holgate,,,@Azure/avm-ptn-hubnetworking-module-owners-tf,@Azure/avm-ptn-hubnetworking-module-contributors-tf,AVM Pattern Module for Hub Networking,TFVM location: https://github.com/Azure/terraform-azurerm-hubnetworking,2024-09 +Virtual Machine Scale Set,,avm-ptn-lbvmss,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-lbvmss,https://registry.terraform.io/modules/Azure/avm-ptn-lbvmss/azurerm/latest,46d3xgtf.ptn.compute-lbvmss,terrymandin,Terry Mandin,,,@Azure/avm-ptn-lbvmss-module-owners-tf,@Azure/avm-ptn-lbvmss-module-contributors-tf,AVM Pattern Module for Virtual Machine Scale Set,, +AMBA,Azure Monitor Baseline Alerts,avm-ptn-monitoring-amba,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-monitoring-amba,https://registry.terraform.io/modules/Azure/avm-ptn-monitoring-amba/azurerm/latest,46d3xgtf.ptn.monitoring-amba,arjenhuitema,Arjen Huitema,,,@Azure/avm-ptn-monitoring-amba-module-owners-tf,@Azure/avm-ptn-monitoring-amba-module-contributors-tf,AVM Pattern Module for AMBA,, +AMBA ALZ Pattern,Azure Monitor Baseline Alerts - Azure Landing Zones Pattern,avm-ptn-monitoring-amba-alz,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-monitoring-amba-alz,https://registry.terraform.io/modules/Azure/avm-ptn-monitoring-amba-alz/azurerm/latest,46d3xgtf.ptn.monitoring-amba-alz,arjenhuitema,Arjen Huitema,,,@Azure/avm-ptn-monitoring-amba-alz-module-owners-tf,@Azure/avm-ptn-monitoring-amba-alz-module-contributors-tf,AVM Pattern Module for AMBA ALZ Pattern,,2025-04 +Private Link Private DNS Zones,,avm-ptn-network-private-link-private-dns-zones,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-network-private-link-private-dns-zones,https://registry.terraform.io/modules/Azure/avm-ptn-network-private-link-private-dns-zones/azurerm/latest,46d3xgtf.ptn.network-privatelinkprivatednszones,jtracey93,Jack Tracey,,,@Azure/avm-ptn-network-private-link-private-dns-zones-module-owners-tf,@Azure/avm-ptn-network-private-link-private-dns-zones-module-contributors-tf,AVM Pattern Module for Private Link Private DNS Zones,,2024-06 +Azure Route Server,,avm-ptn-network-routeserver,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-network-routeserver,https://registry.terraform.io/modules/Azure/avm-ptn-network-routeserver/azurerm/latest,46d3xgtf.ptn.route-srv,jchancellor-ms,Jon Chancellor,,,@Azure/avm-ptn-network-routeserver-module-owners-tf,@Azure/avm-ptn-network-routeserver-module-contributors-tf,AVM Pattern Module for Azure Route Server,,2024-06 +Oracle Exedata Workload,,avm-ptn-odaa,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-odaa,https://registry.terraform.io/modules/Azure/avm-ptn-odaa/azurerm/latest,46d3xgtf.ptn.oracle-odaa,terrymandin,Terry Mandin,,,@Azure/avm-ptn-odaa-module-owners-tf,@Azure/avm-ptn-odaa-module-contributors-tf,AVM Pattern Module for Oracle Exedata Workload,,2024-10 +Oracle Identity,,avm-ptn-odaa-identity,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-odaa-identity,https://registry.terraform.io/modules/Azure/avm-ptn-odaa-identity/azurerm/latest,46d3xgtf.ptn.oracle-identity,terrymandin,Terry Mandin,,,@Azure/avm-ptn-odaa-identity-module-owners-tf,@Azure/avm-ptn-odaa-identity-module-contributors-tf,AVM Pattern Module for Oracle Identity,, +Oracle Database on Azure,,avm-ptn-oracle-iaas,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-oracle-iaas,https://registry.terraform.io/modules/Azure/avm-ptn-oracle-iaas/azurerm/latest,46d3xgtf.ptn.database-oracle,sihbher,Gerardo Reyes,,,@Azure/avm-ptn-oracle-iaas-module-owners-tf,@Azure/avm-ptn-oracle-iaas-module-contributors-tf,AVM Pattern Module for Oracle Database on Azure,, +Policy assignment,,avm-ptn-policyassignment,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-policyassignment,https://registry.terraform.io/modules/Azure/avm-ptn-policyassignment/azurerm/latest,46d3xgtf.ptn.policy-assignment,steph409,Stephanie Lanius,bjornhofer,Bjorn Hofer,@Azure/avm-ptn-policyassignment-module-owners-tf,@Azure/avm-ptn-policyassignment-module-contributors-tf,AVM Pattern Module for Policy assignment,,2024-10 +Sentinel Solutions,,avm-ptn-sentinel-solutions,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-sentinel-solutions,https://registry.terraform.io/modules/Azure/avm-ptn-sentinel-solutions/azurerm/latest,46d3xgtf.ptn.sentinel-solutions,LaurentLesle,Laurent Lesle,,,@Azure/avm-ptn-sentinel-solutions-module-owners-tf,@Azure/avm-ptn-sentinel-solutions-module-contributors-tf,AVM Pattern Module for Sentinel Solutions,, +Virtual WAN,vWAN,avm-ptn-virtualwan,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-virtualwan,https://registry.terraform.io/modules/Azure/avm-ptn-virtualwan/azurerm/latest,46d3xgtf.ptn.network-virtualwan,khushal08,Khush Kaviraj,,,@Azure/avm-ptn-virtualwan-module-owners-tf,@Azure/avm-ptn-virtualwan-module-contributors-tf,AVM Pattern Module for Virtual WAN,,2023-10 +Virtual Network Gateway,VNET GW,avm-ptn-vnetgateway,Available,https://github.com/Azure/terraform-azurerm-avm-ptn-vnetgateway,https://registry.terraform.io/modules/Azure/avm-ptn-vnetgateway/azurerm/latest,46d3xgtf.ptn.network-vnetgateway,luke-taylor,Luke Taylor,matt-FFFFFF,Matt White,@Azure/avm-ptn-vnetgateway-module-owners-tf,@Azure/avm-ptn-vnetgateway-module-contributors-tf,AVM Pattern Module for Virtual Network Gateway,,2023-11 +Network Security Groups,NSG,avm-ptn-subnets-nsgs-routes,Proposed,https://github.com/Azure/terraform-azurerm-avm-ptn-subnets-nsgs-routes/,https://registry.terraform.io/modules/Azure/avm-ptn-subnets-nsgs-routes/azurerm/latest,46d3xgtf.ptn-subnets-nsgs-routes,swathialuganti,Swathi Aluganti Narasimhulu,,,@Azure/avm-ptn-subnets-nsgs-routes-module-owners-tf,@Azure/avm-ptn-subnets-nsgs-routes-module-contributors-tf,AVM Pattern Module for Network Security Groups,, diff --git a/docs/static/module-indexes/TerraformResourceModules.csv b/docs/static/module-indexes/TerraformResourceModules.csv index d525268eb..e4574eea4 100644 --- a/docs/static/module-indexes/TerraformResourceModules.csv +++ b/docs/static/module-indexes/TerraformResourceModules.csv @@ -1,143 +1,143 @@ ο»ΏProviderNamespace,ResourceType,ModuleDisplayName,AlternativeNames,ModuleName,ParentModule,ModuleStatus,RepoURL,PublicRegistryReference,TelemetryIdPrefix,PrimaryModuleOwnerGHHandle,PrimaryModuleOwnerDisplayName,SecondaryModuleOwnerGHHandle,SecondaryModuleOwnerDisplayName,ModuleOwnersGHTeam,ModuleContributorsGHTeam,Description,Comments,FirstPublishedIn -Microsoft.AAD,domainServices,Azure Active Directory Domain Service,,avm-res-aad-domainservice,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-aad-domainservice,https://registry.terraform.io/modules/Azure/avm-res-aad-domainservice/azurerm/latest,46d3xgtf.res.aad-domainservice,humanascode,Itamar Hirosh,,,@Azure/avm-res-aad-domainservice-module-owners-tf,@Azure/avm-res-aad-domainservice-module-contributors-tf,AVM Resource Module for Azure Active Directory Domain Service,, -Microsoft.AlertsManagement,actionRules,Action Rules,,avm-res-alertsmanagement-actionrule,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-alertsmanagement-actionrule,https://registry.terraform.io/modules/Azure/avm-res-alertsmanagement-actionrule/azurerm/latest,46d3xgtf.res.alertsmanagement-actionrule,joeybarnes,Joseph Barnes,,,@Azure/avm-res-alertsmanagement-actionrule-module-owners-tf,@Azure/avm-res-alertsmanagement-actionrule-module-contributors-tf,AVM Resource Module for Action Rules,, -Microsoft.AnalysisServices,servers,Analysis Services Server,,avm-res-analysisservices-server,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-analysisservices-server,https://registry.terraform.io/modules/Azure/avm-res-analysisservices-server/azurerm/latest,46d3xgtf.res.analysisservices-server,Bhavyasree08,Bhavyasree Damarla,,,@Azure/avm-res-analysisservices-server-module-owners-tf,@Azure/avm-res-analysisservices-server-module-contributors-tf,AVM Resource Module for Analysis Services Server,, -Microsoft.ApiManagement,service,API Management Service,,avm-res-apimanagement-service,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-apimanagement-service,https://registry.terraform.io/modules/Azure/avm-res-apimanagement-service/azurerm/latest,46d3xgtf.res.apimanagement-service,swatilekhapaul,Swatilekha Paul,,,@Azure/avm-res-apimanagement-service-module-owners-tf,@Azure/avm-res-apimanagement-service-module-contributors-tf,AVM Resource Module for API Management Service,,2025-04 -Microsoft.App,containerApps,Container App,,avm-res-app-containerapp,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-app-containerapp,https://registry.terraform.io/modules/Azure/avm-res-app-containerapp/azurerm/latest,46d3xgtf.res.app-containerapp,lonegunmanb,Zijie He,,,@Azure/avm-res-app-containerapp-module-owners-tf,@Azure/avm-res-app-containerapp-module-contributors-tf,AVM Resource Module for Container App,,2024-07 -Microsoft.App,Jobs,App Job,,avm-res-app-job,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-app-job,https://registry.terraform.io/modules/Azure/avm-res-app-job/azurerm/latest,46d3xgtf.res.app-job,sujaypillai,Sujay Pillai,,,@Azure/avm-res-app-job-module-owners-tf,@Azure/avm-res-app-job-module-contributors-tf,AVM Resource Module for App Job,, -Microsoft.App,managedEnvironments,App Managed Environment,,avm-res-app-managedenvironment,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment,https://registry.terraform.io/modules/Azure/avm-res-app-managedenvironment/azurerm/latest,46d3xgtf.res.app-managedenvironment,segraef,Sebastian Graef,,,@Azure/avm-res-app-managedenvironment-module-owners-tf,@Azure/avm-res-app-managedenvironment-module-contributors-tf,AVM Resource Module for App Managed Environment,,2024-02 -Microsoft.AppConfiguration,configurationStores,App Configuration Store,,avm-res-appconfiguration-configurationstore,n/a,Available :green_circle:,https://github.com/Azure/terraform-azure-avm-res-appconfiguration-configurationstore,https://registry.terraform.io/modules/Azure/avm-res-appconfiguration-configurationstore/azure/latest,46d3xgtf.res.appconfiguration-configurationstore,matt-FFFFFF,Matt White,,,@Azure/avm-res-appconfiguration-configurationstore-module-owners-tf,@Azure/avm-res-appconfiguration-configurationstore-module-contributors-tf,AVM Resource Module for App Configuration Store,,2025-04 -Microsoft.Authorization,roleAssignments,Role Assignment,,avm-res-authorization-roleassignment,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-authorization-roleassignment,https://registry.terraform.io/modules/Azure/avm-res-authorization-roleassignment/azurerm/latest,46d3xgtf.res.authorization-roleassignment,jaredfholgate,Jared Holgate,,,@Azure/avm-res-authorization-roleassignment-module-owners-tf,@Azure/avm-res-authorization-roleassignment-module-contributors-tf,AVM Resource Module for Role Assignment,,2024-01 -Microsoft.Automation,automationAccounts,Automation Account,,avm-res-automation-automationaccount,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-automation-automationaccount,https://registry.terraform.io/modules/Azure/avm-res-automation-automationaccount/azurerm/latest,46d3xgtf.res.automation-automationaccount,didayal-msft,Divyadeep Dayal,Poven795909,Poornima Venkataramanan,@Azure/avm-res-automation-automationaccount-module-owners-tf,@Azure/avm-res-automation-automationaccount-module-contributors-tf,AVM Resource Module for Automation Account,,2025-04 -Microsoft.AVS,privateClouds,AVS Private Cloud,,avm-res-avs-privatecloud,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-avs-privatecloud,https://registry.terraform.io/modules/Azure/avm-res-avs-privatecloud/azurerm/latest,46d3xgtf.res.avs-privatecloud,jchancellor-ms,Jon Chancellor,,,@Azure/avm-res-avs-privatecloud-module-owners-tf,@Azure/avm-res-avs-privatecloud-module-contributors-tf,AVM Resource Module for AVS Private Cloud,,2024-02 -Microsoft.AzureStackHCI,clusters,Azure Stack HCI Cluster,,avm-res-azurestackhci-cluster,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-azurestackhci-cluster,https://registry.terraform.io/modules/Azure/avm-res-azurestackhci-cluster/azurerm/latest,46d3xgtf.res.azurestackhci-cluster,xhy8759,Hangyu Xu,,,@Azure/avm-res-azurestackhci-cluster-module-owners-tf,@Azure/avm-res-azurestackhci-cluster-module-contributors-tf,AVM Resource Module for Azure Stack HCI Cluster,,2024-08 -Microsoft.AzureStackHCI,logicalNetworks,AzureStackHCI logical network,,avm-res-azurestackhci-logicalnetwork,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-azurestackhci-logicalnetwork,https://registry.terraform.io/modules/Azure/avm-res-azurestackhci-logicalnetwork/azurerm/latest,46d3xgtf.res.azurestackhci-logicalnetwork,xhy8759,Hangyu Xu,,,@Azure/avm-res-azurestackhci-logicalnetwork-module-owners-tf,@Azure/avm-res-azurestackhci-logicalnetwork-module-contributors-tf,AVM Resource Module for AzureStackHCI logical network,,2024-08 -Microsoft.AzureStackHCI,virtualMachineInstances,Stack HCI Virtual Machine Instance,,avm-res-azurestackhci-virtualmachineinstance,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-azurestackhci-virtualmachineinstance,https://registry.terraform.io/modules/Azure/avm-res-azurestackhci-virtualmachineinstance/azurerm/latest,46d3xgtf.res.oracle-vmcluster,xhy8759,Hangyu Xu,,,@Azure/avm-res-azurestackhci-virtualmachineinstance-module-owners-tf,@Azure/avm-res-azurestackhci-virtualmachineinstance-module-contributors-tf,AVM Resource Module for Stack HCI Virtual Machine Instance,,2024-08 -Microsoft.Batch,batchAccounts,Batch Account,,avm-res-batch-batchaccount,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-batch-batchaccount,https://registry.terraform.io/modules/Azure/avm-res-batch-batchaccount/azurerm/latest,46d3xgtf.res.batch-batchaccount,ethanjenkins1,Ethan Jenkins,,,@Azure/avm-res-batch-batchaccount-module-owners-tf,@Azure/avm-res-batch-batchaccount-module-contributors-tf,AVM Resource Module for Batch Account,,2025-05 -Microsoft.BotService,botServices,Bot Service,,avm-res-botservice-botservice,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-botservice-botservice,https://registry.terraform.io/modules/Azure/avm-res-botservice-botservice/azurerm/latest,46d3xgtf.res.bot-service,salujamanish,Manish Saluja,,,@Azure/avm-res-botservice-botservice-module-owners-tf,@Azure/avm-res-botservice-botservice-module-contributors-tf,AVM Resource Module for Bot Service,, -Microsoft.Cache,Redis,Redis Cache,,avm-res-cache-redis,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-cache-redis,https://registry.terraform.io/modules/Azure/avm-res-cache-redis/azurerm/latest,46d3xgtf.res.cache-redis,jchancellor-ms,Jon Chancellor,,,@Azure/avm-res-cache-redis-module-owners-tf,@Azure/avm-res-cache-redis-module-contributors-tf,AVM Resource Module for Redis Cache,,2024-06 -Microsoft.Cdn,profiles,CDN Profile,,avm-res-cdn-profile,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-cdn-profile,https://registry.terraform.io/modules/Azure/avm-res-cdn-profile/azurerm/latest,46d3xgtf.res.cdn-profile,Poven795909,Poornima Venkataramanan,didayal-msft,Divyadeep Dayal,@Azure/avm-res-cdn-profile-module-owners-tf,@Azure/avm-res-cdn-profile-module-contributors-tf,AVM Resource Module for CDN Profile,,2024-05 -Microsoft.CognitiveServices,accounts,Cognitive Service,,avm-res-cognitiveservices-account,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-cognitiveservices-account,https://registry.terraform.io/modules/Azure/avm-res-cognitiveservices-account/azurerm/latest,46d3xgtf.res.cognitiveservices-account,lonegunmanb,Zijie He,,,@Azure/avm-res-cognitiveservices-account-module-owners-tf,@Azure/avm-res-cognitiveservices-account-module-contributors-tf,AVM Resource Module for Cognitive Services account ( Open AI),,2024-02 -Microsoft.Communication,emailServices,Email Communication Service,,avm-res-communication-emailservice,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-communication-emailservice,https://registry.terraform.io/modules/Azure/avm-res-communication-emailservice/azurerm/latest,46d3xgtf.res.communication-emailservice,lonegunmanb,Zijie He,,,@Azure/avm-res-communication-emailservice-module-owners-tf,@Azure/avm-res-communication-emailservice-module-contributors-tf,AVM Resource Module for Email Communication Service,, -Microsoft.Compute,diskEncryptionSets,Disk Encryption Set,,avm-res-compute-diskencryptionset,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-compute-diskencryptionset,https://registry.terraform.io/modules/Azure/avm-res-compute-diskencryptionset/azurerm/latest,46d3xgtf.res.compute-diskencryptionset,Akashc0807,Akash Choudhary,,,@Azure/avm-res-compute-diskencryptionset-module-owners-tf,@Azure/avm-res-compute-diskencryptionset-module-contributors-tf,AVM Resource Module for Disk Encryption Set,,2024-10 -Microsoft.Compute,disks,Compute Disk,,avm-res-compute-disk,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-compute-disk,https://registry.terraform.io/modules/Azure/avm-res-compute-disk/azurerm/latest,46d3xgtf.res.compute-disk,terrymandin,Terry Mandin,,,@Azure/avm-res-compute-disk-module-owners-tf,@Azure/avm-res-compute-disk-module-contributors-tf,AVM Resource Module for Compute Disk,,2024-05 -Microsoft.Compute,galleries,Azure Compute Gallery,,avm-res-compute-gallery,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-compute-gallery,https://registry.terraform.io/modules/Azure/avm-res-compute-gallery/azurerm/latest,46d3xgtf.res.compute-gallery,Akashc0807,Akash Choudhary,,,@Azure/avm-res-compute-gallery-module-owners-tf,@Azure/avm-res-compute-gallery-module-contributors-tf,AVM Resource Module for Azure Compute Gallery,,2024-12 -Microsoft.Compute,hostGroups,Host Groups,,avm-res-compute-hostgroup,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-compute-hostgroup,https://registry.terraform.io/modules/Azure/avm-res-compute-hostgroup/azurerm/latest,46d3xgtf.res.compute-hostgroup,chianw,Chian Wong,,,@Azure/avm-res-compute-hostgroup-module-owners-tf,@Azure/avm-res-compute-hostgroup-module-contributors-tf,AVM Resource Module for Host Groups,,2024-08 -Microsoft.Compute,images,Image,,avm-res-compute-image,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-compute-image,https://registry.terraform.io/modules/Azure/avm-res-compute-image/azurerm/latest,46d3xgtf.res.compute-image,,,,,@Azure/avm-res-compute-image-module-owners-tf,@Azure/avm-res-compute-image-module-contributors-tf,AVM Resource Module for Image,, -Microsoft.Compute,proximityPlacementGroups,Proximity Placement Group,,avm-res-compute-proximityplacementgroup,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-compute-proximityplacementgroup,https://registry.terraform.io/modules/Azure/avm-res-compute-proximityplacementgroup/azurerm/latest,46d3xgtf.res.compute-proximityplacementgroup,fafriha,Farouk Friha,,,@Azure/avm-res-compute-proximityplacementgroup-module-owners-tf,@Azure/avm-res-compute-proximityplacementgroup-module-contributors-tf,AVM Resource Module for Proximity Placement Group,,2024-11 -Microsoft.Compute,sshPublicKeys,Public SSH Key,,avm-res-compute-sshpublickey,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-compute-sshpublickey,https://registry.terraform.io/modules/Azure/avm-res-compute-sshpublickey/azurerm/latest,46d3xgtf.res.compute-sshpublickey,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-compute-sshpublickey-module-owners-tf,@Azure/avm-res-compute-sshpublickey-module-contributors-tf,AVM Resource Module for Public SSH Key,,2024-05 -Microsoft.Compute,virtualMachines,Virtual Machine,VM,avm-res-compute-virtualmachine,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-compute-virtualmachine,https://registry.terraform.io/modules/Azure/avm-res-compute-virtualmachine/azurerm/latest,46d3xgtf.res.compute-virtualmachine,jchancellor-ms,Jon Chancellor,,,@Azure/avm-res-compute-virtualmachine-module-owners-tf,@Azure/avm-res-compute-virtualmachine-module-contributors-tf,AVM Resource Module for Virtual Machine,TFVM location: https://github.com/Azure/terraform-azurerm-compute,2023-11 -Microsoft.Compute,virtualMachineScaleSets,Virtual Machine Scale Set,VMSS,avm-res-compute-virtualmachinescaleset,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-compute-virtualmachinescaleset,https://registry.terraform.io/modules/Azure/avm-res-compute-virtualmachinescaleset/azurerm/latest,46d3xgtf.res.compute-virtualmachinescaleset,terrymandin,Terry Mandin,marcelkmfst,Marcel Keller,@Azure/avm-res-compute-virtualmachinescaleset-module-owners-tf,@Azure/avm-res-compute-virtualmachinescaleset-module-contributors-tf,AVM Resource Module for Virtual Machine Scale Set,,2024-02 -Microsoft.Consumption,budgets,Consumption Budget,,avm-res-consumption-budget,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-consumption-budget,https://registry.terraform.io/modules/Azure/avm-res-consumption-budget/azurerm/latest,46d3xgtf.res.consumption-budget,,,,,@Azure/avm-res-consumption-budget-module-owners-tf,@Azure/avm-res-consumption-budget-module-contributors-tf,AVM Resource Module for Consumption Budget,, -Microsoft.ContainerInstance,containerGroups,Container Instance,,avm-res-containerinstance-containergroup,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-containerinstance-containergroup,https://registry.terraform.io/modules/Azure/avm-res-containerinstance-containergroup/azurerm/latest,46d3xgtf.res.containerinstance-containergroup,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-containerinstance-containergroup-module-owners-tf,@Azure/avm-res-containerinstance-containergroup-module-contributors-tf,AVM Resource Module for Container Instance,,2024-07 -Microsoft.ContainerRegistry,registries,Azure Container Registry (ACR),,avm-res-containerregistry-registry,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-containerregistry-registry,https://registry.terraform.io/modules/Azure/avm-res-containerregistry-registry/azurerm/latest,46d3xgtf.res.containerregistry-registry,Akashc0807,Akash Choudhary,,,@Azure/avm-res-containerregistry-registry-module-owners-tf,@Azure/avm-res-containerregistry-registry-module-contributors-tf,AVM Resource Module for Azure Container Registry (ACR),,2024-02 -Microsoft.ContainerService,managedClusters,AKS managed clusters,,avm-res-containerservice-managedcluster,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-containerservice-managedcluster,https://registry.terraform.io/modules/Azure/avm-res-containerservice-managedcluster/azurerm/latest,46d3xgtf.res.aks-managedcluster,ibersanoMS,Isabelle Bersano,,,@Azure/avm-res-containerservice-managedcluster-module-owners-tf,@Azure/avm-res-containerservice-managedcluster-module-contributors-tf,AVM Resource Module for AKS managed clusters,,2025-01 -Microsoft.Dashboard,grafana,Azure Managed Grafana,,avm-res-dashboard-grafana,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-dashboard-grafana,https://registry.terraform.io/modules/Azure/avm-res-dashboard-grafana/azurerm/latest,46d3xgtf.res.dashboard-grafana,khajour,Abdelaziz Khajour,,,@Azure/avm-res-dashboard-grafana-module-owners-tf,@Azure/avm-res-dashboard-grafana-module-contributors-tf,AVM Resource Module for Azure Managed Grafana,, -Microsoft.Databricks,accessConnectors,Azure Databricks Access Connector,,avm-res-databricks-accessconnector,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-databricks-accessconnector,https://registry.terraform.io/modules/Azure/avm-res-databricks-accessconnector/azurerm/latest,46d3xgtf.res.databricks-accessconnector,,,,,@Azure/avm-res-databricks-accessconnector-module-owners-tf,@Azure/avm-res-databricks-accessconnector-module-contributors-tf,AVM Resource Module for Azure Databricks Access Connector,, -Microsoft.Databricks,workspaces,Azure Databricks Workspace,,avm-res-databricks-workspace,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-databricks-workspace,https://registry.terraform.io/modules/Azure/avm-res-databricks-workspace/azurerm/latest,46d3xgtf.res.databricks-workspace,segraef,Sebastian Graef,,,@Azure/avm-res-databricks-workspace-module-owners-tf,@Azure/avm-res-databricks-workspace-module-contributors-tf,AVM Resource Module for Azure Databricks Workspace,,2024-03 -Microsoft.DataFactory,factories,Data Factory,,avm-res-datafactory-factory,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-datafactory-factory,https://registry.terraform.io/modules/Azure/avm-res-datafactory-factory/azurerm/latest,46d3xgtf.res.datafactory-factory,asishr,Asish R,,,@Azure/avm-res-datafactory-factory-module-owners-tf,@Azure/avm-res-datafactory-factory-module-contributors-tf,AVM Resource Module for Data Factory,,2025-04 -Microsoft.DataProtection,backupVaults,Data Protection Backup Vault,,avm-res-dataprotection-backupvault,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-dataprotection-backupvault,https://registry.terraform.io/modules/Azure/avm-res-dataprotection-backupvault/azurerm/latest,46d3xgtf.res.dataprotection-backupvault,ethanjenkins1,Ethan Jenkins,,,@Azure/avm-res-dataprotection-backupvault-module-owners-tf,@Azure/avm-res-dataprotection-backupvault-module-contributors-tf,AVM Resource Module for Data Protection Backup Vault,, -Microsoft.DBforMySQL,flexibleServers,DB for MySQL Flexible Server,,avm-res-dbformysql-flexibleserver,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-dbformysql-flexibleserver,https://registry.terraform.io/modules/Azure/avm-res-dbformysql-flexibleserver/azurerm/latest,46d3xgtf.res.dbformysql-flexibleserver,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-dbformysql-flexibleserver-module-owners-tf,@Azure/avm-res-dbformysql-flexibleserver-module-contributors-tf,AVM Resource Module for DB for MySQL Flexible Server,,2024-09 -Microsoft.DBforPostgreSQL,flexibleServers,DB for Postgre SQL Flexible Server,,avm-res-dbforpostgresql-flexibleserver,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-dbforpostgresql-flexibleserver,https://registry.terraform.io/modules/Azure/avm-res-dbforpostgresql-flexibleserver/azurerm/latest,46d3xgtf.res.dbforpostgresql-flexibleserver,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-dbforpostgresql-flexibleserver-module-owners-tf,@Azure/avm-res-dbforpostgresql-flexibleserver-module-contributors-tf,AVM Resource Module for DB for Postgre SQL Flexible Server,,2024-09 -Microsoft.DesktopVirtualization,applicationGroups,Azure Virtual Desktop (AVD) Application Group,,avm-res-desktopvirtualization-applicationgroup,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-desktopvirtualization-applicationgroup,https://registry.terraform.io/modules/Azure/avm-res-desktopvirtualization-applicationgroup/azurerm/latest,46d3xgtf.res.desktopvirtualization-appgroup,jensheerin,Jen Sheerin,cshea-msft,Charles Shea,@Azure/avm-res-desktopvirtualization-applicationgroup-module-owners-tf,@Azure/avm-res-desktopvirtualization-applicationgroup-module-contributors-tf,AVM Resource Module for Azure Virtual Desktop (AVD) Application Group,,2023-12 -Microsoft.DesktopVirtualization,hostPools,Azure Virtual Desktop (AVD) Host Pool,,avm-res-desktopvirtualization-hostpool,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-desktopvirtualization-hostpool,https://registry.terraform.io/modules/Azure/avm-res-desktopvirtualization-hostpool/azurerm/latest,46d3xgtf.res.desktopvirtualization-hostpool,jensheerin,Jen Sheerin,cshea-msft,Charles Shea,@Azure/avm-res-desktopvirtualization-hostpool-module-owners-tf,@Azure/avm-res-desktopvirtualization-hostpool-module-contributors-tf,AVM Resource Module for Azure Virtual Desktop (AVD) Host Pool,,2023-10 -Microsoft.DesktopVirtualization,scalingPlans,Azure Virtual Desktop (AVD) Scaling Plan,,avm-res-desktopvirtualization-scalingplan,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-desktopvirtualization-scalingplan,https://registry.terraform.io/modules/Azure/avm-res-desktopvirtualization-scalingplan/azurerm/latest,46d3xgtf.res.desktopvirtualization-scalingplan,jensheerin,Jen Sheerin,cshea-msft,Charles Shea,@Azure/avm-res-desktopvirtualization-scalingplan-module-owners-tf,@Azure/avm-res-desktopvirtualization-scalingplan-module-contributors-tf,AVM Resource Module for Azure Virtual Desktop (AVD) Scaling Plan,,2023-12 -Microsoft.DesktopVirtualization,workspaces,Azure Virtual Desktop (AVD) Workspace,,avm-res-desktopvirtualization-workspace,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-desktopvirtualization-workspace,https://registry.terraform.io/modules/Azure/avm-res-desktopvirtualization-workspace/azurerm/latest,46d3xgtf.res.desktopvirtualization-workspace,jensheerin,Jen Sheerin,cshea-msft,Charles Shea,@Azure/avm-res-desktopvirtualization-workspace-module-owners-tf,@Azure/avm-res-desktopvirtualization-workspace-module-contributors-tf,AVM Resource Module for Azure Virtual Desktop (AVD) Workspace,,2023-12 -Microsoft.DevCenter,devcenters,Dev Center,,avm-res-devcenter-devcenter,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-devcenter-devcenter,https://registry.terraform.io/modules/Azure/avm-res-devcenter-devcenter/azurerm/latest,46d3xgtf.res.devcenter-devcenter,cshea-msft,Charles Shea,,,@Azure/avm-res-devcenter-devcenter-module-owners-tf,@Azure/avm-res-devcenter-devcenter-module-contributors-tf,AVM Resource Module for Dev Center,,2024-10 -Microsoft.DevOpsInfrastructure,Pools,DevOps Pools,,avm-res-devopsinfrastructure-pool,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-devopsinfrastructure-pool,https://registry.terraform.io/modules/Azure/avm-res-devopsinfrastructure-pool/azurerm/latest,46d3xgtf.res.devcenter-devopspool,jaredfholgate,Jared Holgate,,,@Azure/avm-res-devopsinfrastructure-pool-module-owners-tf,@Azure/avm-res-devopsinfrastructure-pool-module-contributors-tf,AVM Resource Module for DevOps Pools,,2024-08 -Microsoft.DevTestLab,labs,DevTest Lab,,avm-res-devtestlab-lab,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-devtestlab-lab,https://registry.terraform.io/modules/Azure/avm-res-devtestlab-lab/azurerm/latest,46d3xgtf.res.devtestlab-lab,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-devtestlab-lab-module-owners-tf,@Azure/avm-res-devtestlab-lab-module-contributors-tf,AVM Resource Module for DevTest Lab,, -Microsoft.DigitalTwins,digitalTwinsInstances,Digital Twins Instance,,avm-res-digitaltwins-digitaltwinsinstance,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-digitaltwins-digitaltwinsinstance,https://registry.terraform.io/modules/Azure/avm-res-digitaltwins-digitaltwinsinstance/azurerm/latest,46d3xgtf.res.digitaltwins-digitaltwininstance,,,,,@Azure/avm-res-digitaltwins-digitaltwinsinstance-module-owners-tf,@Azure/avm-res-digitaltwins-digitaltwinsinstance-module-contributors-tf,AVM Resource Module for Digital Twins Instance,, -Microsoft.DocumentDB,databaseAccount,CosmosDB Database Account,,avm-res-documentdb-databaseaccount,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-documentdb-databaseaccount,https://registry.terraform.io/modules/Azure/avm-res-documentdb-databaseaccount/azurerm/latest,46d3xgtf.res.documentdb-databaseaccount,bryansan-msft,Bryan Sanchez Pernia,,,@Azure/avm-res-documentdb-databaseaccount-module-owners-tf,@Azure/avm-res-documentdb-databaseaccount-module-contributors-tf,AVM Resource Module for CosmosDB Database Account,,2024-08 -Microsoft.Edge,sites,Azure Arc Site manager,,avm-res-edge-site,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-edge-site,https://registry.terraform.io/modules/Azure/avm-res-edge-site/azurerm/latest,46d3xgtf.res.edge-site,xhy8759,Hangyu Xu,,,@Azure/avm-res-edge-site-module-owners-tf,@Azure/avm-res-edge-site-module-contributors-tf,AVM Resource Module for Azure Arc Site manager,,2024-08 -Microsoft.EventGrid,domains,Event Grid Domain,,avm-res-eventgrid-domain,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-eventgrid-domain,https://registry.terraform.io/modules/Azure/avm-res-eventgrid-domain/azurerm/latest,46d3xgtf.res.eventgrid-domain,,,,,@Azure/avm-res-eventgrid-domain-module-owners-tf,@Azure/avm-res-eventgrid-domain-module-contributors-tf,AVM Resource Module for Event Grid Domain,, -Microsoft.EventGrid,namespaces,Event Grid Namespace,,avm-res-eventgrid-namespace,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-eventgrid-namespace,https://registry.terraform.io/modules/Azure/avm-res-eventgrid-namespace/azurerm/latest,46d3xgtf.res.eventgrid-namespace,,,,,@Azure/avm-res-eventgrid-namespace-module-owners-tf,@Azure/avm-res-eventgrid-namespace-module-contributors-tf,AVM Resource Module for Event Grid Namespace,, -Microsoft.EventGrid,systemTopics,Event Grid System Topic,,avm-res-eventgrid-systemtopic,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-eventgrid-systemtopic,https://registry.terraform.io/modules/Azure/avm-res-eventgrid-systemtopic/azurerm/latest,46d3xgtf.res.eventgrid-systemtopic,,,,,@Azure/avm-res-eventgrid-systemtopic-module-owners-tf,@Azure/avm-res-eventgrid-systemtopic-module-contributors-tf,AVM Resource Module for Event Grid System Topic,, -Microsoft.EventGrid,topics,Event Grid Topic,,avm-res-eventgrid-topic,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-eventgrid-topic,https://registry.terraform.io/modules/Azure/avm-res-eventgrid-topic/azurerm/latest,46d3xgtf.res.eventgrid-topic,,,,,@Azure/avm-res-eventgrid-topic-module-owners-tf,@Azure/avm-res-eventgrid-topic-module-contributors-tf,AVM Resource Module for Event Grid Topic,, -Microsoft.EventHub,namespaces,Event Hub Namespace,,avm-res-eventhub-namespace,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-eventhub-namespace,https://registry.terraform.io/modules/Azure/avm-res-eventhub-namespace/azurerm/latest,46d3xgtf.res.eventhub-namespace,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-eventhub-namespace-module-owners-tf,@Azure/avm-res-eventhub-namespace-module-contributors-tf,AVM Resource Module for Event Hub Namespace,,2025-04 -Microsoft.HealthBot,healthBots,Azure Health Bot,,avm-res-healthbot-healthbot,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-healthbot-healthbot,https://registry.terraform.io/modules/Azure/avm-res-healthbot-healthbot/azurerm/latest,46d3xgtf.res.healthbot-healthbot,,,,,@Azure/avm-res-healthbot-healthbot-module-owners-tf,@Azure/avm-res-healthbot-healthbot-module-contributors-tf,AVM Resource Module for Azure Health Bot,, -Microsoft.HybridCompute,machines,Hybrid Compute Machine,,avm-res-hybridcompute-machine,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-hybridcompute-machine,https://registry.terraform.io/modules/Azure/avm-res-hybridcompute-machine/azurerm/latest,46d3xgtf.res.hybridcompute-machine,,,,,@Azure/avm-res-hybridcompute-machine-module-owners-tf,@Azure/avm-res-hybridcompute-machine-module-contributors-tf,AVM Resource Module for Hybrid Compute Machine,, -Microsoft.HybridContainerService,provisionedClusterInstances,AKS Arc,,avm-res-hybridcontainerservice-provisionedclusterinstance,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-hybridcontainerservice-provisionedclusterinstance,https://registry.terraform.io/modules/Azure/avm-res-hybridcontainerservice-provisionedclusterinstance/azurerm/latest,46d3xgtf.res.hybridcontainer-clusteringinstance,xhy8759,Hangyu Xu,,,@Azure/avm-res-hybridcontainerservice-provisionedclusterinstance-module-owners-tf,@Azure/avm-res-hybridcontainerservice-provisionedclusterinstance-module-contributors-tf,AVM Resource Module for AKS Arc,,2024-08 -Microsoft.Insights,actionGroups,Action Group,,avm-res-insights-actiongroup,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-insights-actiongroup,https://registry.terraform.io/modules/Azure/avm-res-insights-actiongroup/azurerm/latest,46d3xgtf.res.insights-actiongroup,arjenhuitema,Arjen Huitema,,,@Azure/avm-res-insights-actiongroup-module-owners-tf,@Azure/avm-res-insights-actiongroup-module-contributors-tf,AVM Resource Module for Action Group,, -Microsoft.Insights,activityLogAlerts,Activity log alerts,,avm-res-insights-activitylogalert,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-insights-activitylogalert,https://registry.terraform.io/modules/Azure/avm-res-insights-activitylogalert/azurerm/latest,46d3xgtf.res.activitylogalert,tagolovina,Tanya Golovina,,,@Azure/avm-res-insights-activitylogalert-module-owners-tf,@Azure/avm-res-insights-activitylogalert-module-contributors-tf,AVM Resource Module for Activity log alerts,, -Microsoft.Insights,alertrules,Alert Rules,,avm-res-insights-alertrule,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-insights-alertrule,https://registry.terraform.io/modules/Azure/avm-res-insights-alertrule/azurerm/latest,46d3xgtf.res.insights-alertrule,joeybarnes,Joseph Barnes,,,@Azure/avm-res-insights-alertrule-module-owners-tf,@Azure/avm-res-insights-alertrule-module-contributors-tf,AVM Resource Module for Alert Rules,, -Microsoft.Insights,autoscalesettings,Auto scale settings,,avm-res-insights-autoscalesetting,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-insights-autoscalesetting,https://registry.terraform.io/modules/Azure/avm-res-insights-autoscalesetting/azurerm/latest,46d3xgtf.res.insights-alertrule,chianw,Chian Wong,,,@Azure/avm-res-insights-autoscalesetting-module-owners-tf,@Azure/avm-res-insights-autoscalesetting-module-contributors-tf,AVM Resource Module for Auto scale settings,,2024-11 -Microsoft.Insights,components,Application Insight,,avm-res-insights-component,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-insights-component,https://registry.terraform.io/modules/Azure/avm-res-insights-component/azurerm/latest,46d3xgtf.res.insights-component,Jfolberth,John Folberth,,,@Azure/avm-res-insights-component-module-owners-tf,@Azure/avm-res-insights-component-module-contributors-tf,AVM Resource Module for Application Insight,,2024-08 -Microsoft.Insights,dataCollectionEndpoints,Data Collection Endpoint,,avm-res-insights-datacollectionendpoint,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-insights-datacollectionendpoint,https://registry.terraform.io/modules/Azure/avm-res-insights-datacollectionendpoint/azurerm/latest,46d3xgtf.res.insights-datacollectionendpoint,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-insights-datacollectionendpoint-module-owners-tf,@Azure/avm-res-insights-datacollectionendpoint-module-contributors-tf,AVM Resource Module for Data Collection Endpoint,,2024-08 -Microsoft.Insights,dataCollectionRules,Data Collection Rule,,avm-res-insights-datacollectionrule,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-insights-datacollectionrule,https://registry.terraform.io/modules/Azure/avm-res-insights-datacollectionrule/azurerm/latest,46d3xgtf.res.insights-datacollectionrule,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-insights-datacollectionrule-module-owners-tf,@Azure/avm-res-insights-datacollectionrule-module-contributors-tf,AVM Resource Module for Data Collection Rule,, -Microsoft.Insights,logProfiles,Log profile,,avm-res-insights-logprofile,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-insights-logprofile,https://registry.terraform.io/modules/Azure/avm-res-insights-logprofile/azurerm/latest,46d3xgtf.res.insight-logprofile,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-insights-logprofile-module-owners-tf,@Azure/avm-res-insights-logprofile-module-contributors-tf,AVM Resource Module for Log profile,, -Microsoft.Insights,metricAlerts,Metric Alert,,avm-res-insights-metricalert,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-insights-metricalert,https://registry.terraform.io/modules/Azure/avm-res-insights-metricalert/azurerm/latest,46d3xgtf.res.insights-metricalert,arjenhuitema,Arjen Huitema,,,@Azure/avm-res-insights-metricalert-module-owners-tf,@Azure/avm-res-insights-metricalert-module-contributors-tf,AVM Resource Module for Metric Alert,, -Microsoft.Insights,privateLinkScopes,Azure Monitor Private Link Scope,,avm-res-insights-privatelinkscope,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-insights-privatelinkscope,https://registry.terraform.io/modules/Azure/avm-res-insights-privatelinkscope/azurerm/latest,46d3xgtf.res.insights-privatelinkscope,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-insights-privatelinkscope-module-owners-tf,@Azure/avm-res-insights-privatelinkscope-module-contributors-tf,AVM Resource Module for Azure Monitor Private Link Scope,, -Microsoft.Insights,scheduledQueryRules,Scheduled Query Rule,,avm-res-insights-scheduledqueryrule,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-insights-scheduledqueryrule,https://registry.terraform.io/modules/Azure/avm-res-insights-scheduledqueryrule/azurerm/latest,46d3xgtf.res.insights-scheduledqueryrule,,,,,@Azure/avm-res-insights-scheduledqueryrule-module-owners-tf,@Azure/avm-res-insights-scheduledqueryrule-module-contributors-tf,AVM Resource Module for Scheduled Query Rule,, -Microsoft.KeyVault,vaults,Key Vault,KV,avm-res-keyvault-vault,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-keyvault-vault,https://registry.terraform.io/modules/Azure/avm-res-keyvault-vault/azurerm/latest,46d3xgtf.res.keyvault-vault,matt-FFFFFF,Matt White,,,@Azure/avm-res-keyvault-vault-module-owners-tf,@Azure/avm-res-keyvault-vault-module-contributors-tf,AVM Resource Module for Key Vault,,2023-09 -Microsoft.Kusto,clusters,Kusto Clusters,,avm-res-kusto-cluster,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-kusto-cluster,https://registry.terraform.io/modules/Azure/avm-res-kusto-cluster/azurerm/latest,46d3xgtf.res.kusto-cluster,LaurentLesle,Laurent Lesle,,,@Azure/avm-res-kusto-cluster-module-owners-tf,@Azure/avm-res-kusto-cluster-module-contributors-tf,AVM Resource Module for Kusto Clusters,,2024-04 -Microsoft.LoadTestService,loadTests,Load Testing Service,,avm-res-loadtestservice-loadtest,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-loadtestservice-loadtest,https://registry.terraform.io/modules/Azure/avm-res-loadtestservice-loadtest/azurerm/latest,46d3xgtf.res.loadtestservice-loadtest,LaurentLesle,Laurent Lesle,,,@Azure/avm-res-loadtestservice-loadtest-module-owners-tf,@Azure/avm-res-loadtestservice-loadtest-module-contributors-tf,AVM Resource Module for Load Testing Service,, -Microsoft.Logic,workflows,Logic Apps (Workflow),,avm-res-logic-workflow,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-logic-workflow,https://registry.terraform.io/modules/Azure/avm-res-logic-workflow/azurerm/latest,46d3xgtf.res.logic-workflow,bakrish,Bala Krishnamoorthy,,,@Azure/avm-res-logic-workflow-module-owners-tf,@Azure/avm-res-logic-workflow-module-contributors-tf,AVM Resource Module for Logic Apps (Workflow),,2024-06 -Microsoft.MachineLearningServices,workspaces,Machine Learning Services Workspace,ML Workspace,avm-res-machinelearningservices-workspace,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-machinelearningservices-workspace,https://registry.terraform.io/modules/Azure/avm-res-machinelearningservices-workspace/azurerm/latest,46d3xgtf.res.machinelearningservices-workspace,Nepomuceno,Gabriel Monteiro Nepomuceno,,,@Azure/avm-res-machinelearningservices-workspace-module-owners-tf,@Azure/avm-res-machinelearningservices-workspace-module-contributors-tf,AVM Resource Module for Machine Learning Services Workspace,,2024-07 -Microsoft.Maintenance,maintenanceConfigurations,Maintenance Configuration,,avm-res-maintenance-maintenanceconfiguration,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-maintenance-maintenanceconfiguration,https://registry.terraform.io/modules/Azure/avm-res-maintenance-maintenanceconfiguration/azurerm/latest,46d3xgtf.res.maintenance-maintenanceconfiguration,ASHR4,Rhys Ash,,,@Azure/avm-res-maintenance-maintenanceconfiguration-module-owners-tf,@Azure/avm-res-maintenance-maintenanceconfiguration-module-contributors-tf,AVM Resource Module for Maintenance Configuration,,2025-04 -Microsoft.ManagedIdentity,userAssignedIdentities,User Assigned Identity,MSI,avm-res-managedidentity-userassignedidentity,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-managedidentity-userassignedidentity,https://registry.terraform.io/modules/Azure/avm-res-managedidentity-userassignedidentity/azurerm/latest,46d3xgtf.res.managedidentity-userassignedidentity,Jfolberth,John Folberth,,,@Azure/avm-res-managedidentity-userassignedidentity-module-owners-tf,@Azure/avm-res-managedidentity-userassignedidentity-module-contributors-tf,AVM Resource Module for User Assigned Identity,,2024-03 -Microsoft.ManagedServices,registrationDefinitions,Registration Definition (Lighthouse),,avm-res-managedservices-registrationdefinition,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-managedservices-registrationdefinition,https://registry.terraform.io/modules/Azure/avm-res-managedservices-registrationdefinition/azurerm/latest,46d3xgtf.res.managedservices-registrationdef,,,,,@Azure/avm-res-managedservices-registrationdefinition-module-owners-tf,@Azure/avm-res-managedservices-registrationdefinition-module-contributors-tf,AVM Resource Module for Registration Definition (Lighthouse),, -Microsoft.Management,managementGroups,Management Group,MG,avm-res-management-managementgroup,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-management-managementgroup,https://registry.terraform.io/modules/Azure/avm-res-management-managementgroup/azurerm/latest,46d3xgtf.res.management-managementgroup,,,,,@Azure/avm-res-management-managementgroup-module-owners-tf,@Azure/avm-res-management-managementgroup-module-contributors-tf,AVM Resource Module for Management Group,, -Microsoft.NetApp,netAppAccounts,Azure NetApp File,,avm-res-netapp-netappaccount,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-netapp-netappaccount,https://registry.terraform.io/modules/Azure/avm-res-netapp-netappaccount/azurerm/latest,46d3xgtf.res.netapp-netappaccount,jtracey93,Jack Tracey,,,@Azure/avm-res-netapp-netappaccount-module-owners-tf,@Azure/avm-res-netapp-netappaccount-module-contributors-tf,AVM Resource Module for Azure NetApp File,,2025-01 -Microsoft.Network,applicationGateways,Application Gateway,App GW,avm-res-network-applicationgateway,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-applicationgateway,https://registry.terraform.io/modules/Azure/avm-res-network-applicationgateway/azurerm/latest,46d3xgtf.res.network-applicationgateway,mofaizal,Mohamed Faizal,,,@Azure/avm-res-network-applicationgateway-module-owners-tf,@Azure/avm-res-network-applicationgateway-module-contributors-tf,AVM Resource Module for Application Gateway,,2024-08 -Microsoft.Network,ApplicationGatewayWebApplicationFirewallPolicies,Application Gateway Web Application Firewall (WAF) Policy,,avm-res-network-applicationgatewaywebapplicationfirewallpolicy,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-applicationgatewaywebapplicationfirewallpolicy,https://registry.terraform.io/modules/Azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy/azurerm/latest,46d3xgtf.res.network-appgwwebappfirewallpolicy,mofaizal,Mohamed Faizal,,,@Azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-owners-tf,@Azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-contributors-tf,AVM Resource Module for Application Gateway Web Application Firewall (WAF) Policy,,2025-02 -Microsoft.Network,applicationSecurityGroups,Application Security Group (ASG),ASG,avm-res-network-applicationsecuritygroup,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-applicationsecuritygroup,https://registry.terraform.io/modules/Azure/avm-res-network-applicationsecuritygroup/azurerm/latest,46d3xgtf.res.network-asg,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-network-applicationsecuritygroup-module-owners-tf,@Azure/avm-res-network-applicationsecuritygroup-module-contributors-tf,AVM Resource Module for Application Security Group (ASG),,2025-01 -Microsoft.Network,azureFirewalls,Azure Firewall,Azure FW,avm-res-network-azurefirewall,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-azurefirewall,https://registry.terraform.io/modules/Azure/avm-res-network-azurefirewall/azurerm/latest,46d3xgtf.res.network-azurefirewall,cshea-msft,Charles Shea,,,@Azure/avm-res-network-azurefirewall-module-owners-tf,@Azure/avm-res-network-azurefirewall-module-contributors-tf,AVM Resource Module for Azure Firewall,,2024-01 -Microsoft.Network,bastionHosts,Bastion Host,,avm-res-network-bastionhost,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-bastionhost,https://registry.terraform.io/modules/Azure/avm-res-network-bastionhost/azurerm/latest,46d3xgtf.res.network-bastionHosts,humanascode,Itamar Hirosh,,,@Azure/avm-res-network-bastionhost-module-owners-tf,@Azure/avm-res-network-bastionhost-module-contributors-tf,AVM Resource Module for Bastion Host,,2024-02 -Microsoft.Network,connections,Virtual Network Gateway Connection,,avm-res-network-connection,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-connection,https://registry.terraform.io/modules/Azure/avm-res-network-connection/azurerm/latest,46d3xgtf.res.network-connection,jchancellor-ms,Jon Chancellor,,,@Azure/avm-res-network-connection-module-owners-tf,@Azure/avm-res-network-connection-module-contributors-tf,AVM Resource Module for Virtual Network Gateway Connection,,2025-01 -Microsoft.Network,ddosProtectionPlans,DDoS Protection,,avm-res-network-ddosprotectionplan,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-ddosprotectionplan,https://registry.terraform.io/modules/Azure/avm-res-network-ddosprotectionplan/azurerm/latest,46d3xgtf.res.network-ddosprotectionplan,sitarant,Simona Tarantola,jtracey93,Jack Tracey,@Azure/avm-res-network-ddosprotectionplan-module-owners-tf,@Azure/avm-res-network-ddosprotectionplan-module-contributors-tf,AVM Resource Module for DDoS Protection,,2023-11 -Microsoft.Network,dnsForwardingRulesets,DNS Forwarding Ruleset,,avm-res-network-dnsforwardingruleset,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-network-dnsforwardingruleset,https://registry.terraform.io/modules/Azure/avm-res-network-dnsforwardingruleset/azurerm/latest,46d3xgtf.res.network-dnsforwardingruleset,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-network-dnsforwardingruleset-module-owners-tf,@Azure/avm-res-network-dnsforwardingruleset-module-contributors-tf,AVM Resource Module for DNS Forwarding Ruleset,, -Microsoft.Network,dnsResolvers,DNS Resolver,,avm-res-network-dnsresolver,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-dnsresolver,https://registry.terraform.io/modules/Azure/avm-res-network-dnsresolver/azurerm/latest,46d3xgtf.res.network-dnsresolver,humanascode,Itamar Hirosh,,,@Azure/avm-res-network-dnsresolver-module-owners-tf,@Azure/avm-res-network-dnsresolver-module-contributors-tf,AVM Resource Module for DNS Resolver,,2024-05 -Microsoft.Network,dnsZones,Public DNS Zone,,avm-res-network-dnszone,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-dnszone,https://registry.terraform.io/modules/Azure/avm-res-network-dnszone/azurerm/latest,46d3xgtf.res.network-dnszone,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-network-dnszone-module-owners-tf,@Azure/avm-res-network-dnszone-module-contributors-tf,AVM Resource Module for Public DNS Zone,,2024-08 -Microsoft.Network,expressRouteCircuits,ExpressRoute Circuit,ER,avm-res-network-expressroutecircuit,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-expressroutecircuit,https://registry.terraform.io/modules/Azure/avm-res-network-expressroutecircuit/azurerm/latest,46d3xgtf.res.network-expressroutecircuit,khushal08,Khush Kaviraj,adammontlake,Adam Montlake,@Azure/avm-res-network-expressroutecircuit-module-owners-tf,@Azure/avm-res-network-expressroutecircuit-module-contributors-tf,AVM Resource Module for ExpressRoute Circuit,,2024-10 -Microsoft.Network,firewallPolicies,Azure Firewall Policy,,avm-res-network-firewallpolicy,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-firewallpolicy,https://registry.terraform.io/modules/Azure/avm-res-network-firewallpolicy/azurerm/latest,46d3xgtf.res.network-firewallpolicy,cshea-msft,Charles Shea,,,@Azure/avm-res-network-firewallpolicy-module-owners-tf,@Azure/avm-res-network-firewallpolicy-module-contributors-tf,AVM Resource Module for Azure Firewall Policy,,2024-01 -Microsoft.Network,frontDoors,Azure Front Door,,avm-res-network-frontdoor,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-network-frontdoor,https://registry.terraform.io/modules/Azure/avm-res-network-frontdoor/azurerm/latest,46d3xgtf.res.network-frontdoor,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-network-frontdoor-module-owners-tf,@Azure/avm-res-network-frontdoor-module-contributors-tf,AVM Resource Module for Azure Front Door,, -Microsoft.Network,frontDoorWebApplicationFirewallPolicies,Front Door Web Application Firewall (WAF) Policy,,avm-res-network-frontdoorwebapplicationfirewallpolicy,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-frontdoorwebapplicationfirewallpolicy,https://registry.terraform.io/modules/Azure/avm-res-network-frontdoorwebapplicationfirewallpolicy/azurerm/latest,46d3xgtf.res.network-frontdoorwebafirewallpolicy,sihbher,Gerardo Reyes,,,@Azure/avm-res-network-frontdoorwebapplicationfirewallpolicy-module-owners-tf,@Azure/avm-res-network-frontdoorwebapplicationfirewallpolicy-module-contributors-tf,AVM Resource Module for Front Door Web Application Firewall (WAF) Policy,,2024-10 -Microsoft.Network,ipGroups,IP Group,,avm-res-network-ipgroup,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-ipgroup,https://registry.terraform.io/modules/Azure/avm-res-network-ipgroup/azurerm/latest,46d3xgtf.res.network-ipgroup,mathewsg,Mathew George,,,@Azure/avm-res-network-ipgroup-module-owners-tf,@Azure/avm-res-network-ipgroup-module-contributors-tf,AVM Resource Module for IP Group,,2025-04 -Microsoft.Network,loadBalancers,Loadbalancer,,avm-res-network-loadbalancer,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-loadbalancer,https://registry.terraform.io/modules/Azure/avm-res-network-loadbalancer/azurerm/latest,46d3xgtf.res.network-loadbalancer,donovm4,Donovan McCoy,,,@Azure/avm-res-network-loadbalancer-module-owners-tf,@Azure/avm-res-network-loadbalancer-module-contributors-tf,AVM Resource Module for Loadbalancer,TFVM location: https://github.com/Azure/terraform-azurerm-loadbalancer,2023-11 -Microsoft.Network,localNetworkGateways,Local Network Gateway,,avm-res-network-localnetworkgateway,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-localnetworkgateway,https://registry.terraform.io/modules/Azure/avm-res-network-localnetworkgateway/azurerm/latest,46d3xgtf.res.network-localnetworkgateway,Bhavyasree08,Bhavyasree Damarla,,,@Azure/avm-res-network-localnetworkgateway-module-owners-tf,@Azure/avm-res-network-localnetworkgateway-module-contributors-tf,AVM Resource Module for Local Network Gateway,,2024-11 -Microsoft.Network,natGateways,NAT Gateway,,avm-res-network-natgateway,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-natgateway,https://registry.terraform.io/modules/Azure/avm-res-network-natgateway/azurerm/latest,46d3xgtf.res.network-natgateway,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-network-natgateway-module-owners-tf,@Azure/avm-res-network-natgateway-module-contributors-tf,AVM Resource Module for NAT Gateway,,2023-12 -Microsoft.Network,networkInterfaces,Network Interface,NIC,avm-res-network-networkinterface,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-networkinterface,https://registry.terraform.io/modules/Azure/avm-res-network-networkinterface/azurerm/latest,46d3xgtf.res.network-networkinterface,fafriha,Farouk Friha,,,@Azure/avm-res-network-networkinterface-module-owners-tf,@Azure/avm-res-network-networkinterface-module-contributors-tf,AVM Resource Module for Network Interface,,2024-11 -Microsoft.Network,networkManagers,Azure Virtual Network Manager,,avm-res-network-networkmanager,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-networkmanager,https://registry.terraform.io/modules/Azure/avm-res-network-networkmanager/azurerm/latest,46d3xgtf.res.network-networkmanager,cshea-msft,Charles Shea,,,@Azure/avm-res-network-networkmanager-module-owners-tf,@Azure/avm-res-network-networkmanager-module-contributors-tf,AVM Resource Module for Azure Virtual Network Manager,,2024-01 -Microsoft.Network,networkSecurityGroups,Network Security Group,,avm-res-network-networksecuritygroup,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-networksecuritygroup,https://registry.terraform.io/modules/Azure/avm-res-network-networksecuritygroup/azurerm/latest,46d3xgtf.res.network-nsg,maheshbenke,Mahesh Benke,,,@Azure/avm-res-network-networksecuritygroup-module-owners-tf,@Azure/avm-res-network-networksecuritygroup-module-contributors-tf,AVM Resource Module for Network Security Group,,2024-02 -Microsoft.Network,networkWatchers,Azure Network Watcher,,avm-res-network-networkwatcher,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-networkwatcher,https://registry.terraform.io/modules/Azure/avm-res-network-networkwatcher/azurerm/latest,46d3xgtf.res.network-networkwatcher,terrymandin,Terry Mandin,,,@Azure/avm-res-network-networkwatcher-module-owners-tf,@Azure/avm-res-network-networkwatcher-module-contributors-tf,AVM Resource Module for Azure Network Watcher,,2024-07 -Microsoft.Network,privateDnsZones,Private DNS Zone,,avm-res-network-privatednszone,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-privatednszone,https://registry.terraform.io/modules/Azure/avm-res-network-privatednszone/azurerm/latest,46d3xgtf.res.network-privatednszone,chianw,Chian Wong,,,@Azure/avm-res-network-privatednszone-module-owners-tf,@Azure/avm-res-network-privatednszone-module-contributors-tf,AVM Resource Module for Private DNS Zone,,2024-03 -Microsoft.Network,privateEndpoints,Private Endpoint,,avm-res-network-privateendpoint,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-privateendpoint,https://registry.terraform.io/modules/Azure/avm-res-network-privateendpoint/azurerm/latest,46d3xgtf.res.network-privateendpoint,Misba-Yousuf,Misba Yousuf,,,@Azure/avm-res-network-privateendpoint-module-owners-tf,@Azure/avm-res-network-privateendpoint-module-contributors-tf,AVM Resource Module for Private Endpoint,,2024-09 -Microsoft.Network,privateLinkServices,Private Link Service,,avm-res-network-privatelinkservice,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-network-privatelinkservice,https://registry.terraform.io/modules/Azure/avm-res-network-privatelinkservice/azurerm/latest,46d3xgtf.res.network-privatelinkservice,avivshrem,Aviv Shrem,,,@Azure/avm-res-network-privatelinkservice-module-owners-tf,@Azure/avm-res-network-privatelinkservice-module-contributors-tf,AVM Resource Module for Private Link Service,, -Microsoft.Network,publicIPAddresses,Public IP Address,PIP,avm-res-network-publicipaddress,n/a,Orphaned :eyes:,https://github.com/Azure/terraform-azurerm-avm-res-network-publicipaddress,https://registry.terraform.io/modules/Azure/avm-res-network-publicipaddress/azurerm/latest,46d3xgtf.res.network-publicip,,,,,@Azure/avm-res-network-publicipaddress-module-owners-tf,@Azure/avm-res-network-publicipaddress-module-contributors-tf,AVM Resource Module for Public IP Address,,2024-02 -Microsoft.Network,publicIPPrefixes,Public IP Prefix,,avm-res-network-publicipprefix,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-publicipprefix,https://registry.terraform.io/modules/Azure/avm-res-network-publicipprefix/azurerm/latest,46d3xgtf.res.network-publicipprefix,PmeshramPM,Pankaj Meshram,,,@Azure/avm-res-network-publicipprefix-module-owners-tf,@Azure/avm-res-network-publicipprefix-module-contributors-tf,AVM Resource Module for Public IP Prefix,,2025-04 -Microsoft.Network,routeTables,Route Table,UDR,avm-res-network-routetable,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-routetable,https://registry.terraform.io/modules/Azure/avm-res-network-routetable/azurerm/latest,46d3xgtf.res.network-routetable,adammontlake,Adam Montlake,,,@Azure/avm-res-network-routetable-module-owners-tf,@Azure/avm-res-network-routetable-module-contributors-tf,AVM Resource Module for Route Table,,2024-05 -Microsoft.Network,serviceEndpointPolicies,Service Endpoint Policy,,avm-res-network-serviceendpointpolicy,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-network-serviceendpointpolicy,https://registry.terraform.io/modules/Azure/avm-res-network-serviceendpointpolicy/azurerm/latest,46d3xgtf.res.network-serviceendpointpolicy,,,,,@Azure/avm-res-network-serviceendpointpolicy-module-owners-tf,@Azure/avm-res-network-serviceendpointpolicy-module-contributors-tf,AVM Resource Module for Service Endpoint Policy,, -Microsoft.Network,trafficmanagerprofiles,Traffic Manager Profile,,avm-res-network-trafficmanagerprofile,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-network-trafficmanagerprofile,https://registry.terraform.io/modules/Azure/avm-res-network-trafficmanagerprofile/azurerm/latest,46d3xgtf.res.tf-profile,AnubhaR94,Anubha Rana,,,@Azure/avm-res-network-trafficmanagerprofile-module-owners-tf,@Azure/avm-res-network-trafficmanagerprofile-module-contributors-tf,AVM Resource Module for Traffic Manager Profile,, -Microsoft.Network,virtualNetworkGateways,Virtual Network Gateway,VNET GW,avm-res-network-virtualnetworkgateway,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-network-virtualnetworkgateway,https://registry.terraform.io/modules/Azure/avm-res-network-virtualnetworkgateway/azurerm/latest,46d3xgtf.res.network-virtualnetworkgateway,,,,,@Azure/avm-res-network-virtualnetworkgateway-module-owners-tf,@Azure/avm-res-network-virtualnetworkgateway-module-contributors-tf,AVM Resource Module for Virtual Network Gateway,, -Microsoft.Network,virtualNetworks,Virtual Network,VNET,avm-res-network-virtualnetwork,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-network-virtualnetwork,https://registry.terraform.io/modules/Azure/avm-res-network-virtualnetwork/azurerm/latest,46d3xgtf.res.network-virtualnetwork,jaredfholgate,Jared Holgate,,,@Azure/avm-res-network-virtualnetwork-module-owners-tf,@Azure/avm-res-network-virtualnetwork-module-contributors-tf,AVM Resource Module for Virtual Network,TFVM location : https://github.com/Azure/terraform-azurerm-network,2023-10 -Microsoft.Network,virtualRouters,Route Server,,avm-res-network-virtualrouter,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-network-virtualrouter,https://registry.terraform.io/modules/Azure/avm-res-network-virtualrouter/azurerm/latest,46d3xgtf.res.network-virtualrouter,,,,,@Azure/avm-res-network-virtualrouter-module-owners-tf,@Azure/avm-res-network-virtualrouter-module-contributors-tf,AVM Resource Module for Route Server,, -Microsoft.OperationalInsights,workspaces,Log Analytics workspace,,avm-res-operationalinsights-workspace,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-operationalinsights-workspace,https://registry.terraform.io/modules/Azure/avm-res-operationalinsights-workspace/azurerm/latest,46d3xgtf.res.operationalinsights-workspace,cshea-msft,Charles Shea,jensheerin,Jen Sheerin,@Azure/avm-res-operationalinsights-workspace-module-owners-tf,@Azure/avm-res-operationalinsights-workspace-module-contributors-tf,AVM Resource Module for Log Analytics workspace,,2024-01 -Microsoft.OperationsManagement,solutions,Operations Management Solution,,avm-res-operationsmanagement-solution,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-operationsmanagement-solution,https://registry.terraform.io/modules/Azure/avm-res-operationsmanagement-solution/azurerm/latest,46d3xgtf.res.operationsmanagement-solution,,,,,@Azure/avm-res-operationsmanagement-solution-module-owners-tf,@Azure/avm-res-operationsmanagement-solution-module-contributors-tf,AVM Resource Module for Operations Management Solution,, -Microsoft.Portal,dashboards,Azure Portal Dashboard,,avm-res-portal-dashboard,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-portal-dashboard,https://registry.terraform.io/modules/Azure/avm-res-portal-dashboard/azurerm/latest,46d3xgtf.res.portaldashboard,VeronicaSea,Veronica Xu,,,@Azure/avm-res-portal-dashboard-module-owners-tf,@Azure/avm-res-portal-dashboard-module-contributors-tf,AVM Resource Module for Azure Portal Dashboard,,2024-09 -Microsoft.PowerBIDedicated,capacities,Power BI Dedicated Capacity,,avm-res-powerbidedicated-capacity,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-powerbidedicated-capacity,https://registry.terraform.io/modules/Azure/avm-res-powerbidedicated-capacity/azurerm/latest,46d3xgtf.res.powerbidedicated-capacity,,,,,@Azure/avm-res-powerbidedicated-capacity-module-owners-tf,@Azure/avm-res-powerbidedicated-capacity-module-contributors-tf,AVM Resource Module for Power BI Dedicated Capacity,, -Microsoft.Purview,accounts,Purview Account,,avm-res-purview-account,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-purview-account,https://registry.terraform.io/modules/Azure/avm-res-purview-account/azurerm/latest,46d3xgtf.res.purview-account,leonid-klatt,Leonid Klatt,,,@Azure/avm-res-purview-account-module-owners-tf,@Azure/avm-res-purview-account-module-contributors-tf,AVM Resource Module for Purview Account,, -Microsoft.RecoveryServices,vaults,Recovery Services Vault,,avm-res-recoveryservices-vault,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-recoveryservices-vault,https://registry.terraform.io/modules/Azure/avm-res-recoveryservices-vault/azurerm/latest,46d3xgtf.res.recoveryservices-vault,elsalvos,Cesar Abrego,,,@Azure/avm-res-recoveryservices-vault-module-owners-tf,@Azure/avm-res-recoveryservices-vault-module-contributors-tf,AVM Resource Module for Recovery Services Vault,, -Microsoft.RedHatOpenShift,openShiftClusters,OpenShift Cluster,,avm-res-redhatopenShift-openshiftcluster,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-redhatopenShift-openshiftcluster,https://registry.terraform.io/modules/Azure/avm-res-redhatopenShift-openshiftcluster/azurerm/latest,46d3xgtf.res.redhat-openshiftcluster,ljtill,Lyon Till,,,@Azure/avm-res-redhatopenShift-openshiftcluster-module-owners-tf,@Azure/avm-res-redhatopenShift-openshiftcluster-module-contributors-tf,AVM Resource Module for OpenShift Cluster,, -Microsoft.Relay,namespaces,Relay Namespace,,avm-res-relay-namespace,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-relay-namespace,https://registry.terraform.io/modules/Azure/avm-res-relay-namespace/azurerm/latest,46d3xgtf.res.relay-namespace,,,,,@Azure/avm-res-relay-namespace-module-owners-tf,@Azure/avm-res-relay-namespace-module-contributors-tf,AVM Resource Module for Relay Namespace,, -Microsoft.ResourceGraph,queries,Resource Graph Query,,avm-res-resourcegraph-query,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-resourcegraph-query,https://registry.terraform.io/modules/Azure/avm-res-resourcegraph-query/azurerm/latest,46d3xgtf.res.resourcegraph-query,SJAYAP,S Jayaprakash,,,@Azure/avm-res-resourcegraph-query-module-owners-tf,@Azure/avm-res-resourcegraph-query-module-contributors-tf,AVM Resource Module for Resource Graph Query,,2025-04 -Microsoft.Resources,resourceGroups,Resource Group,RG,avm-res-resources-resourcegroup,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-resources-resourcegroup,https://registry.terraform.io/modules/Azure/avm-res-resources-resourcegroup/azurerm/latest,46d3xgtf.res.resources-resourcegroup,Jfolberth,John Folberth,,,@Azure/avm-res-resources-resourcegroup-module-owners-tf,@Azure/avm-res-resources-resourcegroup-module-contributors-tf,AVM Resource Module for Resource Group,,2024-08 -Microsoft.Search,searchServices,Search Service,,avm-res-search-searchservice,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-search-searchservice,https://registry.terraform.io/modules/Azure/avm-res-search-searchservice/azurerm/latest,46d3xgtf.res.search-searchservice,seekerofsai,Bhanu Neti,,,@Azure/avm-res-search-searchservice-module-owners-tf,@Azure/avm-res-search-searchservice-module-contributors-tf,AVM Resource Module for Search Service,,2024-08 -Microsoft.Security,pricings,Microsoft Defender for Cloud Subscription Pricing,,avm-res-security-pricing,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-security-pricing,https://registry.terraform.io/modules/Azure/avm-res-security-pricing/azurerm/latest,46d3xgtf.res.security-pricing,cshea-msft,Charles Shea,,,@Azure/avm-res-security-pricing-module-owners-tf,@Azure/avm-res-security-pricing-module-contributors-tf,AVM Resource Module for Microsoft Defender for Cloud Subscription Pricing,, -Microsoft.ServiceBus,namespaces,Service Bus Namespace,,avm-res-servicebus-namespace,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-servicebus-namespace,https://registry.terraform.io/modules/Azure/avm-res-servicebus-namespace/azurerm/latest,46d3xgtf.res.servicebus-namespace,bryansan-msft,Bryan Sanchez Pernia,,,@Azure/avm-res-servicebus-namespace-module-owners-tf,@Azure/avm-res-servicebus-namespace-module-contributors-tf,AVM Resource Module for Service Bus Namespace,,2024-04 -Microsoft.ServiceFabric,clusters,Service Fabric Cluster,,avm-res-servicefabric-cluster,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-servicefabric-cluster,https://registry.terraform.io/modules/Azure/avm-res-servicefabric-cluster/azurerm/latest,46d3xgtf.res.servicefabric-cluster,,,,,@Azure/avm-res-servicefabric-cluster-module-owners-tf,@Azure/avm-res-servicefabric-cluster-module-contributors-tf,AVM Resource Module for Service Fabric Cluster,, -Microsoft.ServiceNetworking,trafficControllers,Application Gateway for Containers (Traffic Controller),,avm-res-servicenetworking-trafficcontroller,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-servicenetworking-trafficcontroller,https://registry.terraform.io/modules/Azure/avm-res-servicenetworking-trafficcontroller/azurerm/latest,46d3xgtf.res.trafficcontroller,mofaizal,Mohamed Faizal,,,@Azure/avm-res-servicenetworking-trafficcontroller-module-owners-tf,@Azure/avm-res-servicenetworking-trafficcontroller-module-contributors-tf,AVM Resource Module for Application Gateway for Containers (Traffic Controller),, -Microsoft.SignalRService,signalR,SignalR Service SignalR,,avm-res-signalrservice-signalr,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-signalrservice-signalr,https://registry.terraform.io/modules/Azure/avm-res-signalrservice-signalr/azurerm/latest,46d3xgtf.res.signalrservice-signalr,,,,,@Azure/avm-res-signalrservice-signalr-module-owners-tf,@Azure/avm-res-signalrservice-signalr-module-contributors-tf,AVM Resource Module for SignalR Service SignalR,, -Microsoft.Sql,InstancePools,Instance Pools,,avm-res-sql-instancepool,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-sql-instancepool,https://registry.terraform.io/modules/Azure/avm-res-sql-instancepool/azurerm/latest,46d3xgtf.res.sql-instancepool,,,,,@Azure/avm-res-sql-instancepool-module-owners-tf,@Azure/avm-res-sql-instancepool-module-contributors-tf,AVM Resource Module for Instance Pools,, -Microsoft.Sql,managedInstances,SQL Managed Instance,SQL MI,avm-res-sql-managedinstance,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-sql-managedinstance,https://registry.terraform.io/modules/Azure/avm-res-sql-managedinstance/azurerm/latest,46d3xgtf.res.sql-managedinstance,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-sql-managedinstance-module-owners-tf,@Azure/avm-res-sql-managedinstance-module-contributors-tf,AVM Resource Module for SQL Managed Instance,,2024-09 -Microsoft.Sql,servers,Azure SQL Server,,avm-res-sql-server,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-sql-server,https://registry.terraform.io/modules/Azure/avm-res-sql-server/azurerm/latest,46d3xgtf.res.sql-server,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-sql-server-module-owners-tf,@Azure/avm-res-sql-server-module-contributors-tf,AVM Resource Module for Azure SQL Server,,2024-09 -Microsoft.SqlVirtualMachine,sqlVirtualMachines,Sql Virtual Machine,SQL VM,avm-res-sqlvirtualmachine-sqlvirtualmachine,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-sqlvirtualmachine-sqlvirtualmachine,https://registry.terraform.io/modules/Azure/avm-res-sqlvirtualmachine-sqlvirtualmachine/azurerm/latest,46d3xgtf.res.sqlvirtualmachine-sqlvirtualmachine,timchapman,Tim Chapman,,,@Azure/avm-res-sqlvirtualmachine-sqlvirtualmachine-module-owners-tf,@Azure/avm-res-sqlvirtualmachine-sqlvirtualmachine-module-contributors-tf,AVM Resource Module for Sql Virtual Machine,, -Microsoft.Storage,storageAccounts,Storage Account,,avm-res-storage-storageaccount,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-storage-storageaccount,https://registry.terraform.io/modules/Azure/avm-res-storage-storageaccount/azurerm/latest,46d3xgtf.res.storage-storageaccount,chinthakaru,Chinthaka Rupasinghe,,,@Azure/avm-res-storage-storageaccount-module-owners-tf,@Azure/avm-res-storage-storageaccount-module-contributors-tf,AVM Resource Module for Storage Account,,2024-02 -Microsoft.Synapse,workspaces,Synapse Workspace,,avm-res-synapse-workspace,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-synapse-workspace,https://registry.terraform.io/modules/Azure/avm-res-synapse-workspace/azurerm/latest,46d3xgtf.res.synapse-workspace,Karni-G,Karni Gupta,,,@Azure/avm-res-synapse-workspace-module-owners-tf,@Azure/avm-res-synapse-workspace-module-contributors-tf,AVM Resource Module for Synapse Workspace,, -Microsoft.VirtualMachineImages,imageTemplates,Virtual Machine Image Template,,avm-res-virtualmachineimages-imagetemplate,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-virtualmachineimages-imagetemplate,https://registry.terraform.io/modules/Azure/avm-res-virtualmachineimages-imagetemplate/azurerm/latest,46d3xgtf.res.virtualmachineimages-imagetemplate,,,,,@Azure/avm-res-virtualmachineimages-imagetemplate-module-owners-tf,@Azure/avm-res-virtualmachineimages-imagetemplate-module-contributors-tf,AVM Resource Module for Virtual Machine Image Template,, -Microsoft.Web,connection,API Connection,,avm-res-web-connection,n/a,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-res-web-connection,https://registry.terraform.io/modules/Azure/avm-res-web-connection/azurerm/latest,46d3xgtf.res.web-connection,dukumili,Sandhya Kumili,,,@Azure/avm-res-web-connection-module-owners-tf,@Azure/avm-res-web-connection-module-contributors-tf,AVM Resource Module for API Connection,, -Microsoft.Web,hostingEnvironments,App Service Environment,ASE,avm-res-web-hostingenvironment,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-web-hostingenvironment,https://registry.terraform.io/modules/Azure/avm-res-web-hostingenvironment/azurerm/latest,46d3xgtf.res.web-hostingenvironment,ibersanoMS,Isabelle Bersano,,,@Azure/avm-res-web-hostingenvironment-module-owners-tf,@Azure/avm-res-web-hostingenvironment-module-contributors-tf,AVM Resource Module for App Service Environment,,2024-06 -Microsoft.Web,serverfarms,App Service Plan,,avm-res-web-serverfarm,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-web-serverfarm,https://registry.terraform.io/modules/Azure/avm-res-web-serverfarm/azurerm/latest,46d3xgtf.res.web-serverfarm,ibersanoMS,Isabelle Bersano,,,@Azure/avm-res-web-serverfarm-module-owners-tf,@Azure/avm-res-web-serverfarm-module-contributors-tf,AVM Resource Module for App Service Plan,,2024-08 -Microsoft.Web,sites,Web/Function App,"App Service, Web Site, Logic App, Function App",avm-res-web-site,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-web-site,https://registry.terraform.io/modules/Azure/avm-res-web-site/azurerm/latest,46d3xgtf.res.web-site,donovm4,Donovan McCoy,,,@Azure/avm-res-web-site-module-owners-tf,@Azure/avm-res-web-site-module-contributors-tf,AVM Resource Module for Web/Function App,,2024-02 -Microsoft.Web,staticSites,Static Web App,,avm-res-web-staticsite,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-web-staticsite,https://registry.terraform.io/modules/Azure/avm-res-web-staticsite/azurerm/latest,46d3xgtf.res.web-staticsite,donovm4,Donovan McCoy,,,@Azure/avm-res-web-staticsite-module-owners-tf,@Azure/avm-res-web-staticsite-module-contributors-tf,AVM Resource Module for Static Web App,,2024-02 -Oracle.Database,cloudExadataInfrastructures,Oracle Exadata Infrastructure,,avm-res-oracledatabase-cloudexadatainfrastructure,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-oracledatabase-cloudexadatainfrastructure,https://registry.terraform.io/modules/Azure/avm-res-oracledatabase-cloudexadatainfrastructure/azurerm/latest,46d3xgtf.res.oracle-exeinfra,sihbher,Gerardo Reyes,terrymandin,Terry Mandin,@Azure/avm-res-oracledatabase-cloudexadatainfrastructure-module-owners-tf,@Azure/avm-res-oracledatabase-cloudexadatainfrastructure-module-contributors-tf,AVM Resource Module for Oracle Exadata Infrastructure,,2024-09 -Oracle.Database,cloudvmclusters,Oracle VM cluster,,avm-res-oracledatabase-cloudvmcluster,n/a,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-oracledatabase-cloudvmcluster,https://registry.terraform.io/modules/Azure/avm-res-oracledatabase-cloudvmcluster/azurerm/latest,46d3xgtf.res.oracle-vmcluster,sihbher,Gerardo Reyes,terrymandin,Terry Mandin,@Azure/avm-res-oracledatabase-cloudvmcluster-module-owners-tf,@Azure/avm-res-oracledatabase-cloudvmcluster-module-contributors-tf,AVM Resource Module for Oracle VM cluster,,2024-09 +Microsoft.AAD,domainServices,Azure Active Directory Domain Service,,avm-res-aad-domainservice,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-aad-domainservice,https://registry.terraform.io/modules/Azure/avm-res-aad-domainservice/azurerm/latest,46d3xgtf.res.aad-domainservice,humanascode,Itamar Hirosh,,,@Azure/avm-res-aad-domainservice-module-owners-tf,@Azure/avm-res-aad-domainservice-module-contributors-tf,AVM Resource Module for Azure Active Directory Domain Service,, +Microsoft.AlertsManagement,actionRules,Action Rules,,avm-res-alertsmanagement-actionrule,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-alertsmanagement-actionrule,https://registry.terraform.io/modules/Azure/avm-res-alertsmanagement-actionrule/azurerm/latest,46d3xgtf.res.alertsmanagement-actionrule,joeybarnes,Joseph Barnes,,,@Azure/avm-res-alertsmanagement-actionrule-module-owners-tf,@Azure/avm-res-alertsmanagement-actionrule-module-contributors-tf,AVM Resource Module for Action Rules,, +Microsoft.AnalysisServices,servers,Analysis Services Server,,avm-res-analysisservices-server,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-analysisservices-server,https://registry.terraform.io/modules/Azure/avm-res-analysisservices-server/azurerm/latest,46d3xgtf.res.analysisservices-server,Bhavyasree08,Bhavyasree Damarla,,,@Azure/avm-res-analysisservices-server-module-owners-tf,@Azure/avm-res-analysisservices-server-module-contributors-tf,AVM Resource Module for Analysis Services Server,, +Microsoft.ApiManagement,service,API Management Service,,avm-res-apimanagement-service,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-apimanagement-service,https://registry.terraform.io/modules/Azure/avm-res-apimanagement-service/azurerm/latest,46d3xgtf.res.apimanagement-service,swatilekhapaul,Swatilekha Paul,,,@Azure/avm-res-apimanagement-service-module-owners-tf,@Azure/avm-res-apimanagement-service-module-contributors-tf,AVM Resource Module for API Management Service,,2025-04 +Microsoft.App,containerApps,Container App,,avm-res-app-containerapp,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-app-containerapp,https://registry.terraform.io/modules/Azure/avm-res-app-containerapp/azurerm/latest,46d3xgtf.res.app-containerapp,lonegunmanb,Zijie He,,,@Azure/avm-res-app-containerapp-module-owners-tf,@Azure/avm-res-app-containerapp-module-contributors-tf,AVM Resource Module for Container App,,2024-07 +Microsoft.App,Jobs,App Job,,avm-res-app-job,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-app-job,https://registry.terraform.io/modules/Azure/avm-res-app-job/azurerm/latest,46d3xgtf.res.app-job,sujaypillai,Sujay Pillai,,,@Azure/avm-res-app-job-module-owners-tf,@Azure/avm-res-app-job-module-contributors-tf,AVM Resource Module for App Job,, +Microsoft.App,managedEnvironments,App Managed Environment,,avm-res-app-managedenvironment,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment,https://registry.terraform.io/modules/Azure/avm-res-app-managedenvironment/azurerm/latest,46d3xgtf.res.app-managedenvironment,segraef,Sebastian Graef,,,@Azure/avm-res-app-managedenvironment-module-owners-tf,@Azure/avm-res-app-managedenvironment-module-contributors-tf,AVM Resource Module for App Managed Environment,,2024-02 +Microsoft.AppConfiguration,configurationStores,App Configuration Store,,avm-res-appconfiguration-configurationstore,n/a,Available,https://github.com/Azure/terraform-azure-avm-res-appconfiguration-configurationstore,https://registry.terraform.io/modules/Azure/avm-res-appconfiguration-configurationstore/azure/latest,46d3xgtf.res.appconfiguration-configurationstore,matt-FFFFFF,Matt White,,,@Azure/avm-res-appconfiguration-configurationstore-module-owners-tf,@Azure/avm-res-appconfiguration-configurationstore-module-contributors-tf,AVM Resource Module for App Configuration Store,,2025-04 +Microsoft.Authorization,roleAssignments,Role Assignment,,avm-res-authorization-roleassignment,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-authorization-roleassignment,https://registry.terraform.io/modules/Azure/avm-res-authorization-roleassignment/azurerm/latest,46d3xgtf.res.authorization-roleassignment,jaredfholgate,Jared Holgate,,,@Azure/avm-res-authorization-roleassignment-module-owners-tf,@Azure/avm-res-authorization-roleassignment-module-contributors-tf,AVM Resource Module for Role Assignment,,2024-01 +Microsoft.Automation,automationAccounts,Automation Account,,avm-res-automation-automationaccount,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-automation-automationaccount,https://registry.terraform.io/modules/Azure/avm-res-automation-automationaccount/azurerm/latest,46d3xgtf.res.automation-automationaccount,didayal-msft,Divyadeep Dayal,Poven795909,Poornima Venkataramanan,@Azure/avm-res-automation-automationaccount-module-owners-tf,@Azure/avm-res-automation-automationaccount-module-contributors-tf,AVM Resource Module for Automation Account,,2025-04 +Microsoft.AVS,privateClouds,AVS Private Cloud,,avm-res-avs-privatecloud,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-avs-privatecloud,https://registry.terraform.io/modules/Azure/avm-res-avs-privatecloud/azurerm/latest,46d3xgtf.res.avs-privatecloud,jchancellor-ms,Jon Chancellor,,,@Azure/avm-res-avs-privatecloud-module-owners-tf,@Azure/avm-res-avs-privatecloud-module-contributors-tf,AVM Resource Module for AVS Private Cloud,,2024-02 +Microsoft.AzureStackHCI,clusters,Azure Stack HCI Cluster,,avm-res-azurestackhci-cluster,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-azurestackhci-cluster,https://registry.terraform.io/modules/Azure/avm-res-azurestackhci-cluster/azurerm/latest,46d3xgtf.res.azurestackhci-cluster,xhy8759,Hangyu Xu,,,@Azure/avm-res-azurestackhci-cluster-module-owners-tf,@Azure/avm-res-azurestackhci-cluster-module-contributors-tf,AVM Resource Module for Azure Stack HCI Cluster,,2024-08 +Microsoft.AzureStackHCI,logicalNetworks,AzureStackHCI logical network,,avm-res-azurestackhci-logicalnetwork,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-azurestackhci-logicalnetwork,https://registry.terraform.io/modules/Azure/avm-res-azurestackhci-logicalnetwork/azurerm/latest,46d3xgtf.res.azurestackhci-logicalnetwork,xhy8759,Hangyu Xu,,,@Azure/avm-res-azurestackhci-logicalnetwork-module-owners-tf,@Azure/avm-res-azurestackhci-logicalnetwork-module-contributors-tf,AVM Resource Module for AzureStackHCI logical network,,2024-08 +Microsoft.AzureStackHCI,virtualMachineInstances,Stack HCI Virtual Machine Instance,,avm-res-azurestackhci-virtualmachineinstance,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-azurestackhci-virtualmachineinstance,https://registry.terraform.io/modules/Azure/avm-res-azurestackhci-virtualmachineinstance/azurerm/latest,46d3xgtf.res.oracle-vmcluster,xhy8759,Hangyu Xu,,,@Azure/avm-res-azurestackhci-virtualmachineinstance-module-owners-tf,@Azure/avm-res-azurestackhci-virtualmachineinstance-module-contributors-tf,AVM Resource Module for Stack HCI Virtual Machine Instance,,2024-08 +Microsoft.Batch,batchAccounts,Batch Account,,avm-res-batch-batchaccount,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-batch-batchaccount,https://registry.terraform.io/modules/Azure/avm-res-batch-batchaccount/azurerm/latest,46d3xgtf.res.batch-batchaccount,ethanjenkins1,Ethan Jenkins,,,@Azure/avm-res-batch-batchaccount-module-owners-tf,@Azure/avm-res-batch-batchaccount-module-contributors-tf,AVM Resource Module for Batch Account,,2025-05 +Microsoft.BotService,botServices,Bot Service,,avm-res-botservice-botservice,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-botservice-botservice,https://registry.terraform.io/modules/Azure/avm-res-botservice-botservice/azurerm/latest,46d3xgtf.res.bot-service,salujamanish,Manish Saluja,,,@Azure/avm-res-botservice-botservice-module-owners-tf,@Azure/avm-res-botservice-botservice-module-contributors-tf,AVM Resource Module for Bot Service,, +Microsoft.Cache,Redis,Redis Cache,,avm-res-cache-redis,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-cache-redis,https://registry.terraform.io/modules/Azure/avm-res-cache-redis/azurerm/latest,46d3xgtf.res.cache-redis,jchancellor-ms,Jon Chancellor,,,@Azure/avm-res-cache-redis-module-owners-tf,@Azure/avm-res-cache-redis-module-contributors-tf,AVM Resource Module for Redis Cache,,2024-06 +Microsoft.Cdn,profiles,CDN Profile,,avm-res-cdn-profile,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-cdn-profile,https://registry.terraform.io/modules/Azure/avm-res-cdn-profile/azurerm/latest,46d3xgtf.res.cdn-profile,Poven795909,Poornima Venkataramanan,didayal-msft,Divyadeep Dayal,@Azure/avm-res-cdn-profile-module-owners-tf,@Azure/avm-res-cdn-profile-module-contributors-tf,AVM Resource Module for CDN Profile,,2024-05 +Microsoft.CognitiveServices,accounts,Cognitive Service,,avm-res-cognitiveservices-account,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-cognitiveservices-account,https://registry.terraform.io/modules/Azure/avm-res-cognitiveservices-account/azurerm/latest,46d3xgtf.res.cognitiveservices-account,lonegunmanb,Zijie He,,,@Azure/avm-res-cognitiveservices-account-module-owners-tf,@Azure/avm-res-cognitiveservices-account-module-contributors-tf,AVM Resource Module for Cognitive Services account ( Open AI),,2024-02 +Microsoft.Communication,emailServices,Email Communication Service,,avm-res-communication-emailservice,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-communication-emailservice,https://registry.terraform.io/modules/Azure/avm-res-communication-emailservice/azurerm/latest,46d3xgtf.res.communication-emailservice,lonegunmanb,Zijie He,,,@Azure/avm-res-communication-emailservice-module-owners-tf,@Azure/avm-res-communication-emailservice-module-contributors-tf,AVM Resource Module for Email Communication Service,, +Microsoft.Compute,diskEncryptionSets,Disk Encryption Set,,avm-res-compute-diskencryptionset,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-compute-diskencryptionset,https://registry.terraform.io/modules/Azure/avm-res-compute-diskencryptionset/azurerm/latest,46d3xgtf.res.compute-diskencryptionset,Akashc0807,Akash Choudhary,,,@Azure/avm-res-compute-diskencryptionset-module-owners-tf,@Azure/avm-res-compute-diskencryptionset-module-contributors-tf,AVM Resource Module for Disk Encryption Set,,2024-10 +Microsoft.Compute,disks,Compute Disk,,avm-res-compute-disk,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-compute-disk,https://registry.terraform.io/modules/Azure/avm-res-compute-disk/azurerm/latest,46d3xgtf.res.compute-disk,terrymandin,Terry Mandin,,,@Azure/avm-res-compute-disk-module-owners-tf,@Azure/avm-res-compute-disk-module-contributors-tf,AVM Resource Module for Compute Disk,,2024-05 +Microsoft.Compute,galleries,Azure Compute Gallery,,avm-res-compute-gallery,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-compute-gallery,https://registry.terraform.io/modules/Azure/avm-res-compute-gallery/azurerm/latest,46d3xgtf.res.compute-gallery,Akashc0807,Akash Choudhary,,,@Azure/avm-res-compute-gallery-module-owners-tf,@Azure/avm-res-compute-gallery-module-contributors-tf,AVM Resource Module for Azure Compute Gallery,,2024-12 +Microsoft.Compute,hostGroups,Host Groups,,avm-res-compute-hostgroup,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-compute-hostgroup,https://registry.terraform.io/modules/Azure/avm-res-compute-hostgroup/azurerm/latest,46d3xgtf.res.compute-hostgroup,chianw,Chian Wong,,,@Azure/avm-res-compute-hostgroup-module-owners-tf,@Azure/avm-res-compute-hostgroup-module-contributors-tf,AVM Resource Module for Host Groups,,2024-08 +Microsoft.Compute,images,Image,,avm-res-compute-image,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-compute-image,https://registry.terraform.io/modules/Azure/avm-res-compute-image/azurerm/latest,46d3xgtf.res.compute-image,,,,,@Azure/avm-res-compute-image-module-owners-tf,@Azure/avm-res-compute-image-module-contributors-tf,AVM Resource Module for Image,, +Microsoft.Compute,proximityPlacementGroups,Proximity Placement Group,,avm-res-compute-proximityplacementgroup,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-compute-proximityplacementgroup,https://registry.terraform.io/modules/Azure/avm-res-compute-proximityplacementgroup/azurerm/latest,46d3xgtf.res.compute-proximityplacementgroup,fafriha,Farouk Friha,,,@Azure/avm-res-compute-proximityplacementgroup-module-owners-tf,@Azure/avm-res-compute-proximityplacementgroup-module-contributors-tf,AVM Resource Module for Proximity Placement Group,,2024-11 +Microsoft.Compute,sshPublicKeys,Public SSH Key,,avm-res-compute-sshpublickey,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-compute-sshpublickey,https://registry.terraform.io/modules/Azure/avm-res-compute-sshpublickey/azurerm/latest,46d3xgtf.res.compute-sshpublickey,ChrisSidebotham,Chris Sidebotham,,,@Azure/avm-res-compute-sshpublickey-module-owners-tf,@Azure/avm-res-compute-sshpublickey-module-contributors-tf,AVM Resource Module for Public SSH Key,,2024-05 +Microsoft.Compute,virtualMachines,Virtual Machine,VM,avm-res-compute-virtualmachine,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-compute-virtualmachine,https://registry.terraform.io/modules/Azure/avm-res-compute-virtualmachine/azurerm/latest,46d3xgtf.res.compute-virtualmachine,jchancellor-ms,Jon Chancellor,,,@Azure/avm-res-compute-virtualmachine-module-owners-tf,@Azure/avm-res-compute-virtualmachine-module-contributors-tf,AVM Resource Module for Virtual Machine,TFVM location: https://github.com/Azure/terraform-azurerm-compute,2023-11 +Microsoft.Compute,virtualMachineScaleSets,Virtual Machine Scale Set,VMSS,avm-res-compute-virtualmachinescaleset,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-compute-virtualmachinescaleset,https://registry.terraform.io/modules/Azure/avm-res-compute-virtualmachinescaleset/azurerm/latest,46d3xgtf.res.compute-virtualmachinescaleset,terrymandin,Terry Mandin,marcelkmfst,Marcel Keller,@Azure/avm-res-compute-virtualmachinescaleset-module-owners-tf,@Azure/avm-res-compute-virtualmachinescaleset-module-contributors-tf,AVM Resource Module for Virtual Machine Scale Set,,2024-02 +Microsoft.Consumption,budgets,Consumption Budget,,avm-res-consumption-budget,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-consumption-budget,https://registry.terraform.io/modules/Azure/avm-res-consumption-budget/azurerm/latest,46d3xgtf.res.consumption-budget,,,,,@Azure/avm-res-consumption-budget-module-owners-tf,@Azure/avm-res-consumption-budget-module-contributors-tf,AVM Resource Module for Consumption Budget,, +Microsoft.ContainerInstance,containerGroups,Container Instance,,avm-res-containerinstance-containergroup,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-containerinstance-containergroup,https://registry.terraform.io/modules/Azure/avm-res-containerinstance-containergroup/azurerm/latest,46d3xgtf.res.containerinstance-containergroup,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-containerinstance-containergroup-module-owners-tf,@Azure/avm-res-containerinstance-containergroup-module-contributors-tf,AVM Resource Module for Container Instance,,2024-07 +Microsoft.ContainerRegistry,registries,Azure Container Registry (ACR),,avm-res-containerregistry-registry,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-containerregistry-registry,https://registry.terraform.io/modules/Azure/avm-res-containerregistry-registry/azurerm/latest,46d3xgtf.res.containerregistry-registry,Akashc0807,Akash Choudhary,,,@Azure/avm-res-containerregistry-registry-module-owners-tf,@Azure/avm-res-containerregistry-registry-module-contributors-tf,AVM Resource Module for Azure Container Registry (ACR),,2024-02 +Microsoft.ContainerService,managedClusters,AKS managed clusters,,avm-res-containerservice-managedcluster,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-containerservice-managedcluster,https://registry.terraform.io/modules/Azure/avm-res-containerservice-managedcluster/azurerm/latest,46d3xgtf.res.aks-managedcluster,ibersanoMS,Isabelle Bersano,,,@Azure/avm-res-containerservice-managedcluster-module-owners-tf,@Azure/avm-res-containerservice-managedcluster-module-contributors-tf,AVM Resource Module for AKS managed clusters,,2025-01 +Microsoft.Dashboard,grafana,Azure Managed Grafana,,avm-res-dashboard-grafana,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-dashboard-grafana,https://registry.terraform.io/modules/Azure/avm-res-dashboard-grafana/azurerm/latest,46d3xgtf.res.dashboard-grafana,khajour,Abdelaziz Khajour,,,@Azure/avm-res-dashboard-grafana-module-owners-tf,@Azure/avm-res-dashboard-grafana-module-contributors-tf,AVM Resource Module for Azure Managed Grafana,, +Microsoft.Databricks,accessConnectors,Azure Databricks Access Connector,,avm-res-databricks-accessconnector,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-databricks-accessconnector,https://registry.terraform.io/modules/Azure/avm-res-databricks-accessconnector/azurerm/latest,46d3xgtf.res.databricks-accessconnector,,,,,@Azure/avm-res-databricks-accessconnector-module-owners-tf,@Azure/avm-res-databricks-accessconnector-module-contributors-tf,AVM Resource Module for Azure Databricks Access Connector,, +Microsoft.Databricks,workspaces,Azure Databricks Workspace,,avm-res-databricks-workspace,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-databricks-workspace,https://registry.terraform.io/modules/Azure/avm-res-databricks-workspace/azurerm/latest,46d3xgtf.res.databricks-workspace,segraef,Sebastian Graef,,,@Azure/avm-res-databricks-workspace-module-owners-tf,@Azure/avm-res-databricks-workspace-module-contributors-tf,AVM Resource Module for Azure Databricks Workspace,,2024-03 +Microsoft.DataFactory,factories,Data Factory,,avm-res-datafactory-factory,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-datafactory-factory,https://registry.terraform.io/modules/Azure/avm-res-datafactory-factory/azurerm/latest,46d3xgtf.res.datafactory-factory,asishr,Asish R,,,@Azure/avm-res-datafactory-factory-module-owners-tf,@Azure/avm-res-datafactory-factory-module-contributors-tf,AVM Resource Module for Data Factory,,2025-04 +Microsoft.DataProtection,backupVaults,Data Protection Backup Vault,,avm-res-dataprotection-backupvault,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-dataprotection-backupvault,https://registry.terraform.io/modules/Azure/avm-res-dataprotection-backupvault/azurerm/latest,46d3xgtf.res.dataprotection-backupvault,ethanjenkins1,Ethan Jenkins,,,@Azure/avm-res-dataprotection-backupvault-module-owners-tf,@Azure/avm-res-dataprotection-backupvault-module-contributors-tf,AVM Resource Module for Data Protection Backup Vault,, +Microsoft.DBforMySQL,flexibleServers,DB for MySQL Flexible Server,,avm-res-dbformysql-flexibleserver,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-dbformysql-flexibleserver,https://registry.terraform.io/modules/Azure/avm-res-dbformysql-flexibleserver/azurerm/latest,46d3xgtf.res.dbformysql-flexibleserver,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-dbformysql-flexibleserver-module-owners-tf,@Azure/avm-res-dbformysql-flexibleserver-module-contributors-tf,AVM Resource Module for DB for MySQL Flexible Server,,2024-09 +Microsoft.DBforPostgreSQL,flexibleServers,DB for Postgre SQL Flexible Server,,avm-res-dbforpostgresql-flexibleserver,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-dbforpostgresql-flexibleserver,https://registry.terraform.io/modules/Azure/avm-res-dbforpostgresql-flexibleserver/azurerm/latest,46d3xgtf.res.dbforpostgresql-flexibleserver,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-dbforpostgresql-flexibleserver-module-owners-tf,@Azure/avm-res-dbforpostgresql-flexibleserver-module-contributors-tf,AVM Resource Module for DB for Postgre SQL Flexible Server,,2024-09 +Microsoft.DesktopVirtualization,applicationGroups,Azure Virtual Desktop (AVD) Application Group,,avm-res-desktopvirtualization-applicationgroup,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-desktopvirtualization-applicationgroup,https://registry.terraform.io/modules/Azure/avm-res-desktopvirtualization-applicationgroup/azurerm/latest,46d3xgtf.res.desktopvirtualization-appgroup,jensheerin,Jen Sheerin,cshea-msft,Charles Shea,@Azure/avm-res-desktopvirtualization-applicationgroup-module-owners-tf,@Azure/avm-res-desktopvirtualization-applicationgroup-module-contributors-tf,AVM Resource Module for Azure Virtual Desktop (AVD) Application Group,,2023-12 +Microsoft.DesktopVirtualization,hostPools,Azure Virtual Desktop (AVD) Host Pool,,avm-res-desktopvirtualization-hostpool,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-desktopvirtualization-hostpool,https://registry.terraform.io/modules/Azure/avm-res-desktopvirtualization-hostpool/azurerm/latest,46d3xgtf.res.desktopvirtualization-hostpool,jensheerin,Jen Sheerin,cshea-msft,Charles Shea,@Azure/avm-res-desktopvirtualization-hostpool-module-owners-tf,@Azure/avm-res-desktopvirtualization-hostpool-module-contributors-tf,AVM Resource Module for Azure Virtual Desktop (AVD) Host Pool,,2023-10 +Microsoft.DesktopVirtualization,scalingPlans,Azure Virtual Desktop (AVD) Scaling Plan,,avm-res-desktopvirtualization-scalingplan,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-desktopvirtualization-scalingplan,https://registry.terraform.io/modules/Azure/avm-res-desktopvirtualization-scalingplan/azurerm/latest,46d3xgtf.res.desktopvirtualization-scalingplan,jensheerin,Jen Sheerin,cshea-msft,Charles Shea,@Azure/avm-res-desktopvirtualization-scalingplan-module-owners-tf,@Azure/avm-res-desktopvirtualization-scalingplan-module-contributors-tf,AVM Resource Module for Azure Virtual Desktop (AVD) Scaling Plan,,2023-12 +Microsoft.DesktopVirtualization,workspaces,Azure Virtual Desktop (AVD) Workspace,,avm-res-desktopvirtualization-workspace,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-desktopvirtualization-workspace,https://registry.terraform.io/modules/Azure/avm-res-desktopvirtualization-workspace/azurerm/latest,46d3xgtf.res.desktopvirtualization-workspace,jensheerin,Jen Sheerin,cshea-msft,Charles Shea,@Azure/avm-res-desktopvirtualization-workspace-module-owners-tf,@Azure/avm-res-desktopvirtualization-workspace-module-contributors-tf,AVM Resource Module for Azure Virtual Desktop (AVD) Workspace,,2023-12 +Microsoft.DevCenter,devcenters,Dev Center,,avm-res-devcenter-devcenter,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-devcenter-devcenter,https://registry.terraform.io/modules/Azure/avm-res-devcenter-devcenter/azurerm/latest,46d3xgtf.res.devcenter-devcenter,cshea-msft,Charles Shea,,,@Azure/avm-res-devcenter-devcenter-module-owners-tf,@Azure/avm-res-devcenter-devcenter-module-contributors-tf,AVM Resource Module for Dev Center,,2024-10 +Microsoft.DevOpsInfrastructure,Pools,DevOps Pools,,avm-res-devopsinfrastructure-pool,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-devopsinfrastructure-pool,https://registry.terraform.io/modules/Azure/avm-res-devopsinfrastructure-pool/azurerm/latest,46d3xgtf.res.devcenter-devopspool,jaredfholgate,Jared Holgate,,,@Azure/avm-res-devopsinfrastructure-pool-module-owners-tf,@Azure/avm-res-devopsinfrastructure-pool-module-contributors-tf,AVM Resource Module for DevOps Pools,,2024-08 +Microsoft.DevTestLab,labs,DevTest Lab,,avm-res-devtestlab-lab,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-devtestlab-lab,https://registry.terraform.io/modules/Azure/avm-res-devtestlab-lab/azurerm/latest,46d3xgtf.res.devtestlab-lab,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-devtestlab-lab-module-owners-tf,@Azure/avm-res-devtestlab-lab-module-contributors-tf,AVM Resource Module for DevTest Lab,, +Microsoft.DigitalTwins,digitalTwinsInstances,Digital Twins Instance,,avm-res-digitaltwins-digitaltwinsinstance,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-digitaltwins-digitaltwinsinstance,https://registry.terraform.io/modules/Azure/avm-res-digitaltwins-digitaltwinsinstance/azurerm/latest,46d3xgtf.res.digitaltwins-digitaltwininstance,,,,,@Azure/avm-res-digitaltwins-digitaltwinsinstance-module-owners-tf,@Azure/avm-res-digitaltwins-digitaltwinsinstance-module-contributors-tf,AVM Resource Module for Digital Twins Instance,, +Microsoft.DocumentDB,databaseAccount,CosmosDB Database Account,,avm-res-documentdb-databaseaccount,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-documentdb-databaseaccount,https://registry.terraform.io/modules/Azure/avm-res-documentdb-databaseaccount/azurerm/latest,46d3xgtf.res.documentdb-databaseaccount,bryansan-msft,Bryan Sanchez Pernia,,,@Azure/avm-res-documentdb-databaseaccount-module-owners-tf,@Azure/avm-res-documentdb-databaseaccount-module-contributors-tf,AVM Resource Module for CosmosDB Database Account,,2024-08 +Microsoft.Edge,sites,Azure Arc Site manager,,avm-res-edge-site,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-edge-site,https://registry.terraform.io/modules/Azure/avm-res-edge-site/azurerm/latest,46d3xgtf.res.edge-site,xhy8759,Hangyu Xu,,,@Azure/avm-res-edge-site-module-owners-tf,@Azure/avm-res-edge-site-module-contributors-tf,AVM Resource Module for Azure Arc Site manager,,2024-08 +Microsoft.EventGrid,domains,Event Grid Domain,,avm-res-eventgrid-domain,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-eventgrid-domain,https://registry.terraform.io/modules/Azure/avm-res-eventgrid-domain/azurerm/latest,46d3xgtf.res.eventgrid-domain,,,,,@Azure/avm-res-eventgrid-domain-module-owners-tf,@Azure/avm-res-eventgrid-domain-module-contributors-tf,AVM Resource Module for Event Grid Domain,, +Microsoft.EventGrid,namespaces,Event Grid Namespace,,avm-res-eventgrid-namespace,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-eventgrid-namespace,https://registry.terraform.io/modules/Azure/avm-res-eventgrid-namespace/azurerm/latest,46d3xgtf.res.eventgrid-namespace,,,,,@Azure/avm-res-eventgrid-namespace-module-owners-tf,@Azure/avm-res-eventgrid-namespace-module-contributors-tf,AVM Resource Module for Event Grid Namespace,, +Microsoft.EventGrid,systemTopics,Event Grid System Topic,,avm-res-eventgrid-systemtopic,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-eventgrid-systemtopic,https://registry.terraform.io/modules/Azure/avm-res-eventgrid-systemtopic/azurerm/latest,46d3xgtf.res.eventgrid-systemtopic,,,,,@Azure/avm-res-eventgrid-systemtopic-module-owners-tf,@Azure/avm-res-eventgrid-systemtopic-module-contributors-tf,AVM Resource Module for Event Grid System Topic,, +Microsoft.EventGrid,topics,Event Grid Topic,,avm-res-eventgrid-topic,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-eventgrid-topic,https://registry.terraform.io/modules/Azure/avm-res-eventgrid-topic/azurerm/latest,46d3xgtf.res.eventgrid-topic,,,,,@Azure/avm-res-eventgrid-topic-module-owners-tf,@Azure/avm-res-eventgrid-topic-module-contributors-tf,AVM Resource Module for Event Grid Topic,, +Microsoft.EventHub,namespaces,Event Hub Namespace,,avm-res-eventhub-namespace,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-eventhub-namespace,https://registry.terraform.io/modules/Azure/avm-res-eventhub-namespace/azurerm/latest,46d3xgtf.res.eventhub-namespace,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-eventhub-namespace-module-owners-tf,@Azure/avm-res-eventhub-namespace-module-contributors-tf,AVM Resource Module for Event Hub Namespace,,2025-04 +Microsoft.HealthBot,healthBots,Azure Health Bot,,avm-res-healthbot-healthbot,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-healthbot-healthbot,https://registry.terraform.io/modules/Azure/avm-res-healthbot-healthbot/azurerm/latest,46d3xgtf.res.healthbot-healthbot,,,,,@Azure/avm-res-healthbot-healthbot-module-owners-tf,@Azure/avm-res-healthbot-healthbot-module-contributors-tf,AVM Resource Module for Azure Health Bot,, +Microsoft.HybridCompute,machines,Hybrid Compute Machine,,avm-res-hybridcompute-machine,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-hybridcompute-machine,https://registry.terraform.io/modules/Azure/avm-res-hybridcompute-machine/azurerm/latest,46d3xgtf.res.hybridcompute-machine,,,,,@Azure/avm-res-hybridcompute-machine-module-owners-tf,@Azure/avm-res-hybridcompute-machine-module-contributors-tf,AVM Resource Module for Hybrid Compute Machine,, +Microsoft.HybridContainerService,provisionedClusterInstances,AKS Arc,,avm-res-hybridcontainerservice-provisionedclusterinstance,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-hybridcontainerservice-provisionedclusterinstance,https://registry.terraform.io/modules/Azure/avm-res-hybridcontainerservice-provisionedclusterinstance/azurerm/latest,46d3xgtf.res.hybridcontainer-clusteringinstance,xhy8759,Hangyu Xu,,,@Azure/avm-res-hybridcontainerservice-provisionedclusterinstance-module-owners-tf,@Azure/avm-res-hybridcontainerservice-provisionedclusterinstance-module-contributors-tf,AVM Resource Module for AKS Arc,,2024-08 +Microsoft.Insights,actionGroups,Action Group,,avm-res-insights-actiongroup,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-insights-actiongroup,https://registry.terraform.io/modules/Azure/avm-res-insights-actiongroup/azurerm/latest,46d3xgtf.res.insights-actiongroup,arjenhuitema,Arjen Huitema,,,@Azure/avm-res-insights-actiongroup-module-owners-tf,@Azure/avm-res-insights-actiongroup-module-contributors-tf,AVM Resource Module for Action Group,, +Microsoft.Insights,activityLogAlerts,Activity log alerts,,avm-res-insights-activitylogalert,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-insights-activitylogalert,https://registry.terraform.io/modules/Azure/avm-res-insights-activitylogalert/azurerm/latest,46d3xgtf.res.activitylogalert,tagolovina,Tanya Golovina,,,@Azure/avm-res-insights-activitylogalert-module-owners-tf,@Azure/avm-res-insights-activitylogalert-module-contributors-tf,AVM Resource Module for Activity log alerts,, +Microsoft.Insights,alertrules,Alert Rules,,avm-res-insights-alertrule,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-insights-alertrule,https://registry.terraform.io/modules/Azure/avm-res-insights-alertrule/azurerm/latest,46d3xgtf.res.insights-alertrule,joeybarnes,Joseph Barnes,,,@Azure/avm-res-insights-alertrule-module-owners-tf,@Azure/avm-res-insights-alertrule-module-contributors-tf,AVM Resource Module for Alert Rules,, +Microsoft.Insights,autoscalesettings,Auto scale settings,,avm-res-insights-autoscalesetting,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-insights-autoscalesetting,https://registry.terraform.io/modules/Azure/avm-res-insights-autoscalesetting/azurerm/latest,46d3xgtf.res.insights-alertrule,chianw,Chian Wong,,,@Azure/avm-res-insights-autoscalesetting-module-owners-tf,@Azure/avm-res-insights-autoscalesetting-module-contributors-tf,AVM Resource Module for Auto scale settings,,2024-11 +Microsoft.Insights,components,Application Insight,,avm-res-insights-component,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-insights-component,https://registry.terraform.io/modules/Azure/avm-res-insights-component/azurerm/latest,46d3xgtf.res.insights-component,Jfolberth,John Folberth,,,@Azure/avm-res-insights-component-module-owners-tf,@Azure/avm-res-insights-component-module-contributors-tf,AVM Resource Module for Application Insight,,2024-08 +Microsoft.Insights,dataCollectionEndpoints,Data Collection Endpoint,,avm-res-insights-datacollectionendpoint,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-insights-datacollectionendpoint,https://registry.terraform.io/modules/Azure/avm-res-insights-datacollectionendpoint/azurerm/latest,46d3xgtf.res.insights-datacollectionendpoint,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-insights-datacollectionendpoint-module-owners-tf,@Azure/avm-res-insights-datacollectionendpoint-module-contributors-tf,AVM Resource Module for Data Collection Endpoint,,2024-08 +Microsoft.Insights,dataCollectionRules,Data Collection Rule,,avm-res-insights-datacollectionrule,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-insights-datacollectionrule,https://registry.terraform.io/modules/Azure/avm-res-insights-datacollectionrule/azurerm/latest,46d3xgtf.res.insights-datacollectionrule,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-insights-datacollectionrule-module-owners-tf,@Azure/avm-res-insights-datacollectionrule-module-contributors-tf,AVM Resource Module for Data Collection Rule,, +Microsoft.Insights,logProfiles,Log profile,,avm-res-insights-logprofile,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-insights-logprofile,https://registry.terraform.io/modules/Azure/avm-res-insights-logprofile/azurerm/latest,46d3xgtf.res.insight-logprofile,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-insights-logprofile-module-owners-tf,@Azure/avm-res-insights-logprofile-module-contributors-tf,AVM Resource Module for Log profile,, +Microsoft.Insights,metricAlerts,Metric Alert,,avm-res-insights-metricalert,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-insights-metricalert,https://registry.terraform.io/modules/Azure/avm-res-insights-metricalert/azurerm/latest,46d3xgtf.res.insights-metricalert,arjenhuitema,Arjen Huitema,,,@Azure/avm-res-insights-metricalert-module-owners-tf,@Azure/avm-res-insights-metricalert-module-contributors-tf,AVM Resource Module for Metric Alert,, +Microsoft.Insights,privateLinkScopes,Azure Monitor Private Link Scope,,avm-res-insights-privatelinkscope,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-insights-privatelinkscope,https://registry.terraform.io/modules/Azure/avm-res-insights-privatelinkscope/azurerm/latest,46d3xgtf.res.insights-privatelinkscope,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-insights-privatelinkscope-module-owners-tf,@Azure/avm-res-insights-privatelinkscope-module-contributors-tf,AVM Resource Module for Azure Monitor Private Link Scope,, +Microsoft.Insights,scheduledQueryRules,Scheduled Query Rule,,avm-res-insights-scheduledqueryrule,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-insights-scheduledqueryrule,https://registry.terraform.io/modules/Azure/avm-res-insights-scheduledqueryrule/azurerm/latest,46d3xgtf.res.insights-scheduledqueryrule,,,,,@Azure/avm-res-insights-scheduledqueryrule-module-owners-tf,@Azure/avm-res-insights-scheduledqueryrule-module-contributors-tf,AVM Resource Module for Scheduled Query Rule,, +Microsoft.KeyVault,vaults,Key Vault,KV,avm-res-keyvault-vault,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-keyvault-vault,https://registry.terraform.io/modules/Azure/avm-res-keyvault-vault/azurerm/latest,46d3xgtf.res.keyvault-vault,matt-FFFFFF,Matt White,,,@Azure/avm-res-keyvault-vault-module-owners-tf,@Azure/avm-res-keyvault-vault-module-contributors-tf,AVM Resource Module for Key Vault,,2023-09 +Microsoft.Kusto,clusters,Kusto Clusters,,avm-res-kusto-cluster,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-kusto-cluster,https://registry.terraform.io/modules/Azure/avm-res-kusto-cluster/azurerm/latest,46d3xgtf.res.kusto-cluster,LaurentLesle,Laurent Lesle,,,@Azure/avm-res-kusto-cluster-module-owners-tf,@Azure/avm-res-kusto-cluster-module-contributors-tf,AVM Resource Module for Kusto Clusters,,2024-04 +Microsoft.LoadTestService,loadTests,Load Testing Service,,avm-res-loadtestservice-loadtest,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-loadtestservice-loadtest,https://registry.terraform.io/modules/Azure/avm-res-loadtestservice-loadtest/azurerm/latest,46d3xgtf.res.loadtestservice-loadtest,LaurentLesle,Laurent Lesle,,,@Azure/avm-res-loadtestservice-loadtest-module-owners-tf,@Azure/avm-res-loadtestservice-loadtest-module-contributors-tf,AVM Resource Module for Load Testing Service,, +Microsoft.Logic,workflows,Logic Apps (Workflow),,avm-res-logic-workflow,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-logic-workflow,https://registry.terraform.io/modules/Azure/avm-res-logic-workflow/azurerm/latest,46d3xgtf.res.logic-workflow,bakrish,Bala Krishnamoorthy,,,@Azure/avm-res-logic-workflow-module-owners-tf,@Azure/avm-res-logic-workflow-module-contributors-tf,AVM Resource Module for Logic Apps (Workflow),,2024-06 +Microsoft.MachineLearningServices,workspaces,Machine Learning Services Workspace,ML Workspace,avm-res-machinelearningservices-workspace,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-machinelearningservices-workspace,https://registry.terraform.io/modules/Azure/avm-res-machinelearningservices-workspace/azurerm/latest,46d3xgtf.res.machinelearningservices-workspace,Nepomuceno,Gabriel Monteiro Nepomuceno,,,@Azure/avm-res-machinelearningservices-workspace-module-owners-tf,@Azure/avm-res-machinelearningservices-workspace-module-contributors-tf,AVM Resource Module for Machine Learning Services Workspace,,2024-07 +Microsoft.Maintenance,maintenanceConfigurations,Maintenance Configuration,,avm-res-maintenance-maintenanceconfiguration,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-maintenance-maintenanceconfiguration,https://registry.terraform.io/modules/Azure/avm-res-maintenance-maintenanceconfiguration/azurerm/latest,46d3xgtf.res.maintenance-maintenanceconfiguration,ASHR4,Rhys Ash,,,@Azure/avm-res-maintenance-maintenanceconfiguration-module-owners-tf,@Azure/avm-res-maintenance-maintenanceconfiguration-module-contributors-tf,AVM Resource Module for Maintenance Configuration,,2025-04 +Microsoft.ManagedIdentity,userAssignedIdentities,User Assigned Identity,MSI,avm-res-managedidentity-userassignedidentity,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-managedidentity-userassignedidentity,https://registry.terraform.io/modules/Azure/avm-res-managedidentity-userassignedidentity/azurerm/latest,46d3xgtf.res.managedidentity-userassignedidentity,Jfolberth,John Folberth,,,@Azure/avm-res-managedidentity-userassignedidentity-module-owners-tf,@Azure/avm-res-managedidentity-userassignedidentity-module-contributors-tf,AVM Resource Module for User Assigned Identity,,2024-03 +Microsoft.ManagedServices,registrationDefinitions,Registration Definition (Lighthouse),,avm-res-managedservices-registrationdefinition,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-managedservices-registrationdefinition,https://registry.terraform.io/modules/Azure/avm-res-managedservices-registrationdefinition/azurerm/latest,46d3xgtf.res.managedservices-registrationdef,,,,,@Azure/avm-res-managedservices-registrationdefinition-module-owners-tf,@Azure/avm-res-managedservices-registrationdefinition-module-contributors-tf,AVM Resource Module for Registration Definition (Lighthouse),, +Microsoft.Management,managementGroups,Management Group,MG,avm-res-management-managementgroup,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-management-managementgroup,https://registry.terraform.io/modules/Azure/avm-res-management-managementgroup/azurerm/latest,46d3xgtf.res.management-managementgroup,,,,,@Azure/avm-res-management-managementgroup-module-owners-tf,@Azure/avm-res-management-managementgroup-module-contributors-tf,AVM Resource Module for Management Group,, +Microsoft.NetApp,netAppAccounts,Azure NetApp File,,avm-res-netapp-netappaccount,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-netapp-netappaccount,https://registry.terraform.io/modules/Azure/avm-res-netapp-netappaccount/azurerm/latest,46d3xgtf.res.netapp-netappaccount,jtracey93,Jack Tracey,,,@Azure/avm-res-netapp-netappaccount-module-owners-tf,@Azure/avm-res-netapp-netappaccount-module-contributors-tf,AVM Resource Module for Azure NetApp File,,2025-01 +Microsoft.Network,applicationGateways,Application Gateway,App GW,avm-res-network-applicationgateway,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-applicationgateway,https://registry.terraform.io/modules/Azure/avm-res-network-applicationgateway/azurerm/latest,46d3xgtf.res.network-applicationgateway,mofaizal,Mohamed Faizal,,,@Azure/avm-res-network-applicationgateway-module-owners-tf,@Azure/avm-res-network-applicationgateway-module-contributors-tf,AVM Resource Module for Application Gateway,,2024-08 +Microsoft.Network,ApplicationGatewayWebApplicationFirewallPolicies,Application Gateway Web Application Firewall (WAF) Policy,,avm-res-network-applicationgatewaywebapplicationfirewallpolicy,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-applicationgatewaywebapplicationfirewallpolicy,https://registry.terraform.io/modules/Azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy/azurerm/latest,46d3xgtf.res.network-appgwwebappfirewallpolicy,mofaizal,Mohamed Faizal,,,@Azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-owners-tf,@Azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-contributors-tf,AVM Resource Module for Application Gateway Web Application Firewall (WAF) Policy,,2025-02 +Microsoft.Network,applicationSecurityGroups,Application Security Group (ASG),ASG,avm-res-network-applicationsecuritygroup,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-applicationsecuritygroup,https://registry.terraform.io/modules/Azure/avm-res-network-applicationsecuritygroup/azurerm/latest,46d3xgtf.res.network-asg,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-network-applicationsecuritygroup-module-owners-tf,@Azure/avm-res-network-applicationsecuritygroup-module-contributors-tf,AVM Resource Module for Application Security Group (ASG),,2025-01 +Microsoft.Network,azureFirewalls,Azure Firewall,Azure FW,avm-res-network-azurefirewall,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-azurefirewall,https://registry.terraform.io/modules/Azure/avm-res-network-azurefirewall/azurerm/latest,46d3xgtf.res.network-azurefirewall,cshea-msft,Charles Shea,,,@Azure/avm-res-network-azurefirewall-module-owners-tf,@Azure/avm-res-network-azurefirewall-module-contributors-tf,AVM Resource Module for Azure Firewall,,2024-01 +Microsoft.Network,bastionHosts,Bastion Host,,avm-res-network-bastionhost,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-bastionhost,https://registry.terraform.io/modules/Azure/avm-res-network-bastionhost/azurerm/latest,46d3xgtf.res.network-bastionHosts,humanascode,Itamar Hirosh,,,@Azure/avm-res-network-bastionhost-module-owners-tf,@Azure/avm-res-network-bastionhost-module-contributors-tf,AVM Resource Module for Bastion Host,,2024-02 +Microsoft.Network,connections,Virtual Network Gateway Connection,,avm-res-network-connection,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-connection,https://registry.terraform.io/modules/Azure/avm-res-network-connection/azurerm/latest,46d3xgtf.res.network-connection,jchancellor-ms,Jon Chancellor,,,@Azure/avm-res-network-connection-module-owners-tf,@Azure/avm-res-network-connection-module-contributors-tf,AVM Resource Module for Virtual Network Gateway Connection,,2025-01 +Microsoft.Network,ddosProtectionPlans,DDoS Protection,,avm-res-network-ddosprotectionplan,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-ddosprotectionplan,https://registry.terraform.io/modules/Azure/avm-res-network-ddosprotectionplan/azurerm/latest,46d3xgtf.res.network-ddosprotectionplan,sitarant,Simona Tarantola,jtracey93,Jack Tracey,@Azure/avm-res-network-ddosprotectionplan-module-owners-tf,@Azure/avm-res-network-ddosprotectionplan-module-contributors-tf,AVM Resource Module for DDoS Protection,,2023-11 +Microsoft.Network,dnsForwardingRulesets,DNS Forwarding Ruleset,,avm-res-network-dnsforwardingruleset,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-network-dnsforwardingruleset,https://registry.terraform.io/modules/Azure/avm-res-network-dnsforwardingruleset/azurerm/latest,46d3xgtf.res.network-dnsforwardingruleset,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-network-dnsforwardingruleset-module-owners-tf,@Azure/avm-res-network-dnsforwardingruleset-module-contributors-tf,AVM Resource Module for DNS Forwarding Ruleset,, +Microsoft.Network,dnsResolvers,DNS Resolver,,avm-res-network-dnsresolver,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-dnsresolver,https://registry.terraform.io/modules/Azure/avm-res-network-dnsresolver/azurerm/latest,46d3xgtf.res.network-dnsresolver,humanascode,Itamar Hirosh,,,@Azure/avm-res-network-dnsresolver-module-owners-tf,@Azure/avm-res-network-dnsresolver-module-contributors-tf,AVM Resource Module for DNS Resolver,,2024-05 +Microsoft.Network,dnsZones,Public DNS Zone,,avm-res-network-dnszone,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-dnszone,https://registry.terraform.io/modules/Azure/avm-res-network-dnszone/azurerm/latest,46d3xgtf.res.network-dnszone,sharmilamusunuru,Sharmila Musunuru,,,@Azure/avm-res-network-dnszone-module-owners-tf,@Azure/avm-res-network-dnszone-module-contributors-tf,AVM Resource Module for Public DNS Zone,,2024-08 +Microsoft.Network,expressRouteCircuits,ExpressRoute Circuit,ER,avm-res-network-expressroutecircuit,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-expressroutecircuit,https://registry.terraform.io/modules/Azure/avm-res-network-expressroutecircuit/azurerm/latest,46d3xgtf.res.network-expressroutecircuit,khushal08,Khush Kaviraj,adammontlake,Adam Montlake,@Azure/avm-res-network-expressroutecircuit-module-owners-tf,@Azure/avm-res-network-expressroutecircuit-module-contributors-tf,AVM Resource Module for ExpressRoute Circuit,,2024-10 +Microsoft.Network,firewallPolicies,Azure Firewall Policy,,avm-res-network-firewallpolicy,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-firewallpolicy,https://registry.terraform.io/modules/Azure/avm-res-network-firewallpolicy/azurerm/latest,46d3xgtf.res.network-firewallpolicy,cshea-msft,Charles Shea,,,@Azure/avm-res-network-firewallpolicy-module-owners-tf,@Azure/avm-res-network-firewallpolicy-module-contributors-tf,AVM Resource Module for Azure Firewall Policy,,2024-01 +Microsoft.Network,frontDoors,Azure Front Door,,avm-res-network-frontdoor,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-network-frontdoor,https://registry.terraform.io/modules/Azure/avm-res-network-frontdoor/azurerm/latest,46d3xgtf.res.network-frontdoor,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-network-frontdoor-module-owners-tf,@Azure/avm-res-network-frontdoor-module-contributors-tf,AVM Resource Module for Azure Front Door,, +Microsoft.Network,frontDoorWebApplicationFirewallPolicies,Front Door Web Application Firewall (WAF) Policy,,avm-res-network-frontdoorwebapplicationfirewallpolicy,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-frontdoorwebapplicationfirewallpolicy,https://registry.terraform.io/modules/Azure/avm-res-network-frontdoorwebapplicationfirewallpolicy/azurerm/latest,46d3xgtf.res.network-frontdoorwebafirewallpolicy,sihbher,Gerardo Reyes,,,@Azure/avm-res-network-frontdoorwebapplicationfirewallpolicy-module-owners-tf,@Azure/avm-res-network-frontdoorwebapplicationfirewallpolicy-module-contributors-tf,AVM Resource Module for Front Door Web Application Firewall (WAF) Policy,,2024-10 +Microsoft.Network,ipGroups,IP Group,,avm-res-network-ipgroup,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-ipgroup,https://registry.terraform.io/modules/Azure/avm-res-network-ipgroup/azurerm/latest,46d3xgtf.res.network-ipgroup,mathewsg,Mathew George,,,@Azure/avm-res-network-ipgroup-module-owners-tf,@Azure/avm-res-network-ipgroup-module-contributors-tf,AVM Resource Module for IP Group,,2025-04 +Microsoft.Network,loadBalancers,Loadbalancer,,avm-res-network-loadbalancer,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-loadbalancer,https://registry.terraform.io/modules/Azure/avm-res-network-loadbalancer/azurerm/latest,46d3xgtf.res.network-loadbalancer,donovm4,Donovan McCoy,,,@Azure/avm-res-network-loadbalancer-module-owners-tf,@Azure/avm-res-network-loadbalancer-module-contributors-tf,AVM Resource Module for Loadbalancer,TFVM location: https://github.com/Azure/terraform-azurerm-loadbalancer,2023-11 +Microsoft.Network,localNetworkGateways,Local Network Gateway,,avm-res-network-localnetworkgateway,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-localnetworkgateway,https://registry.terraform.io/modules/Azure/avm-res-network-localnetworkgateway/azurerm/latest,46d3xgtf.res.network-localnetworkgateway,Bhavyasree08,Bhavyasree Damarla,,,@Azure/avm-res-network-localnetworkgateway-module-owners-tf,@Azure/avm-res-network-localnetworkgateway-module-contributors-tf,AVM Resource Module for Local Network Gateway,,2024-11 +Microsoft.Network,natGateways,NAT Gateway,,avm-res-network-natgateway,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-natgateway,https://registry.terraform.io/modules/Azure/avm-res-network-natgateway/azurerm/latest,46d3xgtf.res.network-natgateway,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-network-natgateway-module-owners-tf,@Azure/avm-res-network-natgateway-module-contributors-tf,AVM Resource Module for NAT Gateway,,2023-12 +Microsoft.Network,networkInterfaces,Network Interface,NIC,avm-res-network-networkinterface,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-networkinterface,https://registry.terraform.io/modules/Azure/avm-res-network-networkinterface/azurerm/latest,46d3xgtf.res.network-networkinterface,fafriha,Farouk Friha,,,@Azure/avm-res-network-networkinterface-module-owners-tf,@Azure/avm-res-network-networkinterface-module-contributors-tf,AVM Resource Module for Network Interface,,2024-11 +Microsoft.Network,networkManagers,Azure Virtual Network Manager,,avm-res-network-networkmanager,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-networkmanager,https://registry.terraform.io/modules/Azure/avm-res-network-networkmanager/azurerm/latest,46d3xgtf.res.network-networkmanager,cshea-msft,Charles Shea,,,@Azure/avm-res-network-networkmanager-module-owners-tf,@Azure/avm-res-network-networkmanager-module-contributors-tf,AVM Resource Module for Azure Virtual Network Manager,,2024-01 +Microsoft.Network,networkSecurityGroups,Network Security Group,,avm-res-network-networksecuritygroup,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-networksecuritygroup,https://registry.terraform.io/modules/Azure/avm-res-network-networksecuritygroup/azurerm/latest,46d3xgtf.res.network-nsg,maheshbenke,Mahesh Benke,,,@Azure/avm-res-network-networksecuritygroup-module-owners-tf,@Azure/avm-res-network-networksecuritygroup-module-contributors-tf,AVM Resource Module for Network Security Group,,2024-02 +Microsoft.Network,networkWatchers,Azure Network Watcher,,avm-res-network-networkwatcher,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-networkwatcher,https://registry.terraform.io/modules/Azure/avm-res-network-networkwatcher/azurerm/latest,46d3xgtf.res.network-networkwatcher,terrymandin,Terry Mandin,,,@Azure/avm-res-network-networkwatcher-module-owners-tf,@Azure/avm-res-network-networkwatcher-module-contributors-tf,AVM Resource Module for Azure Network Watcher,,2024-07 +Microsoft.Network,privateDnsZones,Private DNS Zone,,avm-res-network-privatednszone,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-privatednszone,https://registry.terraform.io/modules/Azure/avm-res-network-privatednszone/azurerm/latest,46d3xgtf.res.network-privatednszone,chianw,Chian Wong,,,@Azure/avm-res-network-privatednszone-module-owners-tf,@Azure/avm-res-network-privatednszone-module-contributors-tf,AVM Resource Module for Private DNS Zone,,2024-03 +Microsoft.Network,privateEndpoints,Private Endpoint,,avm-res-network-privateendpoint,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-privateendpoint,https://registry.terraform.io/modules/Azure/avm-res-network-privateendpoint/azurerm/latest,46d3xgtf.res.network-privateendpoint,Misba-Yousuf,Misba Yousuf,,,@Azure/avm-res-network-privateendpoint-module-owners-tf,@Azure/avm-res-network-privateendpoint-module-contributors-tf,AVM Resource Module for Private Endpoint,,2024-09 +Microsoft.Network,privateLinkServices,Private Link Service,,avm-res-network-privatelinkservice,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-network-privatelinkservice,https://registry.terraform.io/modules/Azure/avm-res-network-privatelinkservice/azurerm/latest,46d3xgtf.res.network-privatelinkservice,avivshrem,Aviv Shrem,,,@Azure/avm-res-network-privatelinkservice-module-owners-tf,@Azure/avm-res-network-privatelinkservice-module-contributors-tf,AVM Resource Module for Private Link Service,, +Microsoft.Network,publicIPAddresses,Public IP Address,PIP,avm-res-network-publicipaddress,n/a,Orphaned,https://github.com/Azure/terraform-azurerm-avm-res-network-publicipaddress,https://registry.terraform.io/modules/Azure/avm-res-network-publicipaddress/azurerm/latest,46d3xgtf.res.network-publicip,,,,,@Azure/avm-res-network-publicipaddress-module-owners-tf,@Azure/avm-res-network-publicipaddress-module-contributors-tf,AVM Resource Module for Public IP Address,,2024-02 +Microsoft.Network,publicIPPrefixes,Public IP Prefix,,avm-res-network-publicipprefix,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-publicipprefix,https://registry.terraform.io/modules/Azure/avm-res-network-publicipprefix/azurerm/latest,46d3xgtf.res.network-publicipprefix,PmeshramPM,Pankaj Meshram,,,@Azure/avm-res-network-publicipprefix-module-owners-tf,@Azure/avm-res-network-publicipprefix-module-contributors-tf,AVM Resource Module for Public IP Prefix,,2025-04 +Microsoft.Network,routeTables,Route Table,UDR,avm-res-network-routetable,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-routetable,https://registry.terraform.io/modules/Azure/avm-res-network-routetable/azurerm/latest,46d3xgtf.res.network-routetable,adammontlake,Adam Montlake,,,@Azure/avm-res-network-routetable-module-owners-tf,@Azure/avm-res-network-routetable-module-contributors-tf,AVM Resource Module for Route Table,,2024-05 +Microsoft.Network,serviceEndpointPolicies,Service Endpoint Policy,,avm-res-network-serviceendpointpolicy,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-network-serviceendpointpolicy,https://registry.terraform.io/modules/Azure/avm-res-network-serviceendpointpolicy/azurerm/latest,46d3xgtf.res.network-serviceendpointpolicy,,,,,@Azure/avm-res-network-serviceendpointpolicy-module-owners-tf,@Azure/avm-res-network-serviceendpointpolicy-module-contributors-tf,AVM Resource Module for Service Endpoint Policy,, +Microsoft.Network,trafficmanagerprofiles,Traffic Manager Profile,,avm-res-network-trafficmanagerprofile,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-network-trafficmanagerprofile,https://registry.terraform.io/modules/Azure/avm-res-network-trafficmanagerprofile/azurerm/latest,46d3xgtf.res.tf-profile,AnubhaR94,Anubha Rana,,,@Azure/avm-res-network-trafficmanagerprofile-module-owners-tf,@Azure/avm-res-network-trafficmanagerprofile-module-contributors-tf,AVM Resource Module for Traffic Manager Profile,, +Microsoft.Network,virtualNetworkGateways,Virtual Network Gateway,VNET GW,avm-res-network-virtualnetworkgateway,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-network-virtualnetworkgateway,https://registry.terraform.io/modules/Azure/avm-res-network-virtualnetworkgateway/azurerm/latest,46d3xgtf.res.network-virtualnetworkgateway,,,,,@Azure/avm-res-network-virtualnetworkgateway-module-owners-tf,@Azure/avm-res-network-virtualnetworkgateway-module-contributors-tf,AVM Resource Module for Virtual Network Gateway,, +Microsoft.Network,virtualNetworks,Virtual Network,VNET,avm-res-network-virtualnetwork,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-network-virtualnetwork,https://registry.terraform.io/modules/Azure/avm-res-network-virtualnetwork/azurerm/latest,46d3xgtf.res.network-virtualnetwork,jaredfholgate,Jared Holgate,,,@Azure/avm-res-network-virtualnetwork-module-owners-tf,@Azure/avm-res-network-virtualnetwork-module-contributors-tf,AVM Resource Module for Virtual Network,TFVM location : https://github.com/Azure/terraform-azurerm-network,2023-10 +Microsoft.Network,virtualRouters,Route Server,,avm-res-network-virtualrouter,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-network-virtualrouter,https://registry.terraform.io/modules/Azure/avm-res-network-virtualrouter/azurerm/latest,46d3xgtf.res.network-virtualrouter,,,,,@Azure/avm-res-network-virtualrouter-module-owners-tf,@Azure/avm-res-network-virtualrouter-module-contributors-tf,AVM Resource Module for Route Server,, +Microsoft.OperationalInsights,workspaces,Log Analytics workspace,,avm-res-operationalinsights-workspace,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-operationalinsights-workspace,https://registry.terraform.io/modules/Azure/avm-res-operationalinsights-workspace/azurerm/latest,46d3xgtf.res.operationalinsights-workspace,cshea-msft,Charles Shea,jensheerin,Jen Sheerin,@Azure/avm-res-operationalinsights-workspace-module-owners-tf,@Azure/avm-res-operationalinsights-workspace-module-contributors-tf,AVM Resource Module for Log Analytics workspace,,2024-01 +Microsoft.OperationsManagement,solutions,Operations Management Solution,,avm-res-operationsmanagement-solution,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-operationsmanagement-solution,https://registry.terraform.io/modules/Azure/avm-res-operationsmanagement-solution/azurerm/latest,46d3xgtf.res.operationsmanagement-solution,,,,,@Azure/avm-res-operationsmanagement-solution-module-owners-tf,@Azure/avm-res-operationsmanagement-solution-module-contributors-tf,AVM Resource Module for Operations Management Solution,, +Microsoft.Portal,dashboards,Azure Portal Dashboard,,avm-res-portal-dashboard,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-portal-dashboard,https://registry.terraform.io/modules/Azure/avm-res-portal-dashboard/azurerm/latest,46d3xgtf.res.portaldashboard,VeronicaSea,Veronica Xu,,,@Azure/avm-res-portal-dashboard-module-owners-tf,@Azure/avm-res-portal-dashboard-module-contributors-tf,AVM Resource Module for Azure Portal Dashboard,,2024-09 +Microsoft.PowerBIDedicated,capacities,Power BI Dedicated Capacity,,avm-res-powerbidedicated-capacity,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-powerbidedicated-capacity,https://registry.terraform.io/modules/Azure/avm-res-powerbidedicated-capacity/azurerm/latest,46d3xgtf.res.powerbidedicated-capacity,,,,,@Azure/avm-res-powerbidedicated-capacity-module-owners-tf,@Azure/avm-res-powerbidedicated-capacity-module-contributors-tf,AVM Resource Module for Power BI Dedicated Capacity,, +Microsoft.Purview,accounts,Purview Account,,avm-res-purview-account,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-purview-account,https://registry.terraform.io/modules/Azure/avm-res-purview-account/azurerm/latest,46d3xgtf.res.purview-account,leonid-klatt,Leonid Klatt,,,@Azure/avm-res-purview-account-module-owners-tf,@Azure/avm-res-purview-account-module-contributors-tf,AVM Resource Module for Purview Account,, +Microsoft.RecoveryServices,vaults,Recovery Services Vault,,avm-res-recoveryservices-vault,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-recoveryservices-vault,https://registry.terraform.io/modules/Azure/avm-res-recoveryservices-vault/azurerm/latest,46d3xgtf.res.recoveryservices-vault,elsalvos,Cesar Abrego,,,@Azure/avm-res-recoveryservices-vault-module-owners-tf,@Azure/avm-res-recoveryservices-vault-module-contributors-tf,AVM Resource Module for Recovery Services Vault,, +Microsoft.RedHatOpenShift,openShiftClusters,OpenShift Cluster,,avm-res-redhatopenShift-openshiftcluster,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-redhatopenShift-openshiftcluster,https://registry.terraform.io/modules/Azure/avm-res-redhatopenShift-openshiftcluster/azurerm/latest,46d3xgtf.res.redhat-openshiftcluster,ljtill,Lyon Till,,,@Azure/avm-res-redhatopenShift-openshiftcluster-module-owners-tf,@Azure/avm-res-redhatopenShift-openshiftcluster-module-contributors-tf,AVM Resource Module for OpenShift Cluster,, +Microsoft.Relay,namespaces,Relay Namespace,,avm-res-relay-namespace,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-relay-namespace,https://registry.terraform.io/modules/Azure/avm-res-relay-namespace/azurerm/latest,46d3xgtf.res.relay-namespace,,,,,@Azure/avm-res-relay-namespace-module-owners-tf,@Azure/avm-res-relay-namespace-module-contributors-tf,AVM Resource Module for Relay Namespace,, +Microsoft.ResourceGraph,queries,Resource Graph Query,,avm-res-resourcegraph-query,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-resourcegraph-query,https://registry.terraform.io/modules/Azure/avm-res-resourcegraph-query/azurerm/latest,46d3xgtf.res.resourcegraph-query,SJAYAP,S Jayaprakash,,,@Azure/avm-res-resourcegraph-query-module-owners-tf,@Azure/avm-res-resourcegraph-query-module-contributors-tf,AVM Resource Module for Resource Graph Query,,2025-04 +Microsoft.Resources,resourceGroups,Resource Group,RG,avm-res-resources-resourcegroup,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-resources-resourcegroup,https://registry.terraform.io/modules/Azure/avm-res-resources-resourcegroup/azurerm/latest,46d3xgtf.res.resources-resourcegroup,Jfolberth,John Folberth,,,@Azure/avm-res-resources-resourcegroup-module-owners-tf,@Azure/avm-res-resources-resourcegroup-module-contributors-tf,AVM Resource Module for Resource Group,,2024-08 +Microsoft.Search,searchServices,Search Service,,avm-res-search-searchservice,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-search-searchservice,https://registry.terraform.io/modules/Azure/avm-res-search-searchservice/azurerm/latest,46d3xgtf.res.search-searchservice,seekerofsai,Bhanu Neti,,,@Azure/avm-res-search-searchservice-module-owners-tf,@Azure/avm-res-search-searchservice-module-contributors-tf,AVM Resource Module for Search Service,,2024-08 +Microsoft.Security,pricings,Microsoft Defender for Cloud Subscription Pricing,,avm-res-security-pricing,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-security-pricing,https://registry.terraform.io/modules/Azure/avm-res-security-pricing/azurerm/latest,46d3xgtf.res.security-pricing,cshea-msft,Charles Shea,,,@Azure/avm-res-security-pricing-module-owners-tf,@Azure/avm-res-security-pricing-module-contributors-tf,AVM Resource Module for Microsoft Defender for Cloud Subscription Pricing,, +Microsoft.ServiceBus,namespaces,Service Bus Namespace,,avm-res-servicebus-namespace,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-servicebus-namespace,https://registry.terraform.io/modules/Azure/avm-res-servicebus-namespace/azurerm/latest,46d3xgtf.res.servicebus-namespace,bryansan-msft,Bryan Sanchez Pernia,,,@Azure/avm-res-servicebus-namespace-module-owners-tf,@Azure/avm-res-servicebus-namespace-module-contributors-tf,AVM Resource Module for Service Bus Namespace,,2024-04 +Microsoft.ServiceFabric,clusters,Service Fabric Cluster,,avm-res-servicefabric-cluster,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-servicefabric-cluster,https://registry.terraform.io/modules/Azure/avm-res-servicefabric-cluster/azurerm/latest,46d3xgtf.res.servicefabric-cluster,,,,,@Azure/avm-res-servicefabric-cluster-module-owners-tf,@Azure/avm-res-servicefabric-cluster-module-contributors-tf,AVM Resource Module for Service Fabric Cluster,, +Microsoft.ServiceNetworking,trafficControllers,Application Gateway for Containers (Traffic Controller),,avm-res-servicenetworking-trafficcontroller,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-servicenetworking-trafficcontroller,https://registry.terraform.io/modules/Azure/avm-res-servicenetworking-trafficcontroller/azurerm/latest,46d3xgtf.res.trafficcontroller,mofaizal,Mohamed Faizal,,,@Azure/avm-res-servicenetworking-trafficcontroller-module-owners-tf,@Azure/avm-res-servicenetworking-trafficcontroller-module-contributors-tf,AVM Resource Module for Application Gateway for Containers (Traffic Controller),, +Microsoft.SignalRService,signalR,SignalR Service SignalR,,avm-res-signalrservice-signalr,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-signalrservice-signalr,https://registry.terraform.io/modules/Azure/avm-res-signalrservice-signalr/azurerm/latest,46d3xgtf.res.signalrservice-signalr,,,,,@Azure/avm-res-signalrservice-signalr-module-owners-tf,@Azure/avm-res-signalrservice-signalr-module-contributors-tf,AVM Resource Module for SignalR Service SignalR,, +Microsoft.Sql,InstancePools,Instance Pools,,avm-res-sql-instancepool,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-sql-instancepool,https://registry.terraform.io/modules/Azure/avm-res-sql-instancepool/azurerm/latest,46d3xgtf.res.sql-instancepool,,,,,@Azure/avm-res-sql-instancepool-module-owners-tf,@Azure/avm-res-sql-instancepool-module-contributors-tf,AVM Resource Module for Instance Pools,, +Microsoft.Sql,managedInstances,SQL Managed Instance,SQL MI,avm-res-sql-managedinstance,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-sql-managedinstance,https://registry.terraform.io/modules/Azure/avm-res-sql-managedinstance/azurerm/latest,46d3xgtf.res.sql-managedinstance,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-sql-managedinstance-module-owners-tf,@Azure/avm-res-sql-managedinstance-module-contributors-tf,AVM Resource Module for SQL Managed Instance,,2024-09 +Microsoft.Sql,servers,Azure SQL Server,,avm-res-sql-server,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-sql-server,https://registry.terraform.io/modules/Azure/avm-res-sql-server/azurerm/latest,46d3xgtf.res.sql-server,mbilalamjad,Bilal Amjad,,,@Azure/avm-res-sql-server-module-owners-tf,@Azure/avm-res-sql-server-module-contributors-tf,AVM Resource Module for Azure SQL Server,,2024-09 +Microsoft.SqlVirtualMachine,sqlVirtualMachines,Sql Virtual Machine,SQL VM,avm-res-sqlvirtualmachine-sqlvirtualmachine,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-sqlvirtualmachine-sqlvirtualmachine,https://registry.terraform.io/modules/Azure/avm-res-sqlvirtualmachine-sqlvirtualmachine/azurerm/latest,46d3xgtf.res.sqlvirtualmachine-sqlvirtualmachine,timchapman,Tim Chapman,,,@Azure/avm-res-sqlvirtualmachine-sqlvirtualmachine-module-owners-tf,@Azure/avm-res-sqlvirtualmachine-sqlvirtualmachine-module-contributors-tf,AVM Resource Module for Sql Virtual Machine,, +Microsoft.Storage,storageAccounts,Storage Account,,avm-res-storage-storageaccount,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-storage-storageaccount,https://registry.terraform.io/modules/Azure/avm-res-storage-storageaccount/azurerm/latest,46d3xgtf.res.storage-storageaccount,chinthakaru,Chinthaka Rupasinghe,,,@Azure/avm-res-storage-storageaccount-module-owners-tf,@Azure/avm-res-storage-storageaccount-module-contributors-tf,AVM Resource Module for Storage Account,,2024-02 +Microsoft.Synapse,workspaces,Synapse Workspace,,avm-res-synapse-workspace,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-synapse-workspace,https://registry.terraform.io/modules/Azure/avm-res-synapse-workspace/azurerm/latest,46d3xgtf.res.synapse-workspace,Karni-G,Karni Gupta,,,@Azure/avm-res-synapse-workspace-module-owners-tf,@Azure/avm-res-synapse-workspace-module-contributors-tf,AVM Resource Module for Synapse Workspace,, +Microsoft.VirtualMachineImages,imageTemplates,Virtual Machine Image Template,,avm-res-virtualmachineimages-imagetemplate,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-virtualmachineimages-imagetemplate,https://registry.terraform.io/modules/Azure/avm-res-virtualmachineimages-imagetemplate/azurerm/latest,46d3xgtf.res.virtualmachineimages-imagetemplate,,,,,@Azure/avm-res-virtualmachineimages-imagetemplate-module-owners-tf,@Azure/avm-res-virtualmachineimages-imagetemplate-module-contributors-tf,AVM Resource Module for Virtual Machine Image Template,, +Microsoft.Web,connection,API Connection,,avm-res-web-connection,n/a,Proposed,https://github.com/Azure/terraform-azurerm-avm-res-web-connection,https://registry.terraform.io/modules/Azure/avm-res-web-connection/azurerm/latest,46d3xgtf.res.web-connection,dukumili,Sandhya Kumili,,,@Azure/avm-res-web-connection-module-owners-tf,@Azure/avm-res-web-connection-module-contributors-tf,AVM Resource Module for API Connection,, +Microsoft.Web,hostingEnvironments,App Service Environment,ASE,avm-res-web-hostingenvironment,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-web-hostingenvironment,https://registry.terraform.io/modules/Azure/avm-res-web-hostingenvironment/azurerm/latest,46d3xgtf.res.web-hostingenvironment,ibersanoMS,Isabelle Bersano,,,@Azure/avm-res-web-hostingenvironment-module-owners-tf,@Azure/avm-res-web-hostingenvironment-module-contributors-tf,AVM Resource Module for App Service Environment,,2024-06 +Microsoft.Web,serverfarms,App Service Plan,,avm-res-web-serverfarm,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-web-serverfarm,https://registry.terraform.io/modules/Azure/avm-res-web-serverfarm/azurerm/latest,46d3xgtf.res.web-serverfarm,ibersanoMS,Isabelle Bersano,,,@Azure/avm-res-web-serverfarm-module-owners-tf,@Azure/avm-res-web-serverfarm-module-contributors-tf,AVM Resource Module for App Service Plan,,2024-08 +Microsoft.Web,sites,Web/Function App,"App Service, Web Site, Logic App, Function App",avm-res-web-site,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-web-site,https://registry.terraform.io/modules/Azure/avm-res-web-site/azurerm/latest,46d3xgtf.res.web-site,donovm4,Donovan McCoy,,,@Azure/avm-res-web-site-module-owners-tf,@Azure/avm-res-web-site-module-contributors-tf,AVM Resource Module for Web/Function App,,2024-02 +Microsoft.Web,staticSites,Static Web App,,avm-res-web-staticsite,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-web-staticsite,https://registry.terraform.io/modules/Azure/avm-res-web-staticsite/azurerm/latest,46d3xgtf.res.web-staticsite,donovm4,Donovan McCoy,,,@Azure/avm-res-web-staticsite-module-owners-tf,@Azure/avm-res-web-staticsite-module-contributors-tf,AVM Resource Module for Static Web App,,2024-02 +Oracle.Database,cloudExadataInfrastructures,Oracle Exadata Infrastructure,,avm-res-oracledatabase-cloudexadatainfrastructure,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-oracledatabase-cloudexadatainfrastructure,https://registry.terraform.io/modules/Azure/avm-res-oracledatabase-cloudexadatainfrastructure/azurerm/latest,46d3xgtf.res.oracle-exeinfra,sihbher,Gerardo Reyes,terrymandin,Terry Mandin,@Azure/avm-res-oracledatabase-cloudexadatainfrastructure-module-owners-tf,@Azure/avm-res-oracledatabase-cloudexadatainfrastructure-module-contributors-tf,AVM Resource Module for Oracle Exadata Infrastructure,,2024-09 +Oracle.Database,cloudvmclusters,Oracle VM cluster,,avm-res-oracledatabase-cloudvmcluster,n/a,Available,https://github.com/Azure/terraform-azurerm-avm-res-oracledatabase-cloudvmcluster,https://registry.terraform.io/modules/Azure/avm-res-oracledatabase-cloudvmcluster/azurerm/latest,46d3xgtf.res.oracle-vmcluster,sihbher,Gerardo Reyes,terrymandin,Terry Mandin,@Azure/avm-res-oracledatabase-cloudvmcluster-module-owners-tf,@Azure/avm-res-oracledatabase-cloudvmcluster-module-contributors-tf,AVM Resource Module for Oracle VM cluster,,2024-09 diff --git a/docs/static/module-indexes/TerraformUtilityModules.csv b/docs/static/module-indexes/TerraformUtilityModules.csv index cc81225ea..563be384f 100644 --- a/docs/static/module-indexes/TerraformUtilityModules.csv +++ b/docs/static/module-indexes/TerraformUtilityModules.csv @@ -1,6 +1,6 @@ ModuleDisplayName,AlternativeNames,ModuleName,ModuleStatus,RepoURL,PublicRegistryReference,TelemetryIdPrefix,PrimaryModuleOwnerGHHandle,PrimaryModuleOwnerDisplayName,SecondaryModuleOwnerGHHandle,SecondaryModuleOwnerDisplayName,ModuleOwnersGHTeam,ModuleContributorsGHTeam,Description,Comments,FirstPublishedIn -Azure Regions Data,,avm-utl-regions,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-utl-regions,https://registry.terraform.io/modules/Azure/avm-utl-regions/azurerm/latest,46d3xgtf.ptn.azure-regions,matt-FFFFFF,Matt White,,,@Azure/avm-utl-regions-module-owners-tf,@Azure/avm-utl-regions-module-contributors-tf,AVM pattern module for Azure regions data,,2024-08 -Module Naming,,avm-utl-naming,Proposed :new:,https://github.com/Azure/terraform-azurerm-avm-utl-naming,https://registry.terraform.io/modules/Azure/avm-utl-naming/azurerm/latest,46d3xgtf.ptn.azure-naming,Nepomuceno,Gabriel Monteiro Nepomuceno,,,@Azure/avm-utl-naming-module-owners-tf,@Azure/avm-utl-naming-module-contributors-tf,AVM utility module for module naming,, -AVM Interfaces,,avm-utl-interfaces,Available :green_circle:,https://github.com/Azure/terraform-azure-avm-utl-interfaces,https://registry.terraform.io/modules/Azure/avm-utl-interfaces/azure/latest,46d3xgtf.ptn.azure-naming,matt-FFFFFF,Matt White,,,@Azure/avm-utl-interfaces-module-owners-tf,@Azure/avm-utl-interfaces-module-contributors-tf,AVM utility module for AVM interfaces,,2025-01 -AVM Network IP Addresses,IPv4 CIDR,avm-utl-network-ip-addresses,Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-utl-network-ip-addresses,https://registry.terraform.io/modules/Azure/avm-utl-network-ip-addresses/azurerm/latest,46d3xgtf.ptn.azure-naming,jaredfholgate,Jared Holgate,,,@Azure/avm-utl-network-ip-addresses-module-owners-tf,@Azure/avm-utl-network-ip-addresses-module-contributors-tf,Azure Verified Utility Module for generating IPv4 CIDR address prefixes,,2025-03 -AVM SKU Finder ,Sku,avm-utl-sku-finder,Available :green_circle:,https://github.com/Azure/terraform-azapi-avm-utl-sku-finder, https://registry.terraform.io/modules/Azure/avm-utl-sku-finder/azapi/latest,46d3xgtf.ptn.azure-naming,jchancellor-ms,Jon Chancellor,,,@Azure/avm-utl-sku-finder-module-owners-tf,@Azure/avm-utl-sku-finder-module-contributors-tf,This AVM utility module finds sku's that match a set of filter conditions,,2024-12 +Azure Regions Data,,avm-utl-regions,Available,https://github.com/Azure/terraform-azurerm-avm-utl-regions,https://registry.terraform.io/modules/Azure/avm-utl-regions/azurerm/latest,46d3xgtf.ptn.azure-regions,matt-FFFFFF,Matt White,,,@Azure/avm-utl-regions-module-owners-tf,@Azure/avm-utl-regions-module-contributors-tf,AVM pattern module for Azure regions data,,2024-08 +Module Naming,,avm-utl-naming,Proposed,https://github.com/Azure/terraform-azurerm-avm-utl-naming,https://registry.terraform.io/modules/Azure/avm-utl-naming/azurerm/latest,46d3xgtf.ptn.azure-naming,Nepomuceno,Gabriel Monteiro Nepomuceno,,,@Azure/avm-utl-naming-module-owners-tf,@Azure/avm-utl-naming-module-contributors-tf,AVM utility module for module naming,, +AVM Interfaces,,avm-utl-interfaces,Available,https://github.com/Azure/terraform-azure-avm-utl-interfaces,https://registry.terraform.io/modules/Azure/avm-utl-interfaces/azure/latest,46d3xgtf.ptn.azure-naming,matt-FFFFFF,Matt White,,,@Azure/avm-utl-interfaces-module-owners-tf,@Azure/avm-utl-interfaces-module-contributors-tf,AVM utility module for AVM interfaces,,2025-01 +AVM Network IP Addresses,IPv4 CIDR,avm-utl-network-ip-addresses,Available,https://github.com/Azure/terraform-azurerm-avm-utl-network-ip-addresses,https://registry.terraform.io/modules/Azure/avm-utl-network-ip-addresses/azurerm/latest,46d3xgtf.ptn.azure-naming,jaredfholgate,Jared Holgate,,,@Azure/avm-utl-network-ip-addresses-module-owners-tf,@Azure/avm-utl-network-ip-addresses-module-contributors-tf,Azure Verified Utility Module for generating IPv4 CIDR address prefixes,,2025-03 +AVM SKU Finder ,Sku,avm-utl-sku-finder,Available,https://github.com/Azure/terraform-azapi-avm-utl-sku-finder, https://registry.terraform.io/modules/Azure/avm-utl-sku-finder/azapi/latest,46d3xgtf.ptn.azure-naming,jchancellor-ms,Jon Chancellor,,,@Azure/avm-utl-sku-finder-module-owners-tf,@Azure/avm-utl-sku-finder-module-contributors-tf,This AVM utility module finds sku's that match a set of filter conditions,,2024-12 diff --git a/utilities/pipelines/sharedScripts/teamLinter/Get-AvmCsvData.ps1 b/utilities/pipelines/sharedScripts/teamLinter/Get-AvmCsvData.ps1 index a2a1123b2..3ba25ad69 100644 --- a/utilities/pipelines/sharedScripts/teamLinter/Get-AvmCsvData.ps1 +++ b/utilities/pipelines/sharedScripts/teamLinter/Get-AvmCsvData.ps1 @@ -47,7 +47,7 @@ Function Get-AvmCsvData { # Convert the CSV content to a PowerShell object $formattedBicepFullCsv = ConvertFrom-CSV $unfilteredCSV.Content # Filter the CSV data where the ModuleStatus is 'Available :green_circle:' - $filterCsvAvailableBicepModule = $formattedBicepFullCsv | Where-Object {$_.ModuleStatus -eq 'Available :green_circle:'} + $filterCsvAvailableBicepModule = $formattedBicepFullCsv | Where-Object {$_.ModuleStatus -eq 'Available'} # Loop through each item in the filtered data foreach ($item in $filterCsvAvailableBicepModule) {