This pull request includes significant changes to the deployment scripts in the Scenarios/Secure-Baseline/bicepWithAVM directory, primarily focusing on the removal of the sample application deployment process. The most important changes include the removal of the DEPLOY_APP variable, the associated conditional logic, and the entire application_deployment.sh script.
From now on, users can deploy the sample by following the instructions in [Scenarios/Secure-Baseline/bicepWithAVM/06-Sample-App/README.md].
Removal of sample application deployment:
Scenarios/Secure-Baseline/bicepWithAVM/deploy.sh: Removed the DEPLOY_APP variable and the conditional logic for deploying a sample application inside the ARO cluster. This includes removing the creation of a service principal and the invocation of the application_deployment.sh script.
Script removal:
Scenarios/Secure-Baseline/bicepWithAVM/vm-scripts/linux/application_deployment.sh: Deleted the entire script responsible for deploying a sample application in the ARO cluster. This script included logging into the ARO cluster, setting up the environment, and creating Kubernetes resources like deployments, services, and ingress.
This pull request includes significant changes to the deployment scripts in the
Scenarios/Secure-Baseline/bicepWithAVM
directory, primarily focusing on the removal of the sample application deployment process. The most important changes include the removal of theDEPLOY_APP
variable, the associated conditional logic, and the entireapplication_deployment.sh
script.From now on, users can deploy the sample by following the instructions in [
Scenarios/Secure-Baseline/bicepWithAVM/06-Sample-App/README.md
].Removal of sample application deployment:
Scenarios/Secure-Baseline/bicepWithAVM/deploy.sh
: Removed theDEPLOY_APP
variable and the conditional logic for deploying a sample application inside the ARO cluster. This includes removing the creation of a service principal and the invocation of theapplication_deployment.sh
script.Script removal:
Scenarios/Secure-Baseline/bicepWithAVM/vm-scripts/linux/application_deployment.sh
: Deleted the entire script responsible for deploying a sample application in the ARO cluster. This script included logging into the ARO cluster, setting up the environment, and creating Kubernetes resources like deployments, services, and ingress.Minor variable adjustments:
Scenarios/Secure-Baseline/bicepWithAVM/deploy.sh
: Removed theDEPLOY_APP
variable initialization.