Родитель
a3691ffe3c
Коммит
a3604698a1
|
@ -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.
|
Загрузка…
Ссылка в новой задаче