0

In Azure I created a container (Web App for containers) and under the docker tab added yaml file for the docker config. However after creating the container I cannot find anywhere to edit this yaml file. Is the only option to delete the container and create another one ?

This seems simple but I cannot find anything despite searching online and on Azure

web app container

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
Afshin Ghazi
  • 2,784
  • 4
  • 23
  • 37

1 Answers1

1

To edit the YAML, select Deployment Center and the Settings tab. The YAML will be displayed in the Config textbox. enter image description here

CSharpRocks
  • 6,791
  • 1
  • 21
  • 27