Skip to content

Commit 38fe4d9

Browse files
authored
Merge pull request #215125 from hhunter-ms/hh-1998338
[Dapr/ACA] New tutorial deploying Dapr to ACA using AZD
2 parents 0413d74 + b652174 commit 38fe4d9

File tree

7 files changed

+598
-0
lines changed

7 files changed

+598
-0
lines changed

articles/container-apps/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@
153153
href: microservices-dapr-azure-resource-manager.md
154154
- name: Deploy a Dapr application using GitHub Actions
155155
href: dapr-github-actions.md
156+
- name: Event-driven work using Dapr bindings
157+
href: microservices-dapr-bindings.md
156158
- name: Background processing
157159
href: background-processing.md
158160
- name: Create an Azure Files storage mount

articles/container-apps/dapr-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,14 @@ Now that you've learned about Dapr and some of the challenges it solves:
358358

359359
- Try [Deploying a Dapr application to Azure Container Apps using the Azure CLI][dapr-quickstart] or [Azure Resource Manager][dapr-arm-quickstart].
360360
- Walk through a tutorial [using GitHub Actions to automate changes for a multi-revision, Dapr-enabled container app][dapr-github-actions].
361+
- Learn how to [perform event-driven work using Dapr bindings][dapr-bindings-tutorial]
361362

362363
<!-- Links Internal -->
363364

364365
[dapr-quickstart]: ./microservices-dapr.md
365366
[dapr-arm-quickstart]: ./microservices-dapr-azure-resource-manager.md
366367
[dapr-github-actions]: ./dapr-github-actions.md
368+
[dapr-bindings-tutorial]: ./microservices-dapr-bindings.md
367369

368370
<!-- Links External -->
369371

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# YamlMime:ZonePivotGroups
2+
groups:
3+
# Owner: hannahhunter
4+
- id: dapr-languages-set
5+
title: Programming languages
6+
prompt: Choose your preferred programming language
7+
pivots:
8+
- id: nodejs
9+
title: Node.js
10+
- id: python
11+
title: Python
12+
- id: csharp
13+
title: .NET
86.7 KB
Loading
9.3 KB
Loading
152 KB
Loading

0 commit comments

Comments
 (0)