Merge pull request #94 from Azure/mosabami-tele

remove old avm folder, add telemetry
This commit is contained in:
Ayobami Ayodeji 2024-11-12 17:59:15 -08:00 коммит произвёл GitHub
Родитель 8c1e2166ee 24afe01922
Коммит 7ad53900e8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
9 изменённых файлов: 25 добавлений и 21 удалений

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

@ -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