Azure / Azure-Verified-Modules

Azure Verified Modules (AVM) is an initiative to consolidate and set the standards for what a good Infrastructure-as-Code module looks like. Modules will then align to these standards, across languages (Bicep, Terraform etc.) and will then be classified as AVMs and available from their respective language specific registries.
https://aka.ms/AVM
MIT License
323 stars 68 forks source link

[Module Proposal]: Azure Portal Dashboard Resource Module #788

Open azure-lm opened 5 months ago

azure-lm commented 5 months ago

Check for previous/existing GitHub issues/module proposals

Check this module doesn't already exist in the module indexes

Bicep or Terraform?

Terraform

Module Classification?

Resource Module

Module Name

avm-res-portal-dashboard

Module Details

We would like to create an AVM resource module to deploy an Azure Portal Dashboard: https://learn.microsoft.com/en-us/azure/azure-portal/azure-portal-dashboards

We expect this will largely be a wrapper around the azure dashboard module: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/portal_dashboard

This resource module will take the dashboard JSON (as well as other values) as parameters and deploy the dashboard with this JSON. This resource module will not manage or influence the dashboard JSON generation.

Do you want to be the owner of this module?

Yes

Module Owner's GitHub Username (handle)

azure-lm

(Optional) Secondary Module Owner's GitHub Username (handle)

No response

prjelesi commented 5 months ago

HI @azure-lm ,

Thanks for requesting/proposing to be an AVM module owner!

We just want to confirm you agree to the below pages that define what module ownership means:

Any questions or clarifications needed, let us know!

If you agree, please just reply to this issue with the exact sentence below (as this helps with our automation 👍):

"I CONFIRM I WISH TO OWN THIS AVM MODULE AND UNDERSTAND THE REQUIREMENTS AND DEFINITION OF A MODULE OWNER"

Thanks,

The AVM Core Team

RR

azure-lm commented 5 months ago

I CONFIRM I WISH TO OWN THIS AVM MODULE AND UNDERSTAND THE REQUIREMENTS AND DEFINITION OF A MODULE OWNER

prjelesi commented 5 months ago

@azure-lm i just need to align with team how we will continue with this. Please give me a day.

prjelesi commented 5 months ago

Hi @azure-lm ,

sorry for this take so long.

Thanks for confirming that you wish to own this AVM module and understand the related requirements and responsibilities!

Before starting development, please ensure ALL the following requirements are met.

Please use the following values explicitly as provided in the module index page:

Check if this module exists in the other IaC language. If so, collaborate with the other owner for consistency. 👍

You can now start the development of this module! ✅ Happy coding! 🎉

Please respond to this comment and request a review from the AVM core team once your module is ready to be published! Please include a link pointing to your PR, once available. 🙏

Any further questions or clarifications needed, let us know!

Thanks,

The AVM Core Team

Menghua1 commented 3 months ago

Requested by the AZD team: https://github.com/Azure/Azure-Verified-Modules/issues/261 @jongio for notification.

VeronicaSea commented 1 week ago

Hi @prjelesi , we are working on it and follow the release process.

VeronicaSea commented 22 hours ago

I have completed my initial development of the module and I would like to request a review of my module before publishing it to the terraform registry. The latest code is in the main branch and a PR titled AVM-Review-PR on the module repo and all checks on that PR are passing.