We have several microservices deployed using azure devops build and release pipelines. I want to add label to our pods like .
After doing some R&D I got to know that label will be added during deployment. Is there a way to add label from azure Devops user interface while deployment of microservices?
Below is the YAML file chunk which I need to add in our pods YAML files.
metadata:name: demo labels: aadpodidbinding: podidentity