Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nan Jiang committed Mar 7, 2025
1 parent 36a6bbd commit 7e8d38f
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,46 @@
]
}
}
},
"201": {
"body": {
"id": "/subscriptions/8efdecc5-919e-44eb-b179-915dca89ebf9/resourceGroups/examplerg/providers/Microsoft.App/connectedEnvironments/jlaw-demo1/daprcomponents/reddog",
"name": "reddog",
"type": "Microsoft.App/connectedEnvironments/daprcomponents",
"properties": {
"componentType": "state.azure.cosmosdb",
"version": "v1",
"ignoreErrors": false,
"initTimeout": "50s",
"secrets": [
{
"name": "masterkey"
}
],
"metadata": [
{
"name": "url",
"value": "<COSMOS-URL>"
},
{
"name": "database",
"value": "itemsDB"
},
{
"name": "collection",
"value": "items"
},
{
"name": "masterkey",
"secretRef": "masterkey"
}
],
"scopes": [
"container-app-1",
"container-app-2"
]
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@
}
}
}
},
"201": {
"body": {
"id": "/subscriptions/8efdecc5-919e-44eb-b179-915dca89ebf9/resourceGroups/examplerg/providers/Microsoft.App/connectedEnvironments/env/storages/jlaw-demo1",
"name": "jlaw-demo1",
"type": "Microsoft.App/connectedEnvironments/storages",
"properties": {
"azureFile": {
"accountName": "account1",
"shareName": "share1",
"accessMode": "ReadOnly"
}
}
}
}
}
}

0 comments on commit 7e8d38f

Please sign in to comment.