Skip to main content

All Questions

Tagged with
1 vote
1 answer
2k views

Will two Azure Event Hub consumers get the same notifications?

I'm developing an Azure IoT web application that consumes events from an Azure Event Hub. I regularly publish the web application to Azure in a testing environment and then I also run the it in debug ...
Jon Th's user avatar
  • 357
1 vote
1 answer
884 views

How can I tell when an update on an Azure IoT Hub device twin is finished?

I'm developing a web application that makes changes to device twins in an Azure IoT Hub. So the user of the web application can make changes to a device twin through my web and then he can query the ...
Jon Th's user avatar
  • 357
5 votes
2 answers
3k views

Azure App Service -- Web.config changes being overwritten

I have made changes to the web.config via Kudu for a .NET core 3.0 application running on Azure App Service, yet it seems when the site is deployed via Azure pipelines those changes I've made within ...
Andrew Duffy's user avatar
0 votes
1 answer
1k views

Use latest version of Application Insight with .net core API

I have an existing API project in .net core 3.0 and also using exception middleware to log the exception. Now there is an requirement that we need to implement application insight in our API. I go ...
Bunty Choudhary's user avatar
0 votes
1 answer
2k views

Can you run a asp.net core 3.0 gRPC CLIENT in IIS? (possibly on Azure?)

I've read a lot of conflicting information about this and it seems people are not 100% clear on what is possible and what is not. I am certain that you cannot host a gRPC server app in IIS due to the ...
Mike S.'s user avatar
  • 502
1 vote
1 answer
786 views

Azure App Service throwing Runtime Error: Assembly not Found

I am trying to deploy an ASP.NET Core web application to Azure App Service. I built the App Service to use the .NET Core 3.0 runtime, and it runs well on that version of the framework locally. ...
bluemoon6790's user avatar
5 votes
2 answers
2k views

Can't create new .NET Core 3.1 web app in Azure under Windows operating system

I spent many hours trying to find some way to create a new .NET Core 3.1 web app under Windows subscription. I found that if you pick up the Runtime stack as .Net Core 3.1 (LTS) the only option is to ...
GoldenAge's user avatar
  • 3,018
2 votes
2 answers
332 views

Database first EF and ASP.NET Core 3 Web API published on Azure, connection string error

I'm developing an ASP.NET Core 3 Web API with a database first generated db context. I have the connection string in the appsettings.json file. Everything is fine when I run it locally on IIS Express....
Michele mpp Marostica's user avatar
6 votes
1 answer
6k views

ASP.NET Core 3.1 web API (versioning) and Swagger UI fails due to MvcJsonOptions once published to Azure

I have recently migrated the ASP.NET Core 2.2 Web API project to ASP.NET Core 3.1 Preview 3. I use the URL based API versioning and Swagger UI 3.0 (Swashbuckle.AspNetCore 5.0.0-rc4). As soon as the ...
ameya's user avatar
  • 1,608
2 votes
5 answers
14k views

AspNetCoreModuleV2 issue .NET Core 3.0

Hoping someone can help out with this issue: I've deployed my .NET Core 3.0 application on Azure, and even though the it it shows "Publish Succeeded." the application isn't loading (http 500, server ...
user12427270's user avatar
0 votes
1 answer
848 views

In ASP.NET Core 3.0 MVC Project, How exactly do I log to app insights using ilogger?

I'm trying to determine how exactly to log to app insights using _logger.LogInformation Im not finding the documentation https://learn.microsoft.com/en-us/azure/azure-monitor/app/asp-net-core very ...
Judy007's user avatar
  • 5,712
4 votes
4 answers
7k views

Exception while executing Azure function v2 with aspnetcore3 - The system cannot find the file specified. System.Private.CoreLib

I am using .net Core 3 with Azure function version 2 (Visual studio 2019 with .net framework 4.8). While executing the function below exception occours : System.Private.CoreLib: Exception while ...
Shailendra's user avatar
2 votes
2 answers
2k views

Azure functions runtime exception, the type initializer for system data sqlclient excetion, Unable to load DLL 'sni.dll'

I am using aspnet core 3.0 and azure function v3-preview with system.data.sqlclient version 4.7.0 When i try to run azure function(on both service queue trigger and time trigger) it gives below error :...
Shailendra's user avatar
9 votes
3 answers
19k views

ASP.NET Core 3 and 500.30 In-Process Startup Failure

My service targets the following frameworks: Microsoft.AspNetCore.App 3.0.0 Microsoft.NETCore.App 3.0.0 Everything runs fine locally. When I deploy to an App Service in Azure, I experience the ...
numberjak's user avatar
  • 1,205
4 votes
1 answer
905 views

Error deploying .Net Core 3.0 Web API to Azure App Service

I recently upgraded my ASP .Net Core 2.2 Web API to .Net Core 3.0. Now, when I publish to Azure App Service from within Visual Studio 2019 Community (latest updates installed) I get this message: ...
Fabricio Rodriguez's user avatar

15 30 50 per page