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
Copy file name to clipboardExpand all lines: articles/container-apps/dapr-components.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ metadata:
57
57
58
58
## Component scopes
59
59
60
-
By default, all Dapr-enabled container apps within the same environment load the full set of deployed components. To ensure only the appropriate container apps load components at runtime, application scopes should be used. In the following example, the component is only loaded by the two Dapr-enabled container apps with Dapr application IDs `APP-ID-1` and `APP-ID-2`:
60
+
By default, all Dapr-enabled container apps within the same environment load the full set of deployed components. To ensure only the appropriate container apps load components at runtime, application scopes should be used. In the following example, the component is only loaded by the two Dapr-enabled container apps with Dapr application IDs `APP-ID-1` and `APP-ID-2`.
61
61
62
62
```yaml
63
63
componentType: [COMPONENT-TYPE]
@@ -79,7 +79,7 @@ scopes:
79
79
80
80
# [YAML](#tab/yaml)
81
81
82
-
To create a Dapr component via the Container Apps CLI, you can use a container apps YAML manifest. When configuring multiple components, you must create and apply a separate YAML file for each component.
82
+
To create a Dapr component by using the Container Apps CLI, you can use a container apps YAML manifest. When configuring multiple components, you must create and apply a separate YAML file for each component.
83
83
84
84
```azurecli
85
85
az containerapp env dapr-component set --name <your-environment-name> --resource-group <your-resource-group> --dapr-component-name pubsub --yaml "./pubsub.yaml"
@@ -108,7 +108,7 @@ scopes:
108
108
109
109
# [Bicep](#tab/bicep)
110
110
111
-
This resource defines a Dapr component called `dapr-pubsub` via Bicep. The Dapr component is defined as a child resource of the Container Apps environment. To define multiple components, you can add a `daprComponent` resource for each.
111
+
This resource defines a Dapr component called `dapr-pubsub` by using Bicep. The Dapr component is defined as a child resource of the Container Apps environment. To define multiple components, you can add a `daprComponent` resource for each.
Copy file name to clipboardExpand all lines: articles/container-apps/dapr-functions-extension.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The [Dapr extension for Azure Functions](../azure-functions/functions-bindings-d
31
31
32
32
## Set up the environment
33
33
34
-
1. In the terminal, sign in to your Azure subscription.
34
+
1. In the terminal, sign in to your Azure account.
35
35
36
36
```azurecli
37
37
az login
@@ -102,6 +102,8 @@ In the command:
102
102
- Replace `<quickstart-functionapp-url>` with your actual function app URL. For example: `https://daprext-funcapp.wittyglacier-20884174.eastus.azurecontainerapps.io`.
103
103
- Replace `<quickstart-functionapp-name>` with your function app name.
104
104
105
+
To find your function app URL, navigate to **Container Appa** in the Azure portal, then select your new container app.
0 commit comments