Skip to content

Commit 7d17810

Browse files
Merge pull request #227383 from horihiro/containerapp-dapr-tutorial
remove options for ingress
2 parents b007c25 + 768b5ca commit 7d17810

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/container-apps/microservices-dapr.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ az containerapp create \
296296
--user-assigned $IDENTITY_ID \
297297
--environment $CONTAINERAPPS_ENVIRONMENT \
298298
--image dapriosamples/hello-k8s-node:latest \
299-
--target-port 3000 \
300-
--ingress 'internal' \
301299
--min-replicas 1 \
302300
--max-replicas 1 \
303301
--enable-dapr \
@@ -326,7 +324,6 @@ $ServiceArgs = @{
326324
Location = $Location
327325
ManagedEnvironmentId = $EnvId
328326
TemplateContainer = $ServiceTemplateObj
329-
IngressTargetPort = 3000
330327
ScaleMinReplica = 1
331328
ScaleMaxReplica = 1
332329
DaprEnabled = $true

0 commit comments

Comments
 (0)