Skip to content

Commit

Permalink
Fix storage account names used in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fhibf committed Dec 22, 2022
1 parent 98e8da7 commit 0f365f0
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
"properties": {
"authenticationConfiguration": {
"authority": "https://login.microsoftonline.com/abfde7b2-df0f-47e6-aabf-2462b07508dc",
"audiences": [
"https://azurehealthcareapis.com/",
"https://azurehealthcareapis.com"
]
},
"audience": "https://azurehealthcareapis.com",
"smartProxyEnabled": true
},
"corsConfiguration": {
"origins": [
"*"
Expand All @@ -39,12 +37,12 @@
"allowCredentials": false
},
"exportConfiguration": {
"storageAccountName": "bar"
"storageAccountName": "existingStorageAccount"
},
"importConfiguration": {
"enabled": false,
"initialImportMode": false,
"integrationDataStore": "for"
"integrationDataStore": "existingStorageAccount"
},
"implementationGuidesConfiguration": {
"usCoreMissingData": false
Expand Down

0 comments on commit 0f365f0

Please sign in to comment.