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
# Quickstart: Deploy a Dapr application to Azure Container Apps by using the Azure CLI
17
17
18
-
[Dapr](./dapr-overview.md) (Distributed Application Runtime) helps developers build resilient, reliable microservices. In this quickstart, you learn how to enable Dapr sidecars to run alongside your microservices container apps. You'll:
18
+
[Distributed Application Runtime (Dapr)](./dapr-overview.md) helps developers build resilient, reliable microservices. In this quickstart, you learn how to enable Dapr sidecars to run alongside your microservices container apps. You'll:
19
19
20
20
> [!div class="checklist"]
21
21
> * Create a Container Apps environment and Azure Blog Storage state store for your container apps.
@@ -29,8 +29,8 @@ This quickstart mirrors the applications you deploy in the open-source Dapr [Hel
29
29
30
30
## Prerequisites
31
31
32
-
- An Azure account with an active subscription. If you don't already have one, you can[create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
33
-
- A GitHub account. If you don't already have one, sign up for [free](https://github.com/join).
32
+
- An Azure account with an active subscription. If you don't have one, [create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
33
+
- A GitHub account. If you don't have one, [sign up for free](https://github.com/join).
@@ -195,7 +194,7 @@ While you have multiple options for authenticating to external resources via Dap
195
194
- nodeapp
196
195
```
197
196
198
-
This file helps enable your Dapr app to access your state store.
197
+
This file helps enable your Dapr app to access your state store.
199
198
200
199
1. Navigate to the directory in which you stored the yaml file and run the following command to configure the Dapr component in the Container Apps environment.
201
200
@@ -211,7 +210,6 @@ While you have multiple options for authenticating to external resources via Dap
0 commit comments