Adding single schema deploy buttons (#3411)

Co-authored-by: Yaron <49263271+YaronFruchtmann@users.noreply.github.com>
This commit is contained in:
yaronMSFT 2021-11-09 19:33:50 +02:00 коммит произвёл GitHub
Родитель 7ea472b68d
Коммит 7dfe3cc1c7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 16 добавлений и 0 удалений

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

@ -9,3 +9,19 @@ For more information, see [Normalization and the Advanced SIEM Information Model
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzure-Sentinel%2Fmaster%2FParsers%2FASim%2FASimFullDeployment.json) [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzure-Sentinel%2Fmaster%2FParsers%2FASim%2FASimFullDeployment.json)
<br> <br>
To deploy a single schema use the buttons below:
| ASim Schema | Deploy |
|-------------|--------|
| [Authentication](https://github.com/Azure/Azure-Sentinel/tree/master/Parsers/ASimAuthentication) | [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://aka.ms/AzSentinelAuthenticationARM)|
| [Dns](https://github.com/Azure/Azure-Sentinel/tree/master/Parsers/ASimDns) | [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://aka.ms/AzSentinelDnsARM)|
| [File Event](https://github.com/Azure/Azure-Sentinel/tree/master/Parsers/ASimFileEvent) | [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://aka.ms/AzSentinelFileEventARM)|
| [Network Session](https://github.com/Azure/Azure-Sentinel/tree/master/Parsers/ASimNetworkSession) | [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://aka.ms/AzSentinelNetworkSessionARM)|
| [Process Event](https://github.com/Azure/Azure-Sentinel/tree/master/Parsers/ASimAuthentication) | [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://aka.ms/AzSentinelProcessEventARM)|
| [Registry](https://github.com/Azure/Azure-Sentinel/tree/master/Parsers/ASimRegistry) | [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://aka.ms/AzSentinelRegistryARM)|