Skip to content

Commit

Permalink
update hub.bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
Menghua1 committed Sep 17, 2024
1 parent 63a545e commit a26c327
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions avm/ptn/azd/ml-ai-environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ module mlAiEnvironment 'br/public:avm/ptn/azd/ml-ai-environment:<version>' = {
searchConnectionName: 'maeminsearch001-connection'
storageAccountName: 'maeminsa001'
userAssignedtName: 'maeminua001'
// Non-required parameters
location: '<location>'
}
}
```
Expand Down Expand Up @@ -143,6 +145,10 @@ module mlAiEnvironment 'br/public:avm/ptn/azd/ml-ai-environment:<version>' = {
},
"userAssignedtName": {
"value": "maeminua001"
},
// Non-required parameters
"location": {
"value": "<location>"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module testDeployment '../../../main.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name, resourceLocation)}-test-${serviceShort}'
params: {
location: resourceLocation
keyVaultName: '${namePrefix}${serviceShort}kv00'
storageAccountName: '${namePrefix}${serviceShort}sa001'
hubName: '${namePrefix}${serviceShort}hub001'
Expand Down

0 comments on commit a26c327

Please sign in to comment.