neodymium
neodymium

Reputation: 3936

What are the DAC endpoints for Australia datacenters?

I'm attempting to use the Azure SQL Service Management REST API to Export Database. Unfortunately the above documentation does not list any of the Australian Region servers. Does anyone know if what the uriBase values are or if they are even supported in the Australia region?

Upvotes: 0

Views: 204

Answers (1)

JuneT
JuneT

Reputation: 7860

try these:

Australia East: https://aueprod-dacsvc.azure.com/dacwebservice.svc

Australia Southeast: https://auseprod-dacsvc.azure.com/dacwebservice.svc

Upvotes: 2

Related Questions