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/background-processing.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ az containerapp env create \
42
42
43
43
A Log Analytics workspace is required for the Container Apps environment. The following commands create a Log Analytics workspace and save the workspace ID and primary shared key to environment variables.
44
44
45
-
Note that the `Get-AzOperationalInsightsWorkspaceSharedKey` command may result in a warning message, however the command will still succeed.
46
45
47
46
```azurepowershell
48
47
$WorkspaceArgs = @{
@@ -81,13 +80,13 @@ Begin by defining a name for the storage account. Storage account names must be
Copy file name to clipboardExpand all lines: articles/container-apps/get-started-existing-container-image.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,6 @@ az containerapp env create \
44
44
45
45
A Log Analytics workspace is required for the Container Apps environment. The following commands create a Log Analytics workspace and save the workspace ID and primary shared key to environment variables.
46
46
47
-
Note that the `Get-AzOperationalInsightsWorkspaceSharedKey` will result in a warning, but the command will still succeed.
Copy file name to clipboardExpand all lines: articles/container-apps/microservices-dapr.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,6 @@ az containerapp env create \
57
57
58
58
A Log Analytics workspace is required for the Container Apps environment. The following commands create a Log Analytics workspace and save the workspace ID and primary shared key to environment variables.
59
59
60
-
Note that the `Get-AzOperationalInsightsWorkspaceSharedKey` may result in a warning, but the command will still succeed.
Your state store is configured using the Dapr component type state.azure.blobstorage. The component is scoped to a container app named `nodeapp` and isn't available to other container apps.
262
+
Your state store is configured using the Dapr component type of `state.azure.blobstorage`. The component is scoped to a container app named `nodeapp` and isn't available to other container apps.
264
263
265
264
## Deploy the service application (HTTP web server)
266
265
@@ -285,8 +284,8 @@ az containerapp create \
285
284
286
285
This command deploys:
287
286
288
-
* the service (Node) app server on `--target-port 3000` (the app port)
289
-
* its accompanying Dapr sidecar configured with `--dapr-app-id nodeapp` and `--dapr-app-port 3000'` for service discovery and invocation
287
+
* The service (Node) app server on `--target-port 3000` (the app port)
288
+
* Its accompanying Dapr sidecar configured with `--dapr-app-id nodeapp` and `--dapr-app-port 3000'` for service discovery and invocation
Copy file name to clipboardExpand all lines: articles/container-apps/vnet-custom.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,8 +100,6 @@ az network vnet subnet create \
100
100
101
101
# [Azure PowerShell](#tab/azure-powershell)
102
102
103
-
The `New-AzVirtualNetworkSubnetConfig` command may result in a warning, but the command will still be successful.
104
-
105
103
```azurepowershell
106
104
$SubnetArgs = @{
107
105
Name = 'infrastructure-subnet'
@@ -165,8 +163,6 @@ The following table describes the parameters used in `containerapp env create`.
165
163
166
164
A Log Analytics workspace is required for the Container Apps environment. The following commands create a Log Analytics workspace and save the workspace ID and primary shared key to environment variables.
167
165
168
-
Note that the `Get-AzOperationalInsightsWorkspaceSharedKey` command will result in a warning message. The command will still succeed.
0 commit comments