You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our use case, Validate AZURE_EXISTING_AGENT_ID might be provided as an azd environment variable. I need to verify if the agent ID and abort if it is invalid.
Currently we can't write hook since ps1 or sh script needs to make REST API calls but curl or apt-get might not be available.