skip to Main Content

Dockerfile For C# Azure Function App With PlayWright

New and learning Dockerfile; need help to edit the following Dockerfile to containerize a C# Azure Function App with Playwright. Here's part of the function code: using System.Net; using Func_MyFunction.Interfaces; using Func_MyFunction.Models; using Microsoft.Azure.Functions.Worker; using Microsoft.Azure.Functions.Worker.Http; using Microsoft.Extensions.Logging; using Microsoft.Playwright;…

VIEW QUESTION

Azure: Subscribing to an external MQTT Broker

One of our customers has MQTT brokers with https://www.emqx.com/ which we need to consume in Azure. Previously we had used Azure Functions with an MQTT trigger on (https://github.com/keesschollaart81/CaseOnline.Azure.WebJobs.Extensions.Mqtt) However, this library is now pretty old and we need to move…

VIEW QUESTION
Back To Top
Search