342,681 questions

Sort by: Updated
0 answers

How to use ForEach-Object -Parallel in Azure Devops Pipeline Agent.

I want to use a PowerShell script which has below cmdlet. When I tried to use MS Hosted Pipeline agent with Parallel feature I'm getting "Parameter set cannot be resolved using the specified named parameters" error. How can I execute the…

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-30T15:59:10.87+00:00
Ramakrishna Abhijeet P 70 Reputation points
0 answers

How do I rename or copy a blob using Azure's Golang SDK?

Is there an API in the Azure SDK for Go that allows me to rename/copy blobs? I've seen CopyFromBlob() being called in overflow.com but it doesn't appears to exist in Azure SDK for Go. I've seen the DownloadStream() and UploadStream() APIs but it appears…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
949 questions
asked 2023-10-06T00:28:57.89+00:00
edited the question 2024-04-30T15:58:53.16+00:00
António Sérgio Azevedo 7,661 Reputation points Microsoft Employee
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-30T15:57:32.62+00:00
Bruce (SqlWork.com) 56,286 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
0 answers

SSO login error

Hi all, I'm configuring SSO from Google Workspace to Entra ID following the documentation below and I'm receiving an error: Error message: AADSTS5000811: Unable to verify token signature. The signing key identifier does not match any valid registered…

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-30T15:56:17.4433333+00:00
Guilherme Monteiro Santos 0 Reputation points
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
0 answers

sign out and sign in to another Azure directory

Hi, I was a freelancer for a client and needed to create an additional directory (with the same email address as my original one). Now I don't work for the client anymore, deleted the directory at myaccount.microsoft.com and still every time I want to…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,697 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,099 questions
asked 2024-04-30T15:55:57.6666667+00:00
Ron Hofer 0 Reputation points
0 answers

Asp.net MVC renders 2 "form action" statements for the same form when in responsive mode

ASP.Net MVC VS 2022 Windows 11 App runs fine in desktop mode. This line: <@using (@Html.BeginForm("SubmitForm", "Home", FormMethod.Post, new { id = "subform", verify = "Y" }))> is generated correctly…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,262 questions
asked 2024-04-29T18:06:54.7466667+00:00
Jean Vallee 21 Reputation points
commented 2024-04-30T15:55:14.59+00:00
Jean Vallee 21 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
0 answers

How to fix error Job failed due to reason: com.microsoft.dataflow.broker.InvalidPayload

Operation on target Country failed: {"StatusCode":"DFExecutorUserError","Message":"Job failed due to reason: com.microsoft.dataflow.broker.InvalidPayloadException: Fail to validate with reason: Retry Request, fail to…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,345 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,697 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,567 questions
asked 2024-04-29T13:20:24.6633333+00:00
Dhruva B 50 Reputation points
commented 2024-04-30T15:54:52.89+00:00
BhargavaGunnam-MSFT 26,136 Reputation points Microsoft Employee
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
0 answers

How to pass data from UBoot to UEFI

Hello, we use Windows 10 IoT with some of our boards equipped with imx8mp. It works fine so far. In our production line we can easily automatic configure UBoot environment with special data (like Network Address, board name, HW revision and so on). Is…

Windows for IoT
Windows for IoT
A family of Microsoft operating systems designed for use in Internet of Things (IoT) devices.
381 questions
asked 2024-01-30T17:14:17.5166667+00:00
Christian Zutter 0 Reputation points
commented 2024-04-30T15:54:16.6966667+00:00
António Sérgio Azevedo 7,661 Reputation points Microsoft Employee
0 answers

SSO login error

Hi All, I'm trying to configure SSO from Google Workspace to Entra ID following the documentation above but when i tried to login i received and error below: Error message: AADSTS5000811: Unable to verify token signature. The signing key identifier does…

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-30T15:53:56.89+00:00
Guilherme Monteiro Santos 0 Reputation points
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
0 answers

How to fix error "Account already exists" when signing in google users on a customer entra tenant?

Dear Microsoft support team, My name is Javier Ortega, and I am writing to seek assistance with: Authentication from .Net application to Entra tenant, with google users. Currently we have a group of users migrated to a customer (external) entra tenant.…

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 External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,643 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-30T15:51:40.8333333+00:00
Javier Herrera 0 Reputation points
0 answers

My authenticator app has lost all apps data and I'm unable to login to apps like twitter

My twitter account is connected to authenticator but after changing my device and restoring dat via smart switch ,all Microsoft authenticator data is missing and I cannot reconnect my twitter account with out the authenticator code

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,511 questions
Access
Access
A family of Microsoft relational database management systems designed for ease of use.
306 questions
asked 2024-04-30T15:51:21.86+00:00
Gideon Githambo 0 Reputation points