Is it possible to have a little more control of container apps http scaling
I have an application (SonarQube) that is used relatively infrequently. Basically it just does a few code scans a day and which point a developer may visit the application for a few minutes and look at the results before heading back to the code to get back to work or implement fixes. Basically, what I’d like to do is upon the first request the application will scale up to one container (which can take up to two minutes) and for the container to stay scaled to one until there haven’t been any requests for the last 30 minutes. That way if a developer is flipping back and forth between code and the scan results it the application will be prompt but when they haven’t interacted with the application for the last 30 minutes the application will shut down.
Migration of ASP.NET MVC application to Azure Container app (Windows container)
I have an application in ASP.NET MVC & want to modernize it and move to cloud using Azure Container apps.
how to switch azure container app workload profile from consuption to dedicated workload profile?
I have created an azure container app with quick image. Here my container app is in consumption workload profile as when deploying with quick start image there is no option to select between workload profiles.