An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Create Azure Storage Queue


## Build
[![Build status](https://dev.azure.com/jefkin/oss/_apis/build/status/Create%20Storage%20Queue)](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
```