Is your feature request related to a problem? Please describe.
I have a container app in a staging environment, with a revision with 100% of traffic.
I developed a new feature and I want to deploy a new revision with a URL with 0% traffic (only accessible through direct URL) and use this link to test the frontend part.
Describe the solution you'd like.
I would like to use the Labels as static URLs, for example, I'm developing a feature in a branch called "feature/IT-1010", I create a new revision labeled feature/IT-1010 with 0% of traffic, but at every deployment, I want to substitute it, removing the current revision feature/IT-1010 and created a new one labeled feature/IT-1010.
Describe alternatives you've considered.
I don't know if it's the correct path or if I should consider an alternative approach, but currently, it's a need that I'm considering or I need to look for alternatives
Additional context.
I'm migrating a NodeJS server from Windows AppService to Azure Container App, I tried to do this flow with AzureDevOps pipeline (AZ CLI commands), but It's pretty tricky to do.
@matteocusinato We're working on improving this experience. Are you interested in speaking to us and providing feedback on the feature? If yes, please reach out to me at antchu@ microsoft.com. Thanks.
Is your feature request related to a problem? Please describe.
I have a container app in a staging environment, with a revision with 100% of traffic. I developed a new feature and I want to deploy a new revision with a URL with 0% traffic (only accessible through direct URL) and use this link to test the frontend part.
Describe the solution you'd like.
I would like to use the Labels as static URLs, for example, I'm developing a feature in a branch called "feature/IT-1010", I create a new revision labeled feature/IT-1010 with 0% of traffic, but at every deployment, I want to substitute it, removing the current revision feature/IT-1010 and created a new one labeled feature/IT-1010.
Describe alternatives you've considered.
I don't know if it's the correct path or if I should consider an alternative approach, but currently, it's a need that I'm considering or I need to look for alternatives
Additional context.
I'm migrating a NodeJS server from Windows AppService to Azure Container App, I tried to do this flow with AzureDevOps pipeline (AZ CLI commands), but It's pretty tricky to do.