Azure Arc-enabled data services Jumpstart scenarios updates | Data Exposed

In this episode of Data Exposed, Anna Hoffman and Lior Kamrat discuss the latest Azure Arc-enabled data services Jumpstart scenarios updates, covering new bootstrap and enterprise-ready Azure Arc-enabled SQL Managed Instance options.
 
Resources:
Continue reading Azure Arc-enabled data services Jumpstart scenarios updates | Data Exposed

Azure Tips and Tricks – How to perform Serverless operations with Azure DevOps

How to perform Serverless operations with Azure DevOps
 

 
Build and deploy Azure Functions with Azure DevOps
Azure Functions are great for running tasks on demand, like processing queue messages or resizing images. They can run serverless, … Continue reading Azure Tips and Tricks – How to perform Serverless operations with Azure DevOps

Azure Tips and Tricks – Setup an Azure Pipeline with Node.js

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… Continue reading Azure Tips and Tricks – Setup an Azure Pipeline with Node.js

Azure Tips and Tricks – Working With Azure Functions in VS Code and GitHub

Working With Azure Functions in VS Code and GitHub
 
Overview
 
Azure Functions is a Serverless component from Microsoft that allows you to create event-based functions that can be dynamically scaled to meet the demand. We can work with … Continue reading Azure Tips and Tricks – Working With Azure Functions in VS Code and GitHub

Azure Tips and Tricks – How to use Deployment Slots in Azure App Service for Containers

How to use Deployment Slots in Azure App Service for Containers
 

 
Managed features for containerized applications
 
Using containers is a great way to make sure that your application can run anywhere and that it runs in the same envir… Continue reading Azure Tips and Tricks – How to use Deployment Slots in Azure App Service for Containers

Azure Tips and Tricks – Build and deploy your first app with the Azure SDK for Java on Azure

Build and deploy your first app with the Azure SDK for Java on Azure
 
Azure is a very inclusive cloud platform. You can run applications on it that have been created in almost any programming language. This includes Java. And Microsoft has even c… Continue reading Azure Tips and Tricks – Build and deploy your first app with the Azure SDK for Java on Azure

Azure Tips and Tricks – Remove Azure Secrets committed to GitHub

Remove Azure Secrets committed to GitHub
 
Remove passwords committed to GitHub on accident
 
Writing code day after day means secrets, connection strings and more get added to your code accidentally. And if you are like me, they get committe… Continue reading Azure Tips and Tricks – Remove Azure Secrets committed to GitHub