Azure Container Instances 2 – PaaS Compute Options
Building and Running Containers in Azure 3. You need to add the following lines to the file: FROM nginx:latest COPY ./index.html /usr/share/nginx/html/index.html <html> <body> Hello all </body> </html>…