Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Modules] Updated SKU for the Managed Environment Test #3031

Merged
merged 1 commit into from
Mar 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module testDeployment '../../deploy.bicep' = {
name: '<<namePrefix>>${serviceShort}001'
logAnalyticsWorkspaceResourceId: nestedDependencies.outputs.logAnalyticsWorkspaceResourceId
location: location
skuName: 'Premium'
skuName: 'Consumption'
internal: true
dockerBridgeCidr: '172.16.0.1/28'
platformReservedCidr: '172.17.17.0/24'
Expand Down
4 changes: 2 additions & 2 deletions modules/Microsoft.App/managedEnvironments/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ module managedEnvironments './Microsoft.App/managedEnvironments/deploy.bicep' =
lock: 'CanNotDelete'
platformReservedCidr: '172.17.17.0/24'
platformReservedDnsIP: '172.17.17.17'
skuName: 'Premium'
skuName: 'Consumption'
tags: {
Env: 'test'
}
Expand Down Expand Up @@ -252,7 +252,7 @@ module managedEnvironments './Microsoft.App/managedEnvironments/deploy.bicep' =
"value": "172.17.17.17"
},
"skuName": {
"value": "Premium"
"value": "Consumption"
},
"tags": {
"value": {
Expand Down