The load balancer log event categories changed in the service. Updated to use the available log category.
Updated .gitignore to ignore user files
Moved the Get storage SAS token request to the VMSS-VM.bicep file instead of being in the start-azdeploy.ps1 script. This also fixed the issue where the token was incorrect when getting it in the ps1 script.
Removed the turnstyle from the workflows because they require higher workflow permissions. Not necessary for a sample.
Updated modules in the workflows to use the latest versions (azure/login@v2 and Azure/powershell@v2)
Updated the nuget packages. One package had breaking changes and updated the using statements to fix. Removed unused method.
Updated readme to call out the Azure bot creation step.