diff --git a/reference-implementations/AppGW-IAPIM-Func/bicep/config.yml b/reference-implementations/AppGW-IAPIM-Func/bicep/config.yml index e0270bc..c91b112 100644 --- a/reference-implementations/AppGW-IAPIM-Func/bicep/config.yml +++ b/reference-implementations/AppGW-IAPIM-Func/bicep/config.yml @@ -1,8 +1,8 @@ AZURE_LOCATION: 'westus2' -RESOURCE_NAME_PREFIX: 'apimdemo' +RESOURCE_NAME_PREFIX: 'apimlz' ENVIRONMENT_TAG: 'dev' -DEPLOYMENT_NAME: 'ase-demo-deployment' +DEPLOYMENT_NAME: 'apim-demo-deployment' VM_USERNAME: 'agent' -ACCOUNT_NAME: 'repalce me in repo secrets' +ACCOUNT_NAME: 'replace me in repo secrets' CICD_AGENT_TYPE: 'azuredevops' -CERT_TYPE: 'selfsigned' \ No newline at end of file +CERT_TYPE: 'selfsigned'