How to find the url to deploy Azure?

I have an automatic build for Azure. I would like to know an intermediate level URL.

Ideally, I would like to be able to assign DNS to it, so I don’t need to distribute a new intermediate URL with every deployment.

Otherwise, I would like to find an intermediate level URL so that I can distribute it automatically.

Any ideas?

+3
source share
1 answer

Presumably your automatic deployment uses a service management API ... you can simply use the "Get Deployment" method to get an intermediate deployment of URLs.

+4
source

All Articles