Explore >> Select a destination


You are here

swimburger.net
| | wweb.dev
9.8 parsecs away

Travel
| | In this article, I will share a step-by-step guide on how to deploy and serve a web app to an ubuntu server. This applicable for any web app that runs on a port.
| | conductofcode.io
9.3 parsecs away

Travel
| | I set out to learn about Azure Functions and this is the knowledge I have gathered so far.
| | www.4bes.nl
9.2 parsecs away

Travel
| | In this post, you will see how you can use GitHub CodeSpaces for Azure PowerShell Function apps, so you don't have to install tools locally!
| | svrooij.io
66.0 parsecs away

Travel
| I'm super enthusiastic about managed identities, because it allows you to deploy your application without having to worry about credentials. Federated credentials are a way to accomplish the same for none Azure resources. You can use federated credentials to authenticate several tasks inside Github Actions, and thus securely deploy your app to Azure without the need of a secret configured in GitHub. As the regular readers might expect this post will explain how federated credentials actually work inside GitHub Actions, a deep dive into the techniques that are actually driving this feature. Get a federation token from GitHub