Add change analysis integration (#304)
Signed-off-by: Sajay Antony <sajaya@microsoft.com>
This commit is contained in:
Родитель
5791edb985
Коммит
ef2a4c2110
|
@ -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)
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 544 KiB |
Загрузка…
Ссылка в новой задаче