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

Add support for using a configuration file #63

Closed
NachoVazquez opened this issue Oct 2, 2021 · 5 comments
Closed

Add support for using a configuration file #63

NachoVazquez opened this issue Oct 2, 2021 · 5 comments
Labels
enhancement New feature or request idle

Comments

@NachoVazquez
Copy link

NachoVazquez commented Oct 2, 2021

The Problem

This action adds support for the basic Azure CLI deploy commands. However, there are some circumstances like supporting multiple volumes or configuring the container's resources (CPU, RAM) where the Azure CLI, and therefore this action, are unable to address.

The Azure CLI solves these limitations using the file configuration option

# Deploy with YAML template
az container create --resource-group myResourceGroup --file deploy-aci.yaml

The solution

Add support for the file configuration in this action.

https://docs.microsoft.com/en-us/azure/templates/microsoft.containerinstance/containergroups?tabs=json

Related Issues

#62

@obayesshelton
Copy link

@kanika1894 is this something being put into production? I need the ability to add more than one volume

@github-actions
Copy link

This issue is idle because it has been open for 14 days with no activity.

@github-actions github-actions bot added the idle label Oct 18, 2021
@MaslinuPoimal
Copy link

Can this be prioritized? Currently the action is very limited because for example we cannot deploy sidecar containers and have to use the CLI way instead.

@github-actions github-actions bot removed the idle label Feb 7, 2022
@github-actions
Copy link

This issue is idle because it has been open for 14 days with no activity.

@github-actions github-actions bot added the idle label Feb 22, 2022
This was referenced May 17, 2022
@BALAGA-GAYATRI
Copy link
Contributor

You can leverage that option using azure/cli@v1 action where you will be providing the required command with arguments in the inlineScript and executing it. Closing it as we have an alternative for this use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request idle
Projects
None yet
Development

No branches or pull requests

5 participants