You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
az-firewall-mod once installed in your environment, will result in the following architecture:
3
+
az-firewall-mon once installed in your environment will result in the following architecture:
4
4
5
5

6
6
7
-
i passi da seguire per installare nel proprio ambiente una copia privata di az-firewall-man sono i seguenti:
7
+
The steps to follow to install a private copy of az-firewall-mon in your environment are:
8
8
9
-
* fork the public repo
9
+
* Fork the GitHub repository
10
+
* Create all Azure resources
11
+
* Configure the GitHub Action to deploy both the SPA and the backend API
12
+
* Environment variables
13
+
14
+
# Fork the GitHub repository
15
+
16
+
The first thing to do is clone the az-firewall-mon repository; this repository holds all the source code of az-firewall-mon. This will also allow to pull down and build the latest changes and updates from original repo having the stability of maintaining a own personal copy.
17
+
18
+
* Navigate to: <https://github.com/nicolgit/azure-firewall-mon>.
19
+
* Click Fork > create a new fork (top right of the repository)
20
+
* Click [Create fork]
21
+
* You have now a fork of the 'az-firewall-mon' repository; when a new update comes out - you can also select 'Sync fork' - to keep your fork up-to-date and trigger a new build.
22
+
23
+
24
+
# Create all Azure resources
25
+
An instance of az-firewall-mon is composeb by
26
+
* 1 Azure Static Web App (standard plan)
27
+
* 1 Azure Map account
28
+
* 1 Azure OpenAI account
29
+
* 1 Application insight instance
30
+
31
+
All these resources can be deployed on your subscription clicking the button below:
32
+
33
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fnicolgit%2Fazure-firewall-mon%2Fmain%2Fbicep%2Fsetup.json)
34
+
35
+
# Configure the GitHub Action to deploy both the SPA and the backend API
0 commit comments