Skip to content

Commit 768b5ca

Browse files
authored
remove options for ingress
1 parent 20c04b7 commit 768b5ca

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)