Skip to content
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
2 changes: 1 addition & 1 deletion infra/deploy-infra.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ param pipelineSource string
param location string = 'eastus2'

@description('Base name prefix for all resources (e.g., foundry-demo)')
param baseName string = 'foundry-demo'
param baseName string = 'foundry-demo-qgs3j'
Comment thread
ericchansen marked this conversation as resolved.

@description('Model deployments to provision (passed through to main.bicep)')
param modelDeployments array = [
Expand Down
2 changes: 1 addition & 1 deletion infra/environments/dev.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"baseName": { "value": "foundry-demo" },
"baseName": { "value": "foundry-demo-qgs3j" },
Comment thread
ericchansen marked this conversation as resolved.
"environment": { "value": "dev" },
"modelDeployments": {
"value": [
Expand Down
2 changes: 1 addition & 1 deletion infra/environments/prod.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"baseName": { "value": "foundry-demo" },
"baseName": { "value": "foundry-demo-qgs3j" },
Comment thread
ericchansen marked this conversation as resolved.
"environment": { "value": "prod" },
"modelDeployments": {
"value": [
Expand Down
2 changes: 1 addition & 1 deletion infra/environments/test.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"baseName": { "value": "foundry-demo" },
"baseName": { "value": "foundry-demo-qgs3j" },
Comment thread
ericchansen marked this conversation as resolved.
"environment": { "value": "test" },
"modelDeployments": {
"value": [
Expand Down
Loading