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
331 stars 70 forks source link

feat: add devcontainer #1118

Open ReneHezser opened 3 months ago

ReneHezser commented 3 months ago

Overview/Summary

With a devcontainer the hugo static website can be built in a local docker container instead of installing the required tooling on the client.

This PR fixes/adds/changes/removes

Closes #1117

Breaking Changes

none

As part of this Pull Request I have

ReneHezser commented 3 months ago

Oh my. Wrong branch. I need to clean this up. Give me a minute. Update: fixed

ReneHezser commented 3 months ago

The linter complains about comments in the devcontainer.json. But they are supported and help understand the file. Update: I removed the comments

ross-p-smith commented 3 months ago

I'm not sure the comments in the devcontainer.json add any value - it's a well known schema and some of the extensions look like they are just commented out. I agree with the linter! :-) (FWIW!)