Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add site_config_resource column to azure_app_service_web_app_slot table closes #645 #653

Conversation

misraved
Copy link
Contributor

@misraved misraved commented Aug 16, 2023

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
select site_config_resource from azure_app_service_web_app_slot
[
 {
  "site_config_resource": {
   "alwaysOn": false,
   "appCommandLine": "",
   "autoHealEnabled": false,
   "defaultDocuments": [
    "Default.htm",
    "Default.html",
    "Default.asp",
    "index.htm",
    "index.html",
    "iisstart.htm",
    "default.aspx",
    "index.php",
    "hostingstart.html"
   ],
   "detailedErrorLoggingEnabled": false,
   "experiments": {
    "rampUpRules": []
   },
   "ftpsState": "FtpsOnly",
   "http20Enabled": false,
   "httpLoggingEnabled": false,
   "ipSecurityRestrictions": [
    {
     "action": "Allow",
     "description": "Allow all access",
     "ipAddress": "Any",
     "name": "Allow all",
     "priority": 2147483647
    }
   ],
   "linuxFxVersion": "NODE|18-lts",
   "loadBalancing": "LeastRequests",
   "localMySqlEnabled": false,
   "logsDirectorySizeLimit": 35,
   "managedPipelineMode": "Integrated",
   "minTlsVersion": "1.2",
   "netFrameworkVersion": "v4.0",
   "nodeVersion": "",
   "numberOfWorkers": 1,
   "phpVersion": "",
   "powerShellVersion": "",
   "preWarmedInstanceCount": 0,
   "publishingUsername": "$web-app-test-mr__slot-1",
   "pythonVersion": "",
   "remoteDebuggingEnabled": false,
   "remoteDebuggingVersion": "VS2019",
   "requestTracingEnabled": false,
   "scmIpSecurityRestrictions": [
    {
     "action": "Allow",
     "description": "Allow all access",
     "ipAddress": "Any",
     "name": "Allow all",
     "priority": 2147483612
    }
   ],
   "scmIpSecurityRestrictionsUseMain": false,
   "scmMinTlsVersion": "1.2",
   "scmType": "None",
   "use32BitWorkerProcess": true,
   "virtualApplications": [
    {
     "physicalPath": "site\\wwwroot",
     "preloadEnabled": false,
     "virtualPath": "/"
    }
   ],
   "vnetName": "",
   "vnetPrivatePortsCount": 0,
   "vnetRouteAllEnabled": false,
   "webSocketsEnabled": false
  }
 }
]

@misraved misraved self-assigned this Aug 16, 2023
@misraved misraved merged commit a3d79ea into main Aug 17, 2023
1 check passed
@misraved misraved deleted the 645-add-configuration-column-in-table-azure_app_service_web_app_slot branch August 17, 2023 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add site_config_resource column in table azure_app_service_web_app_slot
2 participants