Share via

Trying to deploy the new function app using pipeline with arm template

Sadanand Madpathy (Harman Connected ServicesCorpo) 20 Reputation points Microsoft External Staff
2024-02-01T09:00:39.28+00:00

1.I was trying to deploy the arm template for function app and able to create the function app but not able to see the functions in it. 2.unable to browse the function app getting 503 service error

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

0 comments No comments

2 answers

Sort by: Most helpful
  1. JananiRamesh-MSFT 29,446 Reputation points Moderator
    2024-02-02T13:54:16.88+00:00

    @Sadanand Madpathy (Harman Connected ServicesCorpo) I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others", I'll repost your solution in case you'd like to "Accept" the answer.

    Issue Fix: The problem was related to the connection string and that you were missing the ";EndpointSuffix=core.windows.net" suffix.

    Thank you again for your time and patience throughout this issue.

    Was this answer helpful?

    0 comments No comments

  2. Sadanand Madpathy (Harman Connected ServicesCorpo) 20 Reputation points Microsoft External Staff
    2024-02-01T09:57:04.7933333+00:00

    Hi, I have been fixed it by looking into the azure connection string where i have missing is ";EndpointSuffix=core.windows.net" to suffix .

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.