Azure Security Best Practices
Security is essential When you run an application, it needs to be secure. There are many ways that attackers can attack your application and potentially get at your data or bring your app down. When you run your application in Azure, you get a lot …
How to build a Node.js application with Azure Pipelines
Setup an Azure Pipeline with Node.js #Build a Node.js application with Azure Pipelines A great way to improve the quality of your application is to automatically build it whenever you make changes. This enables you and your team to see if the application still works …
Top 10 Azure resources that you can use right now.
Making sense of Azure Azure is a big place and it is constantly evolving. This is great, because it means that you’ll be able to use a service or feature that suits your specific scenario. But it can also be difficult to keep up with …
5 Tips to save money with Virtual Machines
Azure Virtual Machines You can use Azure Virtual Machines to run any workload you want, like an application, a database, an enterprise solution like SAP or anything else. Azure VMs come in many shapes and sizes and can run Windows, Linux and any other OS. In this post, we’ll …
Azure Functions and secure configuration with Azure Key Vault
Protecting Application Secrets Almost every application uses application secrets. These are often values that you use to connect to other services, like a connection string to Azure Storage, or an API key to connect with a 3rd party API. Where do you store these secrets securely? …