Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ RUN sudo apt-get update
## Install Redis client toolings
RUN su vscode -c "umask 0002 && sudo apt-get install redis-tools -y 2>&1"

## Install the curl client
RUN su vscode -c "sudo apt-get install curl"
15 changes: 11 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"version":"latest"
},

"ghcr.io/devcontainers/features/docker-in-docker":{
"version":"latest",
"moby":"false"
},

// //Azure Function Core tools + Visual Studio Extension install
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1":{},

Expand All @@ -26,9 +31,10 @@
//PORT Forward config :
//5076 : Asp Net Core HTTP Debug port
//7062 : Asp Net Core HTTPS Debug port
//7071 : Azure Function Debug port
//1000[0,1,2] : Azurite storage emulator
"forwardPorts": [5076, 7071, 10000, 10001, 10002],
//7071 : Azure Function Cache-Refresh-Func Debug port
//7072 : Azure Function History-Func Debug port
//1000[0,1,2] : Azurite storage emulator used with Azure Function
"forwardPorts": [5076, 7062, 7071, 7072, 10000, 10001, 10002],

//Static Web App Cli Install
"updateContentCommand": "bash .devcontainer/setup.sh",
Expand All @@ -41,7 +47,8 @@
"ms-dotnettools.csharp",
"ms-vscode.vscode-node-azure-pack",
"humao.rest-client",
"azurite.azurite"
"azurite.azurite",
"ms-azurecache.vscode-azurecache"
]
}
},
Expand Down
Binary file modified docs/assets/devcontainer-reopen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/monitor-alert-action-group-select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/monitor-alert-action-group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/monitor-alert-condition.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/monitor-alert-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/monitor-alert-email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/monitor-alert-history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/monitor-alert-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/monitor-alert-notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/monitor-alert-rules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/monitor-alerts-select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
140 changes: 99 additions & 41 deletions docs/workshop.md

Large diffs are not rendered by default.