How to use Azure Container Instance (ACI)

Опубликовано: 21 Февраль 2026
на канале: Frank Boucher
5,760
70

In this episode of Cloud in 5 minutes, I will explain how to use #Azure Container Instance (ACI). In the demo, I will create a #Docker container with the image Pandoc-http to convert an HTML file to a Word document.

Subscribe: http://bit.ly/2jx3uKX

(#cloud5mins - Episode #19 #EN)

Azure CLI Commands:
-----------------------------------

az group create --name cloud5mins --location eastus

az container create -g cloud5mins --name mypandoc --image dwolters/pandoc-http --ip-address public

az container delete -g cloud5mins --name mypandoc


USEFUL LINKS:
-----------------------

Container dwolters/pandoc-http: https://hub.docker.com/r/dwolters/pan...
Pandoc: http://pandoc.org/


FOLLOW ME ON
---------------------------

Twitter:   / fboucheros  
Linkedin:   / fboucheros  
Facebook:   / frankysnotes  


BLOGS
------------

Cloud en Francais (FR): http://www.cloudenfrancais.com
Frankys Notes (EN): http://www.frankysnotes.com

GEARS
------------

Camtasia 9: http://amzn.to/2DK38bP
Logitec C922 PRO: http://amzn.to/2DMcTX4
Blue Snowball: http://amzn.to/2FqemTi



-