How to check available .net version per Azure Region for Azure Web Apps ?

Goksu Akin 1 Reputation point
2022-08-03T17:45:54.093+00:00

Is there a way to check this via a map or doc on which region support .net 6 version to make sure a transition wouldn't cause an issue?
I am in the process of moving to the new version but want to make sure the regions we have presence also have the latest version installed before our migration.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,865 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 18,191 Reputation points Microsoft Employee
    2022-08-04T11:46:39.223+00:00

    @Goksu Akin Thank you for reaching out to Microsoft Q&A, As per this announcements page .Net 6.0 is generally available on webapps since November 2021 and also, we don't have any region-specific runtime versions in azure web apps.
    Using this cmdlet az webapp list-runtimes --os-type {linux,Windows} which will give the list of supported run times, and these will be available across all the regions.

    1 person found this answer helpful.