Marcus Felling

Results 8 comments of Marcus Felling

> Thanks for the Bicep implementation 👍 Looks good to me! Can you confirm if these steps were tested: https://github.com/microsoft/dotnet-podcasts/blob/main/Deploy-websites-services.md#step-by-step-guide-to-deploying-websites-and-services-to-azure ? @nishanil @jamesmontemagno - Yes, I tested this in my...

@stan-sz - Am I missing something, or does that still require the use of modules? This issue is aimed at having the ability to create the RG and all of...

@nitya - is this something you'd want to contribute eventually (no rush)?

Hi @OliverMKing - I wanted to check in and see if you could create a new release. No rush, this is mostly a nit pick as it's the last GHA...

@cloudchristoph - have you tried using variables and the environment() function for these values? e.g. ```bicep var kms = 'kms.${environment().suffixes.storage}' var keyVault = 'somevault.${environment().suffixes.keyvaultDns}' var resourceManager = environment().resourceManager var graphAudience...

@cloudchristoph - Does using [bicepconfig.json](https://github.com/Azure/bicep/blob/main/docs/linter.md#configuration) meet your needs? You can modify the list of URL's by specifying `disallowedhosts`.

@cloudchristoph would adding the ability to override linter rules in-line help with your scenario? https://github.com/Azure/bicep/issues/3354

Any updates @sumitmalik51?