Skip to content

Commit 0b4a4ee

Browse files
committed
change port number
1 parent 6cb32ac commit 0b4a4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/communicate-between-microservices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ $AppArgs = @{
296296
TemplateContainer = $ContainerObj
297297
ConfigurationRegistry = $RegistryObj
298298
ConfigurationSecret = $SecretObj
299-
IngressTargetPort = 3500
299+
IngressTargetPort = 3000
300300
IngressExternal = $true
301301
}
302302
$FrontEndApp = New-AzContainerApp @AppArgs

0 commit comments

Comments
 (0)