This message was deleted.
# getting-started
s
This message was deleted.
l
Do you want blobContainers to be an object with 3 properties? Or an array with 3 items? I think the problem here is just your YAML.
This may be what you want:
Copy code
<stack_name>:blobContainers:
- name: container_name1
  accessLevel: Container
- name: container_name2
  accessLevel: Blob
- name: container_name3
  accessLevel: Container
❤️ 1