Skip to content

Commit

Permalink
delete sql azure db
Browse files Browse the repository at this point in the history
  • Loading branch information
hoapooh committed Jul 26, 2024
1 parent 8c58a9a commit 6b984dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 102 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"dependencies": {
"mssql1": {
"serviceConnectorResourceId": "/subscriptions/[parameters('subscriptionId')]/resourceGroups/[parameters('resourceGroupName')]/providers/Microsoft.Web/sites/DentalCarePlatform/providers/Microsoft.ServiceLinker/linkers/ConnectionStringsDBConnection_3520DDA83A",
"mssql2": {
"serviceConnectorResourceId": "",
"secretStore": "AzureAppSettings",
"resourceId": "/subscriptions/[parameters('subscriptionId')]/resourcegroups/[parameters('resourceGroupName')]/providers/Microsoft.Sql/servers/dentalcareplatform/databases/dentalcareplatformdb",
"type": "mssql.azure",
"connectionId": "ConnectionStrings:DBConnection"
"type": "mssql.onprem",
"connectionId": "ConnectionStrings"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
{
"dependencies": {
"mssql1": {
"mssql2": {
"restored": true,
"restoreTime": "2024-07-10T18:43:43.9706805Z"
"restoreTime": "2024-07-26T10:28:31.0690667Z"
}
},
"parameters": {
"mssql1.subscriptionId": {
"Name": "mssql1.subscriptionId",
"Type": "subscription",
"Value": "7bdfd614-cd01-4dee-963a-7564c84bf692"
},
"mssql1.resourceGroupName": {
"Name": "mssql1.resourceGroupName",
"Type": "resourceGroup",
"Value": "DentalCarePlatformResourceGroup"
}
}
"parameters": {}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"mssql1": {
"mssql2": {
"type": "mssql",
"connectionId": "ConnectionStrings:DBConnection"
"connectionId": "ConnectionStrings"
}
}
}

0 comments on commit 6b984dd

Please sign in to comment.