54,017 questions

Sort by: Updated
0 answers

Solution: Custom SignalR Endpoints (Hubs) in a Blazor Server Application using Azure B2C When Deployed to Azure

Posting this in case I need it myself... Issue: Using custom SignalR endpoints (for example a /chat hub) with Authentication in a Blazor Server application that uses Azure B2C will not work when deployed. It will work fine on your local machine (using…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,398 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-01-15T08:30:23.1666667+00:00
Michael Washington 911 Reputation points MVP
commented 2024-05-07T14:06:24.0733333+00:00
Michael Washington 911 Reputation points MVP
0 answers

ASD: How can I determine replica name from info in sys.dm_database_replica_states?

I have named replicas (NOT availability replicas) in my Azure SQL Database instance. When retrieving information from sys.dm_database_replica_states (generally to check secondary_lag_seconds), how can I determine the replica name associated with each…

Azure SQL Database
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
954 questions
asked 2024-05-07T14:04:13.9166667+00:00
Joseph Harris 0 Reputation points
0 answers

Unable to bypass the certificate validation when trying to access APIs from a web application which has its own certification

Unable to bypass the certificate validation when trying to access APIs from a web application which has its own certification Hi All, I m facing issue when I m trying to access a Service management API to create/ fetch a ticket through my web application…

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
301 questions
asked 2024-05-07T14:02:15.3033333+00:00
nitar_prof 0 Reputation points
0 answers

where can i find the sample data for https://learn.microsoft.com/en-us/training/modules/model-data-power-bi/

I went through several Power BI modules on the Learn website now. And I feel I'm missing the data to perform the tasks that are described in the module. A lot of modules are working with the same Sales data but I can't find it. Its not part of the files…

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
75 questions
asked 2024-05-07T14:02:08.25+00:00
Paul Leertouwer 0 Reputation points
0 answers

Logic app "Send Data" to Log Analytics function not working

Hello, I've been having problem with Log Analytics connector that is supposed to send specified data to Log Analytics Workspace. All access key are correct, all headers, no error codes, logic app is marked as running correctly. Steps are following: …

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
954 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,858 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
560 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
988 questions
asked 2024-05-07T14:01:29.0633333+00:00
Oliver Gotz 0 Reputation points
0 answers

Azure Container Instances with GPUs Unavaliable

I'm trying to run an ACI with GPU enabled. I've checked regional avaliability of GPU support plenty of times already, I also checked every single region for avaliability during deployment in Azure Portal. No matter what region I choose I always get the…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
644 questions
asked 2022-01-12T14:50:45.257+00:00
Piotr Szymczak 11 Reputation points
commented 2024-05-07T13:51:16.76+00:00
Piotr Szymczak 11 Reputation points
0 answers

How to add an external library to a C# azure functions application?

Hi there, I am trying to use a JavaScript based library in my azure functions application. I copied the file in the root directory of the app and deployed it successfully on Azure but the moment I reference it in the Index.html file, it throws this…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,305 questions
asked 2024-04-30T12:36:59.1933333+00:00
Adwait Naik 40 Reputation points
edited a comment 2024-05-07T13:50:09.9666667+00:00
Adwait Naik 40 Reputation points
0 answers

Azure Front Door WAF rate limit policy doesn't block request for full rate limit duration

Hello I have set up a rate limit WAF for Azure Front Door. I set it to 200 requests in a 5 minute window. After testing with a script to send 3000 requests in 60s I find that only some of my requests are blocked. When configuring the WAF, the tooltip…

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
582 questions
asked 2024-05-07T10:58:25.89+00:00
Mikiel Agutu 0 Reputation points
commented 2024-05-07T13:49:15.0466667+00:00
Mikiel Agutu 0 Reputation points
0 answers

App Service not visible in list of App Services

I have two App Services created over a year ago that used to be visible in the list of App Services. As of recently, the list is not including these two particular App services. They are still working correctly, and they are also available in the list of…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,925 questions
asked 2024-05-03T13:49:24.34+00:00
Jurgen Cassar 0 Reputation points
commented 2024-05-07T13:45:44.3466667+00:00
Jurgen Cassar 0 Reputation points
0 answers

Getting error while reading the user by email address

Hello there, I wanted to explore the Microsoft graph API's for creating the online meeting events via teams meeting. Now the events must be related to respective users. To get the user i have followed below. I have enrolled into the trial version of…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,672 questions
asked 2024-05-07T13:44:54.2966667+00:00
BS 0 Reputation points
0 answers

I have created an Azure shared disk and attached on the 3 VMs. But when I create a file on one of the VMs, the same file is not appearing on the other VM.

I have created an Azure shared disk and attached on the 3 VMs. But when I create a file on one of the VMs, the same file is not appearing on the other VM.

Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
574 questions
asked 2024-05-07T13:44:14.3766667+00:00
Abhishek Zende 0 Reputation points
0 answers

How to perform a pivot grid in maui?

Hi, i want to display data from observablecollection in a pivotgrid using .Net Maui 8 like in the picture below. the columns are generated programatically. i write this code in the viewmodel: Stockstcviews =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,906 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,288 questions
asked 2024-05-03T16:24:46.6+00:00
Kaouthar GR AOUICHAOUI 40 Reputation points
commented 2024-05-07T13:41:14.23+00:00
Kaouthar GR AOUICHAOUI 40 Reputation points
0 answers

External call transformation in dataflow activity fails with large record sets

I have dataflow activity that retrieves data from an Azure MySQL database and invokes an address API using external call transformation to update the database with standardized addresses. However, when dealing with a large number of records…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,615 questions
asked 2024-05-07T13:41:07.27+00:00
Achu A 30 Reputation points
0 answers

Unable to Activate Office Apps for Enterprise on Windows Server 2019 Standard

Cannot activate Office Apps for Enterprise on Windows Server 2019 Standard with an internet connection under Administrator account. Activation fails immediately after entering email address associated with license and hitting Next (never gets to asking…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,473 questions
Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,321 questions
asked 2024-05-07T13:40:05.65+00:00
Carol Duvall 0 Reputation points
0 answers

InsertDate and UpdateDate column addition in Sink-Delta from dataflow.

I am using dataflow to Upsert the data to my delta lake. My requirement is to have two columns - 1. insertdate 2.updatedate . If there is a new record then both insertdate and updatedate column should get updated with current_date() values. And, if…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,615 questions
asked 2024-05-03T16:53:31.2266667+00:00
Vaibhav 105 Reputation points
edited a comment 2024-05-07T13:38:24.6866667+00:00
phemanth 5,990 Reputation points Microsoft Vendor
0 answers

Python Azure Time Trigger Function not showing in Azure Portal after successful deployment from VS code

Hi, I have a Time Trigger Function written in Python 3.11.9 in Visual Studio code. The function runs successfully locally (using F5). When I deploy the function to the Azure portal from Visual Studio Code, it shows as "Deployment…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,305 questions
asked 2024-05-07T11:50:12.6366667+00:00
Aidan Goldie 0 Reputation points
edited the question 2024-05-07T13:37:54.3433333+00:00
Aidan Goldie 0 Reputation points
0 answers

Azure Document Intelligence - prebuild-layout - find original page number in markdown result

I'm using the Azure Document Intelligence service to analyze different types of documents. I set the output format style in Markdown to be able to have more information regarding the structure and formatting of the document. To get the result in…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,397 questions
asked 2024-05-03T15:08:47.8466667+00:00
Curati Filippo 0 Reputation points
commented 2024-05-07T13:35:27.4766667+00:00
santoshkc 4,435 Reputation points Microsoft Vendor
0 answers

Need to remove .azurewebsites.net cert from my App Service custom domain

I have an App Service servicing an API for a device with older, finicky SSL requirements. It can't accept multiple SSL certs on a domain and recognize the appropriate one to use, the domain has to only have the single cert it expects. In addition to the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,925 questions
asked 2024-05-01T16:49:00.6666667+00:00
Michael Dunkel 0 Reputation points
edited a comment 2024-05-07T13:33:59.2766667+00:00
Ben Gimblett 3,410 Reputation points Microsoft Employee
0 answers

Azure Synapse Error

Hi everyone! I used Metada Driven toll from Azure Synapse Analytics in order to build my pipeline. It works perfectly fine, but onse in while I am getting this error msg. { "errorCode": "2200", "message":…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,402 questions
asked 2022-06-22T15:16:48.76+00:00
Alexandr Brailean 1 Reputation point
commented 2024-05-07T13:27:36.2+00:00
0 answers

Robocopy parameter error trying to move video files from GoPro camera to PC to retain file Creation Date

I am getting the following trying to use robocopy to retain the creation date when copying video files to PC: C:\Users\Bruce>robocopy This PC\HERO10 BLACK\GoPro MTP Client Disk Volume\DCIM\100GOPRO G:\video\Go Pro /E /DCOPY:T…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,241 questions
asked 2024-05-07T13:24:56.62+00:00
bruce 0 Reputation points