Run jobs with Azure Batch Service | Containers example

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 10

  • @charltondsouza9140
    @charltondsouza9140 24 дні тому

    Just wanted to thank you for this video... Just had this problem and came across your video...Thanks again...

  • @nahhhhhhh847
    @nahhhhhhh847 3 місяці тому

    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.

  • @charltondsouza9140
    @charltondsouza9140 24 дні тому

    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?

  • @elprofesornet8897
    @elprofesornet8897 9 місяців тому

    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.

    • @geralexgr
      @geralexgr  9 місяців тому

      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

  • @MathisasP
    @MathisasP 9 місяців тому

    Than You sir!

  • @bhargavreddy6640
    @bhargavreddy6640 Рік тому

    Hi Geralexgr, good explanation. Can you explain how to update image in batch account container configuration whenever image version changes in acr.

    • @geralexgr
      @geralexgr  Рік тому

      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

  • @IleniaQuintero
    @IleniaQuintero 4 місяці тому

    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.

    • @geralexgr
      @geralexgr  4 місяці тому +1

      You can find my contact details on my personal page geralexgr.com