You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/_index.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ type: home
5
5
description: 'Azure Verified Modules - The Microsoft IaC Module Strategy'
6
6
---
7
7
8
+
{{% notice style="important" %}}
9
+
10
+
Join the AVM team for our next **external community call**, held on **July 1st, 2025**! 🎉
11
+
12
+
**Register here to attend**: [https://aka.ms/AVM/CommunityCall](https://aka.ms/AVM/CommunityCall)
13
+
14
+
To find out more about future calls and watch the recordings of previous ones, see the [Community Calls page](/Azure-Verified-Modules/resources/community)!
15
+
16
+
{{% /notice %}}
17
+
8
18
{{% notice style="important" %}}
9
19
Get ready to accelerate your Azure platform journey with Azure Verified Modules! In our latest **Microsoft Build**[**session**](https://aka.ms/BUILD25/BRK196), we showcased how AVM streamlines cloud deployment with speed, reliability, and best practices—empowering you to build smarter and faster on Azure.
If a module proposal is rejected, the issue is closed and the module's lifecycle ends.
26
30
{{% /notice %}}
27
31
@@ -41,6 +45,12 @@ The proposal should include the following information:
41
45
42
46
The AVM core team will review the proposal, and administrate the module.
43
47
48
+
{{% notice style="info" %}}
49
+
50
+
To **propose a new module**, submit a [module proposal](https://aka.ms/AVM/ModuleProposal) issue in the AVM repository.
51
+
52
+
{{% /notice %}}
53
+
44
54
## 2. Available modules
45
55
46
56
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.
@@ -55,6 +65,12 @@ It is critical to the consumers experience that modules continue to be maintaine
55
65
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.
56
66
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.
57
67
68
+
{{% notice style="info" %}}
69
+
70
+
To **orphan a module**, submit an [orphaned module](https://aka.ms/AVM/OrphanedModule) issue in the AVM repository.
71
+
72
+
{{% /notice %}}
73
+
58
74
### Notification of a Module Becoming Orphaned
59
75
60
76
{{% notice style="important" %}}
@@ -83,6 +99,7 @@ Once a module reaches the end of its lifecycle (e.g., it's permanently replaced
83
99
4. It will be a clearly indicated on the module's repo that new issues can no longer be submitted for the module:
84
100
- Bicep: The module will be taken off the list of available modules in related issue templates.
85
101
- Terraform: The module's repo will be archived.
102
+
5. The module's `-owners-` and `-contributors-` GitHub teams will be retained indefinitely as these grant access to the source code of the module.
86
103
87
104
It is recommended to migrate to a replacement/alternative version of the module, if available.
88
105
@@ -101,7 +118,9 @@ The information notice **MUST** include the following statement:
101
118
{{% /notice %}}
102
119
103
120
{{% notice style="info" %}}
104
-
The module's `-owners-` and `-contributors-` GitHub teams will be retained indefinitely as these grant access to the source code of the module.
121
+
122
+
To **deprecate a module**, submit a [deprecated module](https://aka.ms/AVM/DeprecatedModule) issue in the AVM repository.
123
+
105
124
{{% /notice %}}
106
125
107
126
{{% expand title="➕ Retrieve the available versions of a deprecated module" %}}
0 commit comments