Skip to content

Commit f6a88ae

Browse files
committed
adding notes on azure gallery
1 parent 3586da8 commit f6a88ae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

azure.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@ GOOS=linux go build -o gtest2
6666
ops image create <elf_file|program> -c config.json -t azure -a gtest2
6767
```
6868

69+
The newer version of ops uses Azure Galleries to store images as Azure
70+
has been moving away from their older image storage now. In fact most
71+
new instance types require it.
72+
73+
If you wish to override the default gallery name of 'nanos_gallery' you
74+
can export an env var like so:
75+
76+
```
77+
export AZURE_GALLERY_NAME="my_new_gallery"
78+
```
79+
6980
### List Images
7081
7182
You can list existing images on Azure with `ops image list`.

0 commit comments

Comments
 (0)