This change turns the placeholder workflow configuration into something runnable by replacing template Azure values with concrete resource group, subscription, and web app settings. It also switches the workflow trigger to workflow_dispatch, which suggests deployments are being controlled manually while the pipeline is being validated. The practical effect is that the CI/CD workflow is now closer to an actual deployable setup, with safer manual execution during setup or testing.