Merge pull request #94 from Azure/mosabami-tele
remove old avm folder, add telemetry
This commit is contained in:
Коммит
7ad53900e8
|
@ -343,6 +343,18 @@ module logAnalyticsWorkspace 'br/public:avm/res/operational-insights/workspace:0
|
|||
}
|
||||
}
|
||||
|
||||
/* ------------------------------- Telemetry ------------------------------- */
|
||||
@description('Enable usage and telemetry feedback to Microsoft.')
|
||||
var telemetryId = '1adc75a7-5143-4889-b19b-46b2d976020c-${location}'
|
||||
module telemetry './telemetry.bicep' = {
|
||||
scope: resourceGroup
|
||||
name: 'telemetry'
|
||||
params: {
|
||||
enableTelemetry: enableAvmTelemetry
|
||||
telemetryId: telemetryId
|
||||
}
|
||||
}
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* OUTPUTS */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
param enableTelemetry bool
|
||||
param telemetryId string
|
||||
resource telemetrydeployment 'Microsoft.Resources/deployments@2021-04-01' = if (enableTelemetry) {
|
||||
name: telemetryId
|
||||
properties: {
|
||||
mode: 'Incremental'
|
||||
template: {
|
||||
'$schema': 'https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#'
|
||||
contentVersion: '1.0.0.0'
|
||||
resources: {}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
# ARO Secure Baseline - Bicep with Azure Verified Modules (AVM)
|
||||
|
||||
This scenario has been moved to the [bicep](../../bicep/) folder.
|
|
@ -1,3 +0,0 @@
|
|||
# ARO Secure Baseline - Bicep with Azure Verified Modules (AVM)
|
||||
|
||||
This scenario has been moved to the [bicep](../../bicep/) folder.
|
|
@ -1,3 +0,0 @@
|
|||
# ARO Secure Baseline - Bicep with Azure Verified Modules (AVM)
|
||||
|
||||
This scenario has been moved to the [bicep](../../bicep/) folder.
|
|
@ -1,3 +0,0 @@
|
|||
# ARO Secure Baseline - Bicep with Azure Verified Modules (AVM)
|
||||
|
||||
This scenario has been moved to the [bicep](../../bicep/) folder.
|
|
@ -1,3 +0,0 @@
|
|||
# ARO Secure Baseline - Bicep with Azure Verified Modules (AVM)
|
||||
|
||||
This scenario has been moved to the [bicep](../../bicep/) folder.
|
|
@ -1,3 +0,0 @@
|
|||
# ARO Secure Baseline - Bicep with Azure Verified Modules (AVM)
|
||||
|
||||
This scenario has been moved to the [bicep](../../bicep/) folder.
|
|
@ -1,3 +0,0 @@
|
|||
# ARO Secure Baseline - Bicep with Azure Verified Modules (AVM)
|
||||
|
||||
This scenario has been moved to the [bicep](../bicep/) folder
|
Загрузка…
Ссылка в новой задаче