diff --git a/docs/az_storage.md b/docs/az_storage.md index a37d1b5..efd6160 100644 --- a/docs/az_storage.md +++ b/docs/az_storage.md @@ -57,8 +57,9 @@ A rule for setting basic properties for other rules. srcs -

Label List, required

+

Label keyed String Dict, required

The list of targets that have a file to be copy or removed from a Container.

+

The path to the file in the storage account will be the target value defined in the dictionary.

@@ -91,9 +92,9 @@ az_config( az_storage( name = "foo", - srcs = [ - ":generate", - ], + srcs = { + ":generate": "path/to/container/", + }, account_name = "bar", config = ":config", container_name = "baz",