You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least the file(s) used for the "Workload Zone" deployment showing the "^M" carriage-return character.
Those Windows line breaks are causing the deployment of the workload zone to fail because the "Deployment region code:" will be shown as an empty string
^M
#########################################################################################^M
# #^M
# This sample defines a deployment that will create the networks and their subnets #^M
# #^M
#########################################################################################^M
^M
#########################################################################################^M
# #^M
# The automation framework supports both creating resources (greenfield) or using #^M
# existing resources (brownfield). #^M
# #^M
# For the greenfield scenario the automation defines default names for resources, #^M
# if there is a XXXXname variable then the name is customizable. #^M
# #^M
# For the brownfield scenario the Azure resource identifiers for the resources must #^M
# be specified. #^M
# #^M
#########################################################################################^M
^M
#########################################################################################^M
# #^M
# Environment definitions #^M
# #^M
#########################################################################################^M
^M
# The environment value is a mandatory field, it is used for partitioning the environments, for example (PROD and NP)^M
environment = "DEV"^M
^M
# The location value is a mandatory field, it is used to control where the resources are deployed^M
location = "westeurope"^M
The text was updated successfully, but these errors were encountered:
Doc: https://learn.microsoft.com/en-us/azure/sap/automation/deploy-control-plane?tabs=linux#deploy-the-control-plane-1
After executing:
git clone https://github.com/Azure/sap-automation-samples.git samples
At least the file(s) used for the "Workload Zone" deployment showing the "^M" carriage-return character.
Those Windows line breaks are causing the deployment of the workload zone to fail because the "Deployment region code:" will be shown as an empty string
The expected output running the "install_workloadzone.sh" script would be:
Deployment region code: WEEU
azureadm@mgmtweeudep00deploy00:~> cat -v ~/Azure_SAP_Automated_Deployment/WORKSPACES/LANDSCAPE/DEV-WEEU-SAP01-INFRASTRUCTURE/DEV-WEEU-SAP01-INFRASTRUCTURE.tfvars
The text was updated successfully, but these errors were encountered: