Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a file share within the storage account to store the Zilla token.

Code Block
— Create fileShare 
az storage share create \
    --name zilla-pobox-volume \
    --account-name zillapoboxstorage

...