https://github.com/jefking/create-azure-storage-queue
Create Azure Storage Queue on ACI
https://github.com/jefking/create-azure-storage-queue
account aci azure console container container-instance csharp docker docker-hub dotnet hub queue storage storage-account
Last synced: 2 months ago
JSON representation
Create Azure Storage Queue on ACI
- Host: GitHub
- URL: https://github.com/jefking/create-azure-storage-queue
- Owner: jefking
- Created: 2018-12-03T23:26:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T20:47:10.000Z (over 6 years ago)
- Last Synced: 2025-02-01T23:17:50.333Z (4 months ago)
- Topics: account, aci, azure, console, container, container-instance, csharp, docker, docker-hub, dotnet, hub, queue, storage, storage-account
- Language: C#
- Homepage: https://hub.docker.com/r/jefking/create-queue/
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build
[](https://dev.azure.com/jefkin/oss/_build/latest?definitionId=4)### Dotnet
```
dotnet build
```### Docker
```
docker build .
```## Run
```
docker run -t -e "queue=create" -e "connection=" jefking/create-queue:latest
```