actions-workflow-samples
actions-workflow-samples copied to clipboard
Help developers to easily get started with GitHub Action workflows to deploy to Azure
When I execute a GitHub action, I get this warning message, I am not sure how I can resolve it as the Node version 16x does not seem to be...
Correct spelling error: "the" rather than "te"
Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
I've been looking for information on how to deploy dockerized applications to an Azure VM. My search has led me to here what seems to be a dead-end. https://github.com/Azure/actions-workflow-samples/issues/32 Since...
How use multiple startup-command for container in the azure/webapps-deploy@v2 sections? I tried with ' "" ; , and I get `Bad indentation of a mapping entry` I tried with &&...
Deploy to web app does not working for .NET 8 and Linux based deployment - azure/webapps-deploy@v3
We are using GitHub Action for deploying to Azure Web App verison 3 - azure/webapps-deploy@v3. Detail about our WebApp: Dotnet SDK version: .NET 8 - dotnet-version: 8.x Platform: Linux Below...
webapps-deploy has a new version since october 11 2023: https://github.com/Azure/webapps-deploy/releases/tag/v3.0.0 All samples in AppService directory however still use previous version v2.
https://github.com/Azure/actions-workflow-samples/blob/master/assets/create-secrets-for-GitHub-workflows.md How to **create** secret for all repositories of a GitHub account A, to use it in another GitHub account B?
I use the given [template](https://github.com/Azure/actions-workflow-samples/blob/master/AppService/python-webapp-on-azure.yml) for deploying to Azure Webapp through GH actions. Everything runs fine, but I still get ModuleNotFoundError when trying to access my website. My yaml: ```yaml...
https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/7.0/solution-level-output-no-longer-valid This helps get rid of the warning soon to be error in .net 7