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

[Image Update] Install bicep using az cli #448

Open
surajssd opened this issue Jun 28, 2024 · 0 comments
Open

[Image Update] Install bicep using az cli #448

surajssd opened this issue Jun 28, 2024 · 0 comments
Labels

Comments

@surajssd
Copy link
Member

There is no need to manually install the bicep.

# Install Bicep CLI
RUN curl -Lo bicep https://github.com/Azure/bicep/releases/latest/download/bicep-linux-x64 \
&& chmod +x ./bicep \
&& mv ./bicep /usr/local/bin/bicep \
&& bicep --help

One can just do the following:

az bicep install
@mbifeld mbifeld added Priority 2 Size: Small 1-2 days of work labels Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants