forked from Azure/aca-dotnet-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
127 lines (120 loc) · 4.32 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
site_name: Azure Container Apps - Workshop
site_description: Azure Container Apps - Workshop
site_author: Microsoft
nav:
- Homepage: index.markdown
- Workshop Introduction:
- aca/00-workshop-intro/index.md
- ACA Core Components Overview: aca/00-workshop-intro/1-aca-core-components.md
- Scenario and Solution Architecture: aca/00-workshop-intro/2-scenario-architecture.md
- Dapr Integration in ACA: aca/00-workshop-intro/3-dapr-integration.md
- Prerequisites: aca/00-workshop-intro/4-prerequisites.md
- Module 1 - Deploy Backend API to ACA: aca/01-deploy-api-to-aca/index.md
- Module 2 - Communication between Microservices in ACA: aca/02-aca-comm/index.md
- Module 3 - Dapr Integration with ACA: aca/03-aca-dapr-integration/index.md
- Module 4 - ACA State Store With Dapr State Management API: aca/04-aca-dapr-stateapi/index.md
- Module 5 - ACA Async Communication with Dapr Pub/Sub API: aca/05-aca-dapr-pubsubapi/index.md
- Module 6 - ACA with Dapr Bindings Building Block: aca/06-aca-dapr-bindingsapi/index.md
- Module 7 - ACA Scheduled Jobs with Dapr Cron Binding: aca/07-aca-cron-bindings/index.md
- Module 8 - ACA Monitoring and Observability with Application Insights: aca/08-aca-monitoring/index.md
- Module 9 - ACA Auto Scaling with KEDA: aca/09-aca-autoscale-keda/index.md
- Module 10 - Deployment Via Bicep and DevOps:
- aca/10-aca-iac-bicep/index.md
- Deploy Infrastructure using Bicep: aca/10-aca-iac-bicep/iac-bicep.md
- Deploy Infrastructure using Bicep via GitHub Actions: aca/10-aca-iac-bicep/ci-cd-git-action.md
- Deploy infrastructure using Azure Devops Pipeline: aca/10-aca-iac-bicep/ci-cd-azdo.md
- Module 11 - Integration with Azure Container Apps landing zone accelerator: aca/11-aca-landing-zone/index.md
- Module 12 - Optimize Containers: aca/12-optimize-containers/index.md
- About The Authors: aca/29-about-the-authors/index.md
- Appendix:
- Debug and Launch Dapr Applications in VSCode: aca/30-appendix/01-run-debug-dapr-app-vscode.md
- Testing Changes Locally or with GitHub Codespaces: aca/30-appendix/02-github-local-codespaces.md
- Variables: aca/30-appendix/03-variables.md
theme:
name: material
custom_dir: docs/overrides
font:
text: Ubuntu
palette:
- scheme: default
primary: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: teal
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- header.autohide
- navigation.instant
- navigation.indexes
- navigation.top
- navigation.footer
- content.code.copy
- content.code.annotate
- content.tabs.link
icon:
repo: fontawesome/brands/github
logo: assets/images/00-workshop-intro/02884-icon-service-Worker-Container-App.svg
favicon: assets/images/00-workshop-intro/02884-icon-service-Worker-Container-App.svg
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- pymdownx.keys
- pymdownx.inlinehilite
- pymdownx.highlight:
anchor_linenums: true
linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.snippets:
base_path: '.'
check_paths: true
url_download: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- meta
- toc:
permalink: true
toc_depth: 4
- attr_list
- md_in_html
copyright: Copyright © 2023 Microsoft
plugins:
- git-revision-date
- search
- macros
- glightbox
extra:
apps:
backend: "ACA API - Backend"
backendsvc: "ACA Processor - Backend"
frontend: "ACA Web - Frontend"
dapr:
version: 1.14.0
docker:
targetport: 8080
social:
- icon: fontawesome/brands/github
link: https://github.com/Azure/aca-dotnet-workshop
analytics:
provider: google
property: G-ZB635RP321
extra_css:
- assets/stylesheets/extra.css
repo_url: https://github.com/Azure/aca-dotnet-workshop
edit_uri: edit/main/docs