removed publish profile
This commit is contained in:
Родитель
4929ad973d
Коммит
6fcc98cf4b
|
@ -1,222 +0,0 @@
|
|||
{
|
||||
"$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#",
|
||||
"contentVersion": "1.0.0.0",
|
||||
"resources": [
|
||||
{
|
||||
"type": "Microsoft.Resources/resourceGroups",
|
||||
"name": "spegridehubgrp",
|
||||
"location": "eastus",
|
||||
"apiVersion": "2019-10-01"
|
||||
},
|
||||
{
|
||||
"type": "Microsoft.Resources/deployments",
|
||||
"name": "[concat('spegridehubgrpDeployment', uniqueString(subscription().subscriptionId))]",
|
||||
"resourceGroup": "spegridehubgrp",
|
||||
"apiVersion": "2019-10-01",
|
||||
"dependsOn": [
|
||||
"spegridehubgrp"
|
||||
],
|
||||
"properties": {
|
||||
"mode": "Incremental",
|
||||
"template": {
|
||||
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
||||
"contentVersion": "1.0.0.0",
|
||||
"resources": [
|
||||
{
|
||||
"id": "/subscriptions/a61d8041-614d-4f85-b928-4b24c8abc76c/resourceGroups/spegridehubgrp/providers/Microsoft.Web/sites/spegridehubfuncapp",
|
||||
"name": "spegridehubfuncapp",
|
||||
"type": "Microsoft.Web/sites",
|
||||
"kind": "functionapp",
|
||||
"location": "East US",
|
||||
"properties": {
|
||||
"name": "spegridehubfuncapp",
|
||||
"state": "Running",
|
||||
"hostNames": [
|
||||
"spegridehubfuncapp.azurewebsites.net"
|
||||
],
|
||||
"webSpace": "spegridehubgrp-EastUSwebspace",
|
||||
"selfLink": "https://waws-prod-blu-119.api.azurewebsites.windows.net:454/subscriptions/a61d8041-614d-4f85-b928-4b24c8abc76c/webspaces/spegridehubgrp-EastUSwebspace/sites/spegridehubfuncapp",
|
||||
"repositorySiteName": "spegridehubfuncapp",
|
||||
"owner": null,
|
||||
"usageState": 0,
|
||||
"enabled": true,
|
||||
"adminEnabled": true,
|
||||
"enabledHostNames": [
|
||||
"spegridehubfuncapp.azurewebsites.net",
|
||||
"spegridehubfuncapp.scm.azurewebsites.net"
|
||||
],
|
||||
"siteProperties": {
|
||||
"metadata": null,
|
||||
"properties": [
|
||||
{
|
||||
"name": "LinuxFxVersion",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"name": "WindowsFxVersion",
|
||||
"value": null
|
||||
}
|
||||
],
|
||||
"appSettings": null
|
||||
},
|
||||
"availabilityState": 0,
|
||||
"sslCertificates": null,
|
||||
"csrs": [],
|
||||
"cers": null,
|
||||
"siteMode": null,
|
||||
"hostNameSslStates": [
|
||||
{
|
||||
"name": "spegridehubfuncapp.azurewebsites.net",
|
||||
"sslState": 0,
|
||||
"ipBasedSslResult": null,
|
||||
"virtualIP": null,
|
||||
"thumbprint": null,
|
||||
"toUpdate": null,
|
||||
"toUpdateIpBasedSsl": null,
|
||||
"ipBasedSslState": 0,
|
||||
"hostType": 0
|
||||
},
|
||||
{
|
||||
"name": "spegridehubfuncapp.scm.azurewebsites.net",
|
||||
"sslState": 0,
|
||||
"ipBasedSslResult": null,
|
||||
"virtualIP": null,
|
||||
"thumbprint": null,
|
||||
"toUpdate": null,
|
||||
"toUpdateIpBasedSsl": null,
|
||||
"ipBasedSslState": 0,
|
||||
"hostType": 1
|
||||
}
|
||||
],
|
||||
"computeMode": null,
|
||||
"serverFarm": null,
|
||||
"serverFarmId": "/subscriptions/a61d8041-614d-4f85-b928-4b24c8abc76c/resourceGroups/spegridehubgrp/providers/Microsoft.Web/serverfarms/spegridehubfuncappPlan",
|
||||
"reserved": false,
|
||||
"isXenon": false,
|
||||
"hyperV": false,
|
||||
"lastModifiedTimeUtc": "2020-06-09T02:15:32.4033333",
|
||||
"storageRecoveryDefaultState": "Running",
|
||||
"contentAvailabilityState": 0,
|
||||
"runtimeAvailabilityState": 0,
|
||||
"siteConfig": {
|
||||
"numberOfWorkers": null,
|
||||
"defaultDocuments": null,
|
||||
"netFrameworkVersion": null,
|
||||
"phpVersion": null,
|
||||
"pythonVersion": null,
|
||||
"nodeVersion": null,
|
||||
"powerShellVersion": null,
|
||||
"linuxFxVersion": null,
|
||||
"windowsFxVersion": null,
|
||||
"requestTracingEnabled": null,
|
||||
"remoteDebuggingEnabled": null,
|
||||
"remoteDebuggingVersion": null,
|
||||
"httpLoggingEnabled": null,
|
||||
"azureMonitorLogCategories": null,
|
||||
"acrUseManagedIdentityCreds": false,
|
||||
"acrUserManagedIdentityID": null,
|
||||
"logsDirectorySizeLimit": null,
|
||||
"detailedErrorLoggingEnabled": null,
|
||||
"publishingUsername": null,
|
||||
"publishingPassword": null,
|
||||
"appSettings": null,
|
||||
"metadata": null,
|
||||
"connectionStrings": null,
|
||||
"machineKey": null,
|
||||
"handlerMappings": null,
|
||||
"documentRoot": null,
|
||||
"scmType": null,
|
||||
"use32BitWorkerProcess": null,
|
||||
"webSocketsEnabled": null,
|
||||
"alwaysOn": null,
|
||||
"javaVersion": null,
|
||||
"javaContainer": null,
|
||||
"javaContainerVersion": null,
|
||||
"appCommandLine": null,
|
||||
"managedPipelineMode": null,
|
||||
"virtualApplications": null,
|
||||
"winAuthAdminState": null,
|
||||
"winAuthTenantState": null,
|
||||
"customAppPoolIdentityAdminState": null,
|
||||
"customAppPoolIdentityTenantState": null,
|
||||
"runtimeADUser": null,
|
||||
"runtimeADUserPassword": null,
|
||||
"loadBalancing": null,
|
||||
"routingRules": null,
|
||||
"experiments": null,
|
||||
"limits": null,
|
||||
"autoHealEnabled": null,
|
||||
"autoHealRules": null,
|
||||
"tracingOptions": null,
|
||||
"vnetName": null,
|
||||
"cors": null,
|
||||
"push": null,
|
||||
"apiDefinition": null,
|
||||
"apiManagementConfig": null,
|
||||
"autoSwapSlotName": null,
|
||||
"localMySqlEnabled": null,
|
||||
"managedServiceIdentityId": null,
|
||||
"xManagedServiceIdentityId": null,
|
||||
"ipSecurityRestrictions": null,
|
||||
"scmIpSecurityRestrictions": null,
|
||||
"scmIpSecurityRestrictionsUseMain": null,
|
||||
"http20Enabled": null,
|
||||
"minTlsVersion": null,
|
||||
"ftpsState": null,
|
||||
"preWarmedInstanceCount": null,
|
||||
"healthCheckPath": null,
|
||||
"fileChangeAuditEnabled": null,
|
||||
"functionsRuntimeScaleMonitoringEnabled": null,
|
||||
"websiteTimeZone": null,
|
||||
"minimumElasticInstanceCount": 0
|
||||
},
|
||||
"deploymentId": "spegridehubfuncapp",
|
||||
"trafficManagerHostNames": null,
|
||||
"sku": "Dynamic",
|
||||
"scmSiteAlsoStopped": false,
|
||||
"targetSwapSlot": null,
|
||||
"hostingEnvironment": null,
|
||||
"hostingEnvironmentProfile": null,
|
||||
"clientAffinityEnabled": false,
|
||||
"clientCertEnabled": false,
|
||||
"clientCertMode": 0,
|
||||
"clientCertExclusionPaths": null,
|
||||
"hostNamesDisabled": false,
|
||||
"domainVerificationIdentifiers": null,
|
||||
"customDomainVerificationId": "A92BAA23A498CC9938061E0B8402F7BED64FCEB003CF0C501E2595F2D6423CCA",
|
||||
"kind": "functionapp",
|
||||
"inboundIpAddress": "40.121.35.221",
|
||||
"possibleInboundIpAddresses": "40.121.35.221",
|
||||
"ftpUsername": "spegridehubfuncapp\\$spegridehubfuncapp",
|
||||
"ftpsHostName": "ftps://waws-prod-blu-119.ftp.azurewebsites.windows.net/site/wwwroot",
|
||||
"outboundIpAddresses": "40.121.35.221,40.114.109.158,104.211.29.193,13.68.131.60,40.87.86.14",
|
||||
"possibleOutboundIpAddresses": "40.121.35.221,40.114.109.158,104.211.29.193,13.68.131.60,40.87.86.14,13.68.130.103,40.87.82.124,13.68.137.247",
|
||||
"containerSize": 1536,
|
||||
"dailyMemoryTimeQuota": 0,
|
||||
"suspendedTill": null,
|
||||
"siteDisabledReason": 0,
|
||||
"functionExecutionUnitsCache": null,
|
||||
"maxNumberOfWorkers": null,
|
||||
"homeStamp": "waws-prod-blu-119",
|
||||
"cloningInfo": null,
|
||||
"hostingEnvironmentId": null,
|
||||
"tags": null,
|
||||
"resourceGroup": "spegridehubgrp",
|
||||
"defaultHostName": "spegridehubfuncapp.azurewebsites.net",
|
||||
"slotSwapStatus": null,
|
||||
"httpsOnly": false,
|
||||
"redundancyMode": 0,
|
||||
"inProgressOperationId": null,
|
||||
"geoDistributions": null,
|
||||
"privateEndpointConnections": [],
|
||||
"buildVersion": null,
|
||||
"targetBuildVersion": null
|
||||
},
|
||||
"apiVersion": "2015-05-01"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,41 +0,0 @@
|
|||
{
|
||||
"$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#",
|
||||
"contentVersion": "1.0.0.0",
|
||||
"resources": [
|
||||
{
|
||||
"type": "Microsoft.Resources/resourceGroups",
|
||||
"name": "spegridehubgrp",
|
||||
"location": "eastus",
|
||||
"apiVersion": "2019-10-01"
|
||||
},
|
||||
{
|
||||
"type": "Microsoft.Resources/deployments",
|
||||
"name": "[concat('spegridehubgrpDeployment', uniqueString(subscription().subscriptionId))]",
|
||||
"resourceGroup": "spegridehubgrp",
|
||||
"apiVersion": "2019-10-01",
|
||||
"dependsOn": [
|
||||
"spegridehubgrp"
|
||||
],
|
||||
"properties": {
|
||||
"mode": "Incremental",
|
||||
"template": {
|
||||
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
||||
"contentVersion": "1.0.0.0",
|
||||
"resources": [
|
||||
{
|
||||
"sku": {
|
||||
"name": "Standard_LRS",
|
||||
"tier": "Standard"
|
||||
},
|
||||
"kind": "Storage",
|
||||
"name": "spegridehubstorage",
|
||||
"type": "Microsoft.Storage/storageAccounts",
|
||||
"location": "eastus",
|
||||
"apiVersion": "2017-10-01"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"storage1": {
|
||||
"type": "storage",
|
||||
"connectionId": "AzureWebJobsStorage"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"storage1": {
|
||||
"type": "storage.emulator",
|
||||
"connectionId": "AzureWebJobsStorage"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"storage1": {
|
||||
"resourceId": "/subscriptions/[parameters('subscriptionId')]/resourceGroups/[parameters('resourceGroup')]/providers/Microsoft.Storage/storageAccounts/spegridehubstorage",
|
||||
"type": "storage.azure",
|
||||
"connectionId": "AzureWebJobsStorage",
|
||||
"secretStore": "AzureAppSettings"
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче