-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bicep file that creates a basic WVD Backplane #1003
Conversation
This Bicep creates a WVD Backplane in Azure consisting of : - WVD Hostpool - WVD AppGroup - WVD Workspace - A configured relationship between these objects.
This main bicep file creates a WVD environment in Azure, based on Bicep 0.2 creating Resource Groups, WVD Backplane components, Vnet with Subnet, Storage container with FileShare and Log Analytics Workspace. This main bicep files calls the bicep modules as outlined below. - wvd-backplane-module.bicep - wvd-network-module.bicep - wvd-fileservices-module.bicep - wvd-LogAnalytics.bicep - wvd-monitor-diag.bicep
@fberson, thank you for contributing! Just FYI to fix up the test failures:
|
@anthony-c-martin I added the required .json file for the .bicep file and reverted the module project to create individual later, but I still see failures? Can you help? |
Ah yes, I forgot to mention. The tests are also very fussy about the format of the We've got some info on the various Examples validations here: https://github.com/Azure/bicep/blob/main/CONTRIBUTING.md#example-files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thank you for contributing!
Thanks @anthony-c-martin ! |
This Bicep creates a WVD Backplane in Azure consisting of :