github.com/oam-dev/kubevela@v1.9.11/references/docgen/def-doc/component/azure-storage-account.eg.md (about)

     1  ```yaml
     2  apiVersion: core.oam.dev/v1beta1
     3  kind: Application
     4  metadata:
     5    name: storage-account-dev
     6  spec:
     7    components:
     8      - name: storage-account-dev
     9        type: azure-storage-account
    10        properties:
    11          create_rsg: false
    12          resource_group_name: "weursgappdev01"
    13          location: "West Europe"
    14          name: "appdev01"
    15          tags: |
    16            {
    17              ApplicationName       = "Application01"
    18              Terraform             = "Yes"
    19            } 
    20          static_website: |
    21            [{
    22              index_document = "index.html"
    23              error_404_document = "index.html"
    24            }]
    25  
    26          writeConnectionSecretToRef:
    27            name: storage-account-dev
    28            namespace: vela-system
    29  ```