infrastructure-as-code-workshop
infrastructure-as-code-workshop copied to clipboard
Commands are *nix-specific
trafficstars
E.g., we say cat ..., but it should be type ... on Windows.
The same applies to some Powershell commands, in the C# Workshop it uses commands like az storage container list --account-name $(pulumi stack output AccountName). If someone is using cmd he could get a bit lost, maybe would be nice to advise to use Powershell or show some equivalent for cmd, something like for /F "usebackq delims=" %A in (pulumi stack output AccountName) do az storage container list --account-name %A