Great video. Can you please expand the example, so you can mount an Azure File Share on your container, so the container app can read files from a local folder and output them back? I cannot find any video for that use case.
Hi I am running an ETL Script on an azure batch pool. Am triggering the pipeline on ADF. How can I then pass the container setting( Image name)for every task?
Hi geralexger, great video, thanks!. I would like to ask you if you know how to pass connexion strings and credentials in general to an application running in a container in a batch task. I was thinking in azure key vault and then populate the environment variables, but I'm still not able to figure that out.
you could try to use container run options and pass those credentials through ENV variables. Then you should define those in the docker file. Maybe it is not the best approach but it could work. blog.geralexgr.com/docker/pass-secrets-as-env-variables-on-docker-build-azure-devops . The key vault also could be a good option and then populate them as env variables as you mention
First you will need to capture the acr update image event.You can do that by using resources (containers) on azure devops. learn.microsoft.com/en-us/azure/devops/pipelines/process/resources?view=azure-devops&tabs=schema Afterwards you will need to create a new batch pool using az cli. learn.microsoft.com/en-us/cli/azure/batch/pool?view=azure-cli-latest#az-batch-pool-create
Hello, I was looking at your video channel. We may be helping a company that uses secure images to increase supply chain security and help cloud native development. Would you be willing to help try their software, make a video, and help show devs how to use their tools? This is not an offer, but just to start a conversation about your willingness to take on sponsorship. Please provide me with your email if you are interested. You'd have a chance to look at their technology and decide if it's the type of software that you'd be interested in covering in your channel.
Just wanted to thank you for this video... Just had this problem and came across your video...Thanks again...
Great video. Can you please expand the example, so you can mount an Azure File Share on your container, so the container app can read files from a local folder and output them back? I cannot find any video for that use case.
Hi I am running an ETL Script on an azure batch pool. Am triggering the pipeline on ADF. How can I then pass the container setting( Image name)for every task?
Hi geralexger, great video, thanks!.
I would like to ask you if you know how to pass connexion strings and credentials in general to an application running in a container in a batch task. I was thinking in azure key vault and then populate the environment variables, but I'm still not able to figure that out.
you could try to use container run options and pass those credentials through ENV variables. Then you should define those in the docker file. Maybe it is not the best approach but it could work. blog.geralexgr.com/docker/pass-secrets-as-env-variables-on-docker-build-azure-devops . The key vault also could be a good option and then populate them as env variables as you mention
Than You sir!
Hi Geralexgr, good explanation. Can you explain how to update image in batch account container configuration whenever image version changes in acr.
First you will need to capture the acr update image event.You can do that by using resources (containers) on azure devops. learn.microsoft.com/en-us/azure/devops/pipelines/process/resources?view=azure-devops&tabs=schema
Afterwards you will need to create a new batch pool using az cli. learn.microsoft.com/en-us/cli/azure/batch/pool?view=azure-cli-latest#az-batch-pool-create
Hello,
I was looking at your video channel. We may be helping a company that uses secure images to increase supply chain security and help cloud native development. Would you be willing to help try their software, make a video, and help show devs how to use their tools?
This is not an offer, but just to start a conversation about your willingness to take on sponsorship. Please provide me with your email if you are interested.
You'd have a chance to look at their technology and decide if it's the type of software that you'd be interested in covering in your channel.
You can find my contact details on my personal page geralexgr.com