288,956 questions

Sort by: Updated
4 answers

How to copy big file 5g with task and within impersonation

Hi, How to copy big file 5G from source to destination using impersonation: WindowsIdentity.RunImpersonated( ImpersonationHelper.Token Thanks,

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,385 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,883 questions
asked 2024-04-18T08:06:36.18+00:00
Dani_S 2,726 Reputation points
commented 2024-04-30T16:06:12.17+00:00
Dani_S 2,726 Reputation points
4 answers One of the answers was accepted by the question author.

Aptos (Body) font suddenly appeared in Outlook 365

Yesterday, Microsoft changed my default font in Outlook 365 from Calibri to Aptos (Body). I initially thought it was my error, but Google does show many others having the same problem. Since then, when typing an Email in Outlook 365, the letters are so…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,984 questions
asked 2024-04-28T12:31:59.4466667+00:00
bertram12 61 Reputation points
accepted 2024-04-30T16:03:41.3166667+00:00
bertram12 61 Reputation points
1 answer

Can you assist with a Synapse issue involving memory allocation in SQL DW Copy Command in Data Factory, without solely resorting to increasing DWU?

I'm encountering an issue while using the Copy Activity in Data Factory with the Polybase copy option. The error message I receive is as follows: “…..SQL DW Copy Command operation failed with error 'Unable to allocate 257707 KB for columnstore…

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,381 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,567 questions
asked 2024-04-27T20:11:41.1666667+00:00
EmaLom 0 Reputation points
commented 2024-04-30T16:03:38.7866667+00:00
EmaLom 0 Reputation points
1 answer

json data in ADF

Hey Team How to filter data in adf pipeline from json file where bar <> "data" { "foo": { "bar": "data", "baz": "data" } }

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,567 questions
asked 2024-04-30T14:27:19.6366667+00:00
Vineet S 145 Reputation points
answered 2024-04-30T16:03:17.2033333+00:00
AnnuKumari-MSFT 30,911 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

implementing IoT Central application

Hello, I created IoT central application and trying to implement device onboarding from IoT device source code. How could we register a device in IoT Central application with DPS Service from device source code.

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
540 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
344 questions
asked 2024-04-29T05:57:56.6166667+00:00
Gorantla Srikanth 40 Reputation points
commented 2024-04-30T16:02:41.76+00:00
Gorantla Srikanth 40 Reputation points
1 answer

SecureMFA QR code is not working to register users

When our users access applications those requests are redirected to our ADFS server . Post Authentication as we have enabled MFA, our request is redirected to https://chart.googleapis.com to generate the QR code and with that users registered in their…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,514 questions
asked 2024-04-24T14:16:19.9666667+00:00
Imthiyaz Husain 0 Reputation points
commented 2024-04-30T16:02:34.87+00:00
Akhilesh 4,775 Reputation points Microsoft Vendor
1 answer

How do I create a dynamic SQL query for Cosmos DB using Azure Data Factory?

I am doing a simple data flow where I have a source from a cosmos db container, I want to get the latest data that is greater than a _ts value that I store in a variable (SELECT * FROM c WHERE c_ts > @variables('LastRunDateTS')). How can I pass this…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,445 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,567 questions
asked 2024-04-30T13:18:23.7733333+00:00
Andrew Hopkinson 6 Reputation points
commented 2024-04-30T16:01:19.3333333+00:00
Andrew Hopkinson 6 Reputation points
1 answer

Using SSDT on a build server

I need to use SSDT on my build server. What exactly do need to install to get it working? I have a docker image that does the builds. It's based on mcr.microsoft.com/dotnet/framework/sdk:4.8-20230110-windowsservercore-ltsc2019Ideally, it would be nice…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,736 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
966 questions
asked 2024-04-24T19:26:26.72+00:00
Mark DeMichele 0 Reputation points
commented 2024-04-30T16:00:50.63+00:00
Mark DeMichele 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure FrontDoor : Backend Health Percentage not Steady

Hi, Why the backend health percentage of Front-Door is not steady at 100%. It is fluctuating between 97% to 100% My health probe interval is 120 seconds and 2 successful response. Please guide

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
576 questions
asked 2022-11-12T08:16:43.027+00:00
Amit-J 316 Reputation points
commented 2024-04-30T15:57:16.3033333+00:00
KapilAnanth-MSFT 35,001 Reputation points Microsoft Employee
1 answer

powershell to get all users and their managers recursively

I am looking to pull all Active Directory users and their managers all the way up to the chain. I get how to do get-aduser -filter * -properties * | select name, manager export-csv -path "csv path" I also get: $Users = Get-ADUser -filter *…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,878 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,375 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,067 questions
asked 2024-04-30T13:24:36.5566667+00:00
Michael-5966 0 Reputation points
commented 2024-04-30T15:55:58.6333333+00:00
Michael-5966 0 Reputation points
2 answers

Dynamically pass the B2C sign-in policy in .NET 8

I am developing the web application using .NET 8 with Asp.NET MVC and using Azure B2C tenant for Authentication. And it will be hosted in the Azure App services that configured with two domain urls. Based on the requested Urls, I wanted to pass the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,176 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,514 questions
asked 2024-04-19T16:58:01.86+00:00
Ragu 0 Reputation points
answered 2024-04-30T15:55:04.2+00:00
Ragu 0 Reputation points
1 answer

What Role Assignments Are Required For Bicep that assigns roles inside of Devops Pipeline?

I have a bicep file (https://github.com/siegfried01/SimplerServiceBusSendReceiveDemo/blob/master/infrastructure/deploy-ServiceBusSimpleSendReceive.bicep#L365 ) that calls a bicep module…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
547 questions
asked 2024-04-27T23:44:56.82+00:00
Siegfried Heintze 1,861 Reputation points
commented 2024-04-30T15:54:40.6266667+00:00
Siegfried Heintze (ARTECH CONSULTING LLC) 0 Reputation points Microsoft Vendor
1 answer

How to manage webinar emails

I am arranging a webinar, and I have a Microsoft Teams Premium subscription. I am trying to achieve the following: Create an additional reminder email 3 days prior to the webinar Change the default reminder email send date from 1 hour before webinar…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,099 questions
asked 2024-02-06T05:31:03.87+00:00
Brandon Loo 0 Reputation points
edited a comment 2024-04-30T15:53:19.2633333+00:00
Alisha Marshall 0 Reputation points
1 answer

When edit an existing configured connector in New Teams, instead of modifying the existing configuration, a new configuration for the connector is being created

In New Microsoft Teams, we’ve observed that when we attempt to edit an existing configured connector, instead of updating the existing configuration, new configurations are being created for the connector. Interestingly, this behaviour differs from the…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,099 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,855 questions
asked 2024-03-18T05:14:19.71+00:00
Meet Rathod 5 Reputation points
answered 2024-04-30T15:52:36.15+00:00
Volodymyr Batrukh 0 Reputation points
1 answer

How to use Add and Update Subscriptions in Power BI using Rest API?

Just wanted to ask if anybody has ever used the following endpoint in REST API. After checking the documentation there is no enough details how to use it. Appreciate your help https://learn.microsoft.com/en-us/rest/api/power-bi-report/subscriptions

Microsoft Fabric Training
Microsoft Fabric Training
Microsoft Fabric: A Microsoft unified data platform.Training: Instruction to develop new skills.
10 questions
asked 2024-04-30T14:32:07.5133333+00:00
Jet Hernandez 0 Reputation points
answered 2024-04-30T15:52:29.7366667+00:00
Syed Saleem Peera 390 Reputation points Microsoft Vendor
1 answer

Sign out and sign in again with a different Azure Active Directory user account

Hello, Last year, I was added as a guest on a client's Team. I initially had no issues accessing the Team, but then my free trial of Teams ended and I was no longer able to access. Now I have a paid subscription to Teams, and I keep getting this error…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,099 questions
asked 2023-03-08T17:18:17.2733333+00:00
Carrie L 20 Reputation points
commented 2024-04-30T15:52:06.4666667+00:00
Ron Hofer 0 Reputation points
1 answer

need to set "spark.rpc.message.maxSize"

In Synapse Notebook, I tried to run spark.conf.get("spark.rpc.message.maxSize") had the following error: Py4JJavaError Traceback (most recent call last) Cell In [9], line 1 ----> 1 spark.conf.get("spark.rpc.message.maxSize") File…

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,381 questions
asked 2024-04-30T11:21:00.2066667+00:00
uuu zhu 0 Reputation points
edited an answer 2024-04-30T15:52:03.11+00:00
PRADEEPCHEEKATLA-MSFT 77,336 Reputation points Microsoft Employee
1 answer

Enable Users To Block Senders In the Defender Portal

Recently staff have lost the ability to block senders via the quarantine@messaging.microsoft.com email that is sent to their inboxes. This option is also greyed out in the defender portal for them as well. We have a policy in place that is supposed to…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,811 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,185 questions
asked 2024-04-24T17:02:27.45+00:00
TempStar 40 Reputation points
commented 2024-04-30T15:50:43.9433333+00:00
TempStar 40 Reputation points
2 answers

Backup/Restore and collation update in Azure Synapse

We have one requirement that to change the collation of Azure SQL serverless database in Azure Synapse Analytics to default collation. So I have 2 questions, 1. How to take backup and restore Azure SQL serverless database in synapse. 2. How to update…

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,381 questions
asked 2024-04-30T14:04:23.77+00:00
Shailesh Ganesh Shripati 70 Reputation points
answered 2024-04-30T15:49:30.9066667+00:00
phemanth 5,825 Reputation points Microsoft Vendor
2 answers

Community toolkit install is not working

I have had community toolkit installed on this project for quite a while and now it gives the following error when I am trying to update: Severity Code Description Project File Line Suppression State Error NU1605 Warning As Error: Detected package…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,883 questions
asked 2024-04-17T13:38:10.5+00:00
Lloyd Sheen 1,381 Reputation points
commented 2024-04-30T15:49:27.31+00:00
Lloyd Sheen 1,381 Reputation points