Skip to content

Commit 56f911f

Browse files
Merge pull request #309676 from JKirsch1/remove-lines-about-bicep-error
Freshness Edit: Azure Container Apps - Follow-up PR
2 parents c1fe756 + 9bd7569 commit 56f911f

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

articles/container-apps/microservices-dapr-pubsub.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,6 @@ cd pubsub-dapr-nodejs-servicebus
204204
- A *core* reference library that contains the Bicep modules used by the `azd` template.
205205
- Deploys the code by using `azd deploy`.
206206

207-
If this step causes [error BCP420](https://aka.ms/bicep/core-diagnostics#BCP420), go to your cloned repo, open the *pubsub-dapr-nodejs-servicebus/infra/core/host/container-apps.bicep* file, and replace line 28 with the following line:
208-
209-
```bicep
210-
scope: resourceGroup(!empty(containerRegistryResourceGroupName) ? containerRegistryResourceGroupName : resourceGroup().name)
211-
```
212-
213207
#### Expected output
214208

215209
The `azd init` command displays output that's similar to the following lines:
@@ -880,12 +874,6 @@ cd pubsub-dapr-csharp-servicebus
880874
- A *core* reference library that contains the Bicep modules used by the `azd` template.
881875
- Deploys the code by using `azd deploy`.
882876

883-
If this step causes [error BCP420](https://aka.ms/bicep/core-diagnostics#BCP420), go to your cloned repo, open the *pubsub-dapr-csharp-servicebus/infra/core/host/container-apps.bicep* file, and replace line 28 with the following line:
884-
885-
```bicep
886-
scope: resourceGroup(!empty(containerRegistryResourceGroupName) ? containerRegistryResourceGroupName : resourceGroup().name)
887-
```
888-
889877
#### Expected output
890878

891879
The `azd init` command displays output that's similar to the following lines:

0 commit comments

Comments
 (0)