I cannot deploy Spring Boot App to Azure due to lack of API support

Duc Tommy Bui 5 Reputation points
2023-06-10T06:02:35.71+00:00

I do not have experience in deploying Spring Apps to Azure. I tried to do it through the Github route. However, there's always an error message at the end of deployment:

Action failed with error: The HTTP resource that matches the request URI 'https:xxxx' does not support the API version '2021-06-01-preview'.
Do you know from where this issue is coming from?

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
110 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 13,946 Reputation points MVP
    2023-06-11T02:40:38.6266667+00:00

    Hello @Duc Tommy Bui

    Refer to the below article

    Deploying a Spring Boot app to Azure

    Deploy your first application to Azure Spring Apps


    If the Answer is helpful, please click Accept Answer and up-vote, so that it can help others in the community looking for help on similar topics.