ambitious-crayon-56788
01/31/2020, 12:24 PMArchiveFunctionApp
to a standard FunctionApp
(I'm going to use Azure DevOps to push code to the Function App.
However, the FunctionApp
resource does not have the endpoint
property, so I can't access the Function App URL.
I've found that the getEndpoint()
function is used when setting the endpoint
property, but it doesn't seem to be publically accessible from index.js.
Is there any way I can get the URL of my FunctionApp
resource?
• getEndpoint()
function: https://github.com/pulumi/pulumi-azure/blob/609a1f52aff8a65573ebd3626de9b128753ee179/sdk/nodejs/appservice/zMixins.ts#L632powerful-football-81694
01/31/2020, 12:54 PMDefaultHostname
property of FunctionApp
.CustomHostnameBinding
) so your Pulumi program would know about that too.ambitious-crayon-56788
01/31/2020, 12:57 PMgetEndpoint()
just to avoid having to do that lots of times.powerful-football-81694
01/31/2020, 12:59 PMambitious-crayon-56788
01/31/2020, 1:01 PMpowerful-football-81694
01/31/2020, 1:03 PMtall-librarian-49374
01/31/2020, 4:55 PMambitious-crayon-56788
01/31/2020, 4:56 PMtall-librarian-49374
01/31/2020, 4:58 PM