-
Notifications
You must be signed in to change notification settings - Fork 759
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
multi-module WVD deployment with some prereqs #1010
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
This reverts commit bfa81bf.
Bicep WVD Deployment with mutiple modules for various WVD prereqs
I just added the diagnosticSettings for WVD Workspaces as a permittedMissingTypeDiagnostics as PR1011 |
You are getting these errors because your Just an FYI, you can run these tests locally before submitting/updating the PR with |
Codecov Report
@@ Coverage Diff @@
## main #1010 +/- ##
==========================================
+ Coverage 94.19% 94.26% +0.06%
==========================================
Files 328 328
Lines 15659 15810 +151
Branches 12 12
==========================================
+ Hits 14750 14903 +153
+ Misses 909 907 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Thanks @alex-frankel , I fixed the blank lines, seems to be 1 error left regarding variables? Error: Unable to process file command 'env' successfully. |
Looks like a transient error - rerunning jobs |
Thanks @alex-frankel , it looks like passed all tests and is now waiting for review before merging. |
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.
thanks frank! It says there are prereqs in the PR title. Does this need a readme?
No description provided.