Update azuredeploy_Connector_Proofpoint_AzureFunction.json (#1476)

Updated the WEBSITE_RUN_FROM_PACKAGE url to point to zip from Master branch
This commit is contained in:
v-rucdu 2020-12-17 07:49:15 +05:30 коммит произвёл GitHub
Родитель a760ae3c92
Коммит bd0519a748
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -146,7 +146,7 @@
"WorkspaceKey": "[parameters('WorkspaceKey')]",
"ProofpointClusterID": "[parameters('ProofpointClusterID')]",
"ProofpointToken": "[parameters('ProofpointToken')]",
"WEBSITE_RUN_FROM_PACKAGE": "https://github.com/Azure/Azure-Sentinel/blob/ProofpointPODConnector/DataConnectors/ProofpointPOD/ProofpointSentinelConn.zip?raw=true"
"WEBSITE_RUN_FROM_PACKAGE": "https://github.com/Azure/Azure-Sentinel/blob/master/DataConnectors/ProofpointPOD/ProofpointSentinelConn.zip?raw=true"
}
}
@ -202,4 +202,4 @@
}
}
]
}
}