File: README.md

package info (click to toggle)
golang-github-tombuildsstuff-giovanni 0.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 15,908 kB
  • sloc: makefile: 3
file content (15 lines) | stat: -rw-r--r-- 522 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Example: using a Shared Key

This example provisions a Storage Container using a Shared Key for authentication.

To run this example you need the following Environment Variables set:

* `ARM_ENVIRONMENT` - The Azure Environment (`public`, `germany` etc)

You also need to update `main.go` to set the variable `storageAccountName` and `storageAccountKey` to an existing Storage Account (since we don't provision one for you).

Assuming you've got Go installed - you can then run this using:

```bash
$ go run main.go
```