-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Auto-AssignAuto assign by botAuto assign by botContainerAppService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
Describe the bug
We want to mount storage file share as volume in our container app so the files can be mounted in the containers. we want to achieve this using CLI. We are aware that it works through YAML config but we don't keep our config in the YAML. Instead we directly want to use CLI to update container app with storage volume mounts.
Related command
az containerapp update
--name my-containerapp
--resource-group my-resourcegroup
Errors
adding storage volume mounts through azure containerapp command doesn't seem to be supported.
Issue script & Debug output
Currently the documentation doesn't state the support for storage volume mounts through azure CLI.
Expected behavior
az containerapp update
--name my-containerapp
--resource-group my-resourcegroup
--storage-volume-mount "share/config.yaml"
Environment Summary
azure-cli : 2.77.0
Additional context
No response
venkatadorisala-lnrs
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botContainerAppService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that