Skip to main content

Questions tagged [azure]

The tag has no usage guidance.

0 votes
0 answers
4 views

Is there an equivalent "local" framework to Azure Functions for .Net/C#

I like Microsoft's Azure Functions framework. What I don't like (on principle) is attaching myself to a specific vendor (lock-in). I know I can run the function host locally and that it is open-source....
zu1b's user avatar
  • 101
1 vote
0 answers
25 views

Azure DevOps Plugin to list latest runs of certain pipelines?

We are using Azure DevOps to keep and process our codebase with a multitude of pipelines. The built-in list of pipelines currently allows for accessing pipelines in one out of three ways: Recent: ...
F-H's user avatar
  • 281
1 vote
0 answers
24 views

How to sync data from AWS S3 bucket to Azure Blob Storage

I need to have a sync between AWS S3 bucket to Azure Blob Storage. AWS propose something really smart called DataSync but that only works AWS <-- Azure and not the other way around (smart *******!)....
Francesco Mantovani's user avatar
0 votes
0 answers
10 views

How can build agents in Azure Pipelines be monitored for general performance metrics (CPU/disk/memory usage)?

TeamCity has the Performance Monitor feature (see https://www.jetbrains.com/help/teamcity/performance-monitor.html and https://blog.jetbrains.com/teamcity/2013/02/teamcity-performance-monitor/). Is ...
Andrew McClement's user avatar
0 votes
0 answers
116 views

Application Insights SDK or Azure Monitor OpenTelemetry Distro?

I am new to Azure and Observability worlds. I will be building a .net app that follows Observability principles, to be further analyzed in Azure Monitor. I wonder which c# telemetry library should I ...
Veverke's user avatar
  • 211
0 votes
0 answers
13 views

Current state of development using Microsoft BotFramework

I was redirected to here from this StackOverflow question. Currently we are in process of building a Slack bot using Microsoft BotFramework but there is so much confusion around development and what ...
prinkpan's user avatar
  • 101
0 votes
1 answer
17 views

External Azure DevOps PullRequest Tool

Our Team is using Azure DevOps for hosting our repositories, ci/cd and packages. Sadly the Code-Review expierence is very bad on Azure DevOps. We tried the PullRequest Dashboard Extension for Azure, ...
toni's user avatar
  • 1
1 vote
0 answers
137 views

Best Azure Time Series Insights alternative

For a new project I am looking for a way to store data in Azure. Since the data is data coming from IoT devices, my thoughts jumped to a Time Series Database and looking at the documentation that ...
user2986756's user avatar
0 votes
1 answer
29 views

FinOps :: what is the best cloud monitoring tool for costs?

Our infrastructure is on Azure and costs are spiking mainly driven by Azure SQL Database and App Services. I know there are a lot of monitoring tool that could help me out with database monitoring (...
Francesco Mantovani's user avatar
0 votes
1 answer
50 views

How to import table data from excel into Azure FROM LINUX

I'm in a database management class and the professor strictly teaches toward windows machines, so she uses Microsoft SQL Management Studio to interface with our databases. I have a linux machine, so I ...
marc.soda's user avatar
  • 101
2 votes
1 answer
88 views

Time Tracker Tool that can be integrated with azure devops

I need a software in which my team can log their time and that can be integrated with Azure Devops. Right now we are using Redmine for this purpose however we cannot integrate it with devops. So ...
Bippan Kumar's user avatar
1 vote
0 answers
10 views

IoT OPC publisher in ANSI C

The IoT OPC publisher (https://github.com/Azure/iot-edge-opc-publisher) connects to an existing OPC server and publishes data from this server to the Azure IoT hub. It's however implement using .NET. ...
kobby10's user avatar
  • 11
0 votes
1 answer
435 views

Running a scheduled Python script in Power BI

As the title states I'm looking for some help with running my python script in Power BI. I currently have the following setup that I need to automate: My data is on an Azure DWH. I export the ...
Youtube Forcedme's user avatar
1 vote
0 answers
10 views

Which database storage option in Azure should I consider for managing configuration data?

I have a UI which should fetch data from an API that access a database for selecting one of the entries. Specifications:- The number of entries in the database will be less than 100. The structure ...
Ivan Biji's user avatar
1 vote
0 answers
28 views

Software to host Azure IoT solution on a local network

I have an Azure IOT solution, but a few of my customers had their own servers and they prefer to have all their applications on their machines and not in the cloud. How to make my Azure IOT solution ...
Jon Th's user avatar
  • 111