You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/migrate/how-to-migrate-single-to-flexible-cli.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,10 +99,10 @@ The structure of the JSON is:
99
99
```bash
100
100
{
101
101
"properties": {
102
-
"SourceDBServerResourceId":"subscriptions/<subscriptionid>/resourceGroups/<src_ rg_name>/providers/Microsoft.DBforPostgreSQL/servers/<source server name>",
102
+
"SourceDBServerResourceId":"/subscriptions/<subscriptionid>/resourceGroups/<src_ rg_name>/providers/Microsoft.DBforPostgreSQL/servers/<source server name>",
103
103
104
104
"SourceDBServerFullyQualifiedDomainName": "fqdn of the source server as per the custom DNS server",
105
-
"TargetDBServerFullyQualifiedDomainName": "fqdn of the target server as per the custom DNS server"
105
+
"TargetDBServerFullyQualifiedDomainName": "fqdn of the target server as per the custom DNS server",
0 commit comments