Skip to content

Commit

Permalink
Merge branch 'edge' of https://github.com/project-radius/samples into…
Browse files Browse the repository at this point in the history
… edge
  • Loading branch information
AaronCrawfis committed Aug 9, 2022
2 parents 781fc7f + b6f660e commit 88a3e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions reference-apps/container-app-store/iac/infra-azure.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ resource statestore 'Applications.Connector/daprStateStores@2022-03-15-privatepr
location: 'global'
properties: {
kind: 'state.azure.tablestorage'
application: applicationId
environment: environment
resource: account::tableServices::table.id
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ resource statestore 'Applications.Connector/daprStateStores@2022-03-15-privatepr
properties: {
kind: 'generic'
type: 'state.redis'
application: applicationId
environment: environment
version: 'v1'
metadata: {
Expand Down

0 comments on commit 88a3e80

Please sign in to comment.