I would like to install dot.net package but the export is not recognized in Azure App Service.
wget -q -O - https://dot.net/v1/dotnet-install.sh | bash -s -- --version 3.1.102
export PATH="\~/. github.com/JaneFun/JaneFun/tree/main:$PATH"
echo "export PATH="\~/.
github.com/JaneFun/JaneFun/tree/main:$PATH":$PATH" \>\> \~/.bashrc
However, it is not successful and appeared with this error:
export: The term 'export' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Looks like its working.
Which version you are using, Could you try this in the current version of the Azure CLI is 2.34.1.
For information about the latest release, see the release notes. To find your installed version and see if you need to update, run az version.