Menno Laan
Menno Laan
> > Ah sorry for misreading. > > > One for deployment and the other one for changing / updating the AAD admin. > > > > > > Did...
> > You do a check if sqlserver exist, Btw this can be done within bicep with existing and checking if the resource is null. i dont see why we...
> https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/existing-resource#troubleshooting > […](#) > > If you attempt to reference a resource that doesn't exist, you get the NotFound error and your deployment fails. Check the name and scope...
> > Yeah, resource sql_server 'Microsoft.Sql/servers@2022-05-01-preview' existing = { name: sql_server_name scope: reg_name } > > module deploy_db './modules/sql_db_.bicep' = if (sql_server ) { > > { > > see...
Also looking forward to be able to use managed identities. Many companies now move away from the sas tokens and only allow managed identity, thus removing the possibility to servicebus...
> @SeanFeldman is there a way to support the transition? idk how much work is left in migrating? Yes i second this, would not mind contributing to this.
This pr doesn't explain nor solve how we can decouple the bicepparam files between modules and main bicep files. The biggest problem right now is you need to define all...
> ```bicep > n > ``` Hi thank you for your link and suggestion. I just saw your proposal at the bicep community call as well. Although the import line...
> hi @mennolaan, > > we decided to take another look at our design proposal. I'll update the design proposal (and post a comment here) when we have an updated...
Thank you! Looking forward to it.