-
Notifications
You must be signed in to change notification settings - Fork 756
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
"deploy" command for bicep CLI #33
Labels
Comments
@artursouza - can you point us to the CLI extension that you wrote to do this? |
cc @rynowak who may also know |
This should be fixed by allowing |
@alex-frankel I agree, this feature belongs to az cli (or az cli extension), which will eventually lead to issue #91 |
Closing since #858 is done |
ghost
locked as resolved and limited conversation to collaborators
May 29, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This would both compile the bicep code into ARM JSON and deploy it. I'm not sure if it would need to generate a temporary azureDeploy.json file or if it could keep everything in memory.
As a prerequisite, you would need to have either Az CLI or Azure PowerShell installed and the Bicep CLI would simply call that. I'm imagining users can create a config file to specify all the parameters required for a deployment:
The text was updated successfully, but these errors were encountered: