Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
156 views

How to find backup vaults for an Azure blob container and file share using AZ CLI

I'm working on an automation project where I need to find the backup vaults configured for blob container and file share. I searched Microsoft documents but couldn't find anything to achieve my goal. ...
Digger's user avatar
  • 87
0 votes
1 answer
1k views

How to reach azure blob container from pod(instead of azure file share) [closed]

I'm trying to reach Azure Blob Container from kubernetes pod without success. When I tried with FileShare it works as expected(when I change to Blob Container it fails) My kubernetes settings: spec: ...
shock_in_sneakers's user avatar
1 vote
1 answer
745 views

Kubernetes - how to reference file share in order to mount volume?

we plan to use Azure Kubernetes Service for K8S. We have our Azure File Share. Is it possible to reference somehow Azure File Share within the Pod or Deployment yaml definition so that volume can be ...
vel's user avatar
  • 1,200
0 votes
1 answer
108 views

Containers start failed when mouting volume to Azure Files

I have a container on Azure. When the container starts, it will run a script to modify some configuration files under /var/lib/myservice/conf/. I also want to mount an Azure Files volume in this ...
ktcl's user avatar
  • 413