https://www.thorsten-hans.com/azure-functions-with-go/
make sure to use --use-device-code
if the connection to localhost does break your login. also, you might need to use a specific tenant during login already.
az login --tenant eae05f48-5c26-49ee-9b75-c75068e589c0 --use-device-code
az functionapp create -n plattentests-go -g rg-plattentests-go --consumption-plan-location germanywestcentral --os-type linux --runtime custom --functions-version 3 --storage-account safplattentests
func azure functionapp publish plattentests-go
https://www.eventslooped.com/posts/use-golang-to-upload-files-to-azure-blob-storage/
how to access spotify api
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
and then add the plugin to the ~/.zshrc file (can this be done automated)