Add change analysis integration (#304)

Signed-off-by: Sajay Antony <sajaya@microsoft.com>
This commit is contained in:
Sajay Antony 2019-11-13 19:52:40 -08:00 коммит произвёл Bin Du
Родитель 5791edb985
Коммит ef2a4c2110
3 изменённых файлов: 27 добавлений и 0 удалений

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

@ -35,6 +35,12 @@ module.exports = {
collapsable: true,
sidebarDepth : 1,
children : ['AAD-OAuth', 'Token-BasicAuth']
},
{
title: 'Integration',
collapsable: true,
sidebarDepth : 1,
children : ['/integration/change-analysis/', ]
}
]
}

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

@ -0,0 +1,21 @@
---
type: post
title: "Change Analysis"
tags: [developers, teleport]
date: 2019-11-13 17:00:00
author: Sajay Antony
---
# Change Analysis with ACR
You can enable change analysis service on your subscription in the [Azure Portal](https://docs.microsoft.com/en-us/azure/azure-monitor/app/change-analysis) or using the following command
```sh
az provider register -n 'Microsoft.ChangeAnalysis'
```
Once this has been enabled you can view changes on your registry.
For e.g. you can see that the `adminUserEnabled` boolean has been changed on the registry.
![](./change-analysis-screenshot.png)

Двоичные данные
docs/integration/change-analysis/change-analysis-screenshot.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 544 KiB