Skip to content
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

enabling diskZeroTrust to true causes deployment error #757

Open
jwaltireland opened this issue Feb 28, 2025 · 2 comments
Open

enabling diskZeroTrust to true causes deployment error #757

jwaltireland opened this issue Feb 28, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@jwaltireland
Copy link

jwaltireland commented Feb 28, 2025

All i get is this:

Deployment 'Zero-Trust-20250228T205424Z' could not be found.

(Code: DeploymentNotFound)

Image

and when i click on the zero-trust-time resource:

Image

@jwaltireland jwaltireland added the bug Something isn't working label Feb 28, 2025
@danycontre
Copy link
Collaborator

@jwaltireland thanks for submitting the issue, we are reviewing it.

@swathibhat1

@jwaltireland
Copy link
Author

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) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants