Skip to content
Discussion options

You must be logged in to vote

I am not able to repro you scenario, can you please confirm you have the latest AZ PowerShell Modules, then also follow the steps below and let me know how you go.

  • Also you don't specifically have to run the deployment as a job, you can just do Ctrl + C so long as the you see
    • VERBOSE: 11:07:55 AM - Template is valid. then you can stop the deployment and it will continue to run in Azure.
get-module
ModuleType Version    PreRelease Name
Script     2.7.5                 Az.Accounts
Script     5.4.0                 Az.Resources

Here is a repro Bicep script to test this scenario.

asjob.bicep

param envname string
param location string
param now string = utcNow()

resource deploymentScript '…

Replies: 5 comments 12 replies

Comment options

You must be logged in to vote
2 replies
@brwilkinson
Comment options

@brwilkinson
Comment options

Answer selected by brwilkinson
Comment options

You must be logged in to vote
1 reply
@brwilkinson
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@brwilkinson
Comment options

@BethanyZhou
Comment options

Comment options

You must be logged in to vote
7 replies
@BethanyZhou
Comment options

@uky2019
Comment options

@BethanyZhou
Comment options

@brwilkinson
Comment options

@brwilkinson
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants