Showing results for azure - .NET Blog

Mar 2, 2020
3
0

February ML.NET Model Builder Updates

Bri Achtman
Bri Achtman

With the ML.NET Model Builder, create custom machine learning models for scenarios like sentiment analysis, price prediction, and more without any machine learning experience and without leaving the .NET ecosystem!

ML.NET.NETMachine Learning
Nov 11, 2019
2
1

Building Modern Cloud Applications using Pulumi and .NET Core

.NET Team
.NET Team

This is a guest post from the Pulumi team. Pulumi is an open source infrastructure as code tool that helps developers and infrastructure teams work better together to create, deploy, and manage cloud applications using their favorite languages. For more information, see https://pulumi.com/dotnet. We are excited to announce .NET Core support for Pu...

.NET Core.NET
Aug 27, 2019
2
0

Redesigning Configuration Refresh for Azure App Configuration

Abhilash Arora
Abhilash Arora

Overview Since its inception, the .NET Core configuration provider for Azure App Configuration has provided the capability to monitor changes and sync them to the configuration within a running application. We recently redesigned this functionality to allow for on-demand refresh of the configuration. The new design paves the way for smarter applic...

ASP.NETASP.NET Core.NET Core
Aug 8, 2019
6
0

Azure SignalR Service now supports Event Grid!

Ken Chen
Ken Chen

We just released a new feature which enables Azure SignalR Service to publish connection events to Azure Event Grid. Check out this blog post to learn how it works and how to use it.

ASP.NETAzureSignalR
Apr 26, 2019
3
0

Azure SignalR Service now supports ASP.NET!

Zhidi Shang
Zhidi Shang

Azure SignalR Service is a fully managed real-time messaging service, built on ASP.NET Core SignalR. ASP.NET Core SignalR has many features incompatible with ASP.NET SignalR, so existing ASP.NET SignalR Application doesn't work with SignalR Service. We added the ASP.NET support to SignalR Service SDK to enable this scenario. This blog also lists fe...

ASP.NETASP.NET CoreAzure
Feb 15, 2019
0
0

Migrating your existing on-prem SQL Server database to Azure SQL DB

Angelos Petropoulos
Angelos Petropoulos

If you are in the process of moving an existing .NET application to Azure, it’s likely you’ll have to migrate an existing, on-prem SQL database as well. There are a few different ways you can go about this, so let’s go through them. Data Migration Assistant (downtime required) The Data Migration Assistant (download | documentation) is free, easy ...

ASP.NETAzure
Nov 9, 2018
0
0

When should you right click publish

Angelos Petropoulos
Angelos Petropoulos

Some people say ‘friends don’t let friends right click publish’ but is that true? If they mean that there are great benefits to setting up a CI/CD workflow, that’s true and we will talk more about these benefits in just a minute. First, let’s remind ourselves that the goal isn’t always coming up with the best long-term solution. Technology moves f...

ASP.NETASP.NET CoreAzure
Oct 16, 2018
0
0

Automating Release Notes with Azure Functions

Jasmine Greenaway
Jasmine Greenaway

We can all agree that tracking the progress of a project enhances productivity and is an effective way to keep everyone involved of its progress. When it comes to managing your project in Azure DevOps (formerly VSTS) or GitHub, you have all of your artifacts in one place: code, CI/CD pipelines, releases, work items, and more. In cases where there’s...

Azure
Oct 4, 2018
0
0

Use Hybrid Connections to Incrementally Migrate Applications to the Cloud

Web Development Tools Microsoft
Web Development Tools Microsoft

As the software industry shifts to running software in the cloud, organizations are looking to migrate existing applications from on-premises to the cloud. Last week at Microsoft’s Ignite conference, Paul Yuknewicz and I delivered a talk focused on how to get started migrating applications to Azure (watch the talk free) where we walked through the ...

ASP.NETAzureCloud
Sep 5, 2018
0
0

Introduction to Azure Durable Functions

Maxime Rouiller
Maxime Rouiller

Azure Durable Functions is a new programming model based on Microsoft serverless' platform Azure Functions. It allows you to write a workflow as code and have the execution run with the scalability and the reliability of serverless with high throughput. Scenario Initially, I wanted to index data from GitHub repositories. I explained it all in a...

.NET