You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
more info: i had to comment out the if condition on the module to force it to be deployed.
module zeroTrust './modules/zeroTrust/deploy.bicep' = if (diskZeroTrust && avdDeploySessionHosts) {
but the module doesn't create the zt key vault, even though the diskZeroTrust param is true:
module ztKeyVault './.bicep/zeroTrustKeyVault.bicep' = if (diskZeroTrust) {
All i get is this:
Deployment 'Zero-Trust-20250228T205424Z' could not be found.
(Code: DeploymentNotFound)
and when i click on the zero-trust-time resource:
The text was updated successfully, but these errors were encountered: