We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3586da8 commit f6a88aeCopy full SHA for f6a88ae
azure.md
@@ -66,6 +66,17 @@ GOOS=linux go build -o gtest2
66
ops image create <elf_file|program> -c config.json -t azure -a gtest2
67
```
68
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
80
### List Images
81
82
You can list existing images on Azure with `ops image list`.
0 commit comments