Skip to content

Commit 6cb32ac

Browse files
committed
fix the New-AzContainerApp command
1 parent bf924b2 commit 6cb32ac

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
@@ -299,7 +299,7 @@ $AppArgs = @{
299299
IngressTargetPort = 3500
300300
IngressExternal = $true
301301
}
302-
$FrontEndApp = NewFQDN-AzContainerApp @AppArgs
302+
$FrontEndApp = New-AzContainerApp @AppArgs
303303
304304
# show the app's FQDN
305305

0 commit comments

Comments
 (0)