article thumbnail

Enterprise Migration | Part 2: Migrating Applications to Azure

QBurst

This blog series brings you the story of one of our client’s successful cloud migration journey. We laid the groundwork for the migration during Phase 1 of the project (covered in Part 1 of this series).

Azure 76
article thumbnail

Deploy a.NET Application to Azure Function App using FlexDeploy

Flexagon

Azure Function App is a serverless solution that allows you to execute small, event-driven, pieces of code without worrying about infrastructure. It supports various languages, and one Function App can host multiple Azure Functions. FlexDeploy’s Azure Plugin provides many options to better manage deployments to the Azure cloud.

Azure 78
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Tricentis Taps Generative AI to Automate Application Testing

DevOps.com

Tricentis this week added a generative artificial intelligence (AI) capability, dubbed Tricentis Copilot, to its application testing automation platform to reduce the amount of code that DevOps teams need to manually create.

article thumbnail

Deploy a Node.js Application to Azure Web App using FlexDeploy

Flexagon

Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. This is a fully managed platform as a service (PaaS) offering from Azure. Azure Web App (Web App Service) is a subset of App Service, which can host websites and web applications. It should contain the Node.js

Azure 78
article thumbnail

Building a Conversational Search Application with Azure Cognitive Search and OpenAI Embedding

Perficient

Introduction In this blog, we will show you how to build a conversational search application that can interact with Azure Cognitive Search (ACS) and retrieve relevant content from a web-scraped index by asking natural language questions, requesting for summary information, and using vector search.

article thumbnail

All the Small Things: Azure CLI Leakage and Problematic Usage Patterns

Prisma Clud

At the beginning of July 2023, I took a stroll around the azure/login GitHub Action repository. The issue was titled “ SECURITY: Azure/login in some cases leaks Azure Application Variables to the GitHub build log ”. The Azure CLI: Bug or Feature? And don’t you just love when things leak stuff?

Azure 143
article thumbnail

Caching your Node modules in Azure DevOps

Xebia

You could do this by caching your node modules in Azure DevOps. I’ll explain how to do this in this blog post. Creating a build pipeline in Azure DevOps for a Node.js based application is straightforward. Read the full blog at qxperts.io ! You only need a few lines of code to achieve this. Interested?

Azure 130