Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjkp/azure-container-instances-sample
https://github.com/sjkp/azure-container-instances-sample
azure azure-container azure-container-instances azure-functions
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sjkp/azure-container-instances-sample
- Owner: sjkp
- Created: 2017-07-28T21:43:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:19:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T02:55:59.343Z (7 months ago)
- Topics: azure, azure-container, azure-container-instances, azure-functions
- Language: C#
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# azure-container-instances-sample
Small sample that shows how to deploy a container from Docker Hub to an Azure Container Instance using an ARM template.I also included an Azure Function with a http trigger that makes a deployment of the template, showing how it is possible to combine
the two services.The scenario is just the tutorial web app, provided by Microsoft. But I will update this repository with some more interesting real
work loads.