1. update config.yaml
2. update params.yaml
3. update the entity
4. update the configuration manager in src config
5. update the components
6. update the pipeline
7. update the main.py
8. update the app.py
https://github.com/Shahed9338/Classification-Dogs-vs-cats-Azure-Deployment.gitconda create -n dogcat pythonsource activate dogcatpip install -r requirements.txtpython app.pyNow open up your local host 0.0.0.0:8080Demo >> 3NHWZxdfLYo4GfkeDXIyl00IcFV18hQqkeIfTjiVXR+ACRBZ88QAdocker build -t dogandcat.azurecr.io/dogandcat:latest .docker login dogandcat.azurecr.iodocker push dogandcat.azurecr.io/dogandcat:latest1. Build the Docker image of the Source Code
2. Push the Docker image to Container Registry
3. Launch the Web App Server in Azure
4. Pull the Docker image from the container registry to Web App server and run