You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to publish a .NET 8 app as an Azure Container App Job. I will trigger it using the CLI and pass custom arguments.
Anyway, the args array is always empty.
What's the correct configuration to allow the consumption of the args passed as --args via az containerapp job start?
I'm specifying the Microsoft.NET.Sdk.Worker SDK for the project and publishing it using the dotnet publish /t:PublishContainer command
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to publish a .NET 8 app as an Azure Container App Job. I will trigger it using the CLI and pass custom arguments.
Anyway, the
args
array is always empty.What's the correct configuration to allow the consumption of the
args
passed as--args
viaaz containerapp job start
?I'm specifying the
Microsoft.NET.Sdk.Worker
SDK for the project and publishing it using thedotnet publish /t:PublishContainer
commandBeta Was this translation helpful? Give feedback.
All reactions