Initial version
This commit is contained in:
eerus 2022-12-08 12:55:06 -06:00 коммит произвёл GitHub
Родитель a3691ffe3c
Коммит a3604698a1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 13 добавлений и 0 удалений

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

@ -0,0 +1,13 @@
# Azure Functions
This solution requires deploying two Azure functions - one for receiving alerts and another one for creating Sentinel incidents.
Before deployment, please make sure that all prerequisites and pre-deployment steps are done correctly.
## Prerequisites
* _(Recommendation)_ Get access to [Visual Studio](https://visualstudio.microsoft.com/vs/community/) or [Visual Studio Code](https://code.visualstudio.com/).
* Install [dotnet core](https://dotnet.microsoft.com/download/dotnet-core).
* Install [azure-cli](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest).
* Install [azure-functions-core-tools](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local).
## Deployment
* Deploy [IncidentProducer](TBD) function.
* Deploy [IncidentConsumer](TBD) function.