343,414 questions

Sort by: Updated
0 answers

Angular app giving error "We couldn't sign you in. Please try again."

I have an Angular app that I've written which uses @angular/msal-angular for an esignature feature. It opens the login popup, requests a sign-in, and passes the data on a successful sign-in to the rest of my app. The app has been working successfully…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,903 questions
asked 2024-04-30T12:18:28.2166667+00:00
Kobb, Christian 0 Reputation points
commented 2024-05-03T12:26:52.22+00:00
Kobb, Christian 0 Reputation points
2 answers

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,752 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.
970 questions
asked 2024-04-24T19:26:26.72+00:00
Mark DeMichele 0 Reputation points
answered 2024-05-03T12:26:48.4933333+00:00
Mark DeMichele 0 Reputation points
0 answers

How to listen to the event specific to Reload tab Button click in MS Teams using TeamsJS?

Is there a handler provided by Teams-js or a work around that exists to listen and distinguish the load triggered due to Reload tab button click from load event caused by landing back to the tab after navigating away?

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,866 questions
asked 2024-04-29T06:22:00.1166667+00:00
FNU LNU 0 Reputation points
commented 2024-05-03T12:26:45.7766667+00:00
Dinesh Rajagoni (Tata Consultancy Services Limi) 20 Reputation points Microsoft Vendor
0 answers

Failed running lab VM

Unable to run the lab. Its say "Your lab will be ready in about X seconds", but failed. How can i do? This question is related to the following Learning Module

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
29 questions
asked 2024-05-02T09:32:04.1033333+00:00
LuckM4n 10 Reputation points
commented 2024-05-03T12:26:18.68+00:00
LuckM4n 10 Reputation points
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,903 questions
asked 2024-05-01T16:49:00.6666667+00:00
Michael Dunkel 0 Reputation points
commented 2024-05-03T12:25:31.99+00:00
ajkuma 22,416 Reputation points Microsoft Employee
0 answers

Authenticator cannot check notifications in a new phone

I've installed Authenticator in my new Android Galaxy S24 ultra phone two days ago. That day notifications were showing up in both the old phone and new phone at same time, and then I turned off the old one. Since yesterday there is always an error…

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,529 questions
asked 2024-05-03T12:24:43.0133333+00:00
Jose Gallardo 0 Reputation points
0 answers

How to paste image to canvas from WebView2?

In C# uwp project i want to paste image from a WebView2 to my Canvas. I tried to implement that in 2 ways: with drag n drop and with right click copy. Drag n drop cannot be possible because i cannot drag the image from webview2, so the subscribed drop…

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,273 questions
asked 2024-05-03T12:24:11.99+00:00
Tamás Bitó 20 Reputation points
1 answer One of the answers was accepted by the question author.

How to avoid login/sign-up redirection/popup when using AAD B2C from React Application?

Hi, When using Azure AD B2C with React SPA, can the login redirect/popup be avoided? I have a business requirement to embed the login/sign-up page in react instead of using MS hosted pages (even if customizable), not show the sign-up/login url to…

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,651 questions
asked 2022-01-12T12:44:00.557+00:00
AV 81 Reputation points
commented 2024-05-03T12:23:23.1533333+00:00
Koen Cornelis 0 Reputation points
1 answer

await how to prevent the next process run before the 1st process finished

Hi there, My async code like below: // 1st Process if (providerId == "1") { await Providers.Provider1.Do_ProcessAsync(token, param1, param2); } // 2nd Process await Do_Other_Process1Async(x,y,z).ContinueWith(async (c1) => { await…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,186 questions
asked 2024-05-03T04:17:23.7+00:00
Winanjaya Amijoyo 0 Reputation points
commented 2024-05-03T12:21:35.6333333+00:00
Viorel 112.5K Reputation points
2 answers

How to fix this Correlation Id: 0bd9ad60-3a2d-4636-82ae-133615e00443 Timestamp: 2024-01-04T15:27:08.000Z DPTI: a05c8a0dec03143e68dfafba2f1b38d142609578019befb03af49a4b9a6cb327 Error Tag: 657rx Error Code: 2148073494, in my microsoft account?

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,827 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,115 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,004 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
822 questions
asked 2024-01-04T15:57:29.91+00:00
JONATHAN BINSAR MUNTHE 25 Reputation points
answered 2024-05-03T12:21:08.58+00:00
mahdi pc 0 Reputation points
1 answer One of the answers was accepted by the question author.

Why is the Capacity Header missing in your Azure Instance and not in mine?

Perhaps someone here can help direct me, I am able to see "Capacity" in the header in the Sprint Board. When I send the same url that I am using to someone else, they cannot see the "Capacity" Header in their Sprint Board. Does anyone…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,132 questions
asked 2024-05-01T16:47:11.8133333+00:00
LEOS, LINDA 41 Reputation points
accepted 2024-05-03T12:20:36.25+00:00
LEOS, LINDA 41 Reputation points
1 answer

Does Azure File Share has SMB3.11 unix extensions, if not is it planned for future

Hi All, Does Azure File Share has SMB3.11 unix extensions, if not is it planned for future. While mounting Azure File Share on unix-based system only unix based permission owner group and others are working. If user is added in ACL from windows it does…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,168 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
947 questions
asked 2024-04-22T05:43:00.97+00:00
Mohit Sajwan 0 Reputation points
commented 2024-05-03T12:20:05.3633333+00:00
Mohit Sajwan 0 Reputation points
0 answers

How can I recover access to my M365 Account when it is the only account, and an admin account, but authenticator needs to scan the QR code to complete registration

I have a single user M365 business account that was only purchased so I could purchase a Visio subscription. I dont use this account for anything else. I had to replace my phone, and was able to recover the Authenticator configuration on the new…

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,529 questions
asked 2024-05-03T00:52:52.2433333+00:00
Tas Ranson 0 Reputation points
commented 2024-05-03T12:19:25.3333333+00:00
Terry Grainger 5 Reputation points
1 answer

What is the recommendation for Password policy. If we are using Windows Hello For Business.

Hi Team We are implementing Windows hello for business. However, we still have option to login using password. We have password reset policy for 30 days. What is the recommendation for password policy, if we are using Hello for business? As this is going…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
617 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,767 questions
asked 2024-05-03T11:07:11.36+00:00
Ritesh Sharma 266 Reputation points
commented 2024-05-03T12:19:22.9266667+00:00
Ritesh Sharma 266 Reputation points
1 answer

I have created a VM. But it's strange not able to connect to it, any troubleshoot steps will help?

I have created a VM. But it's strange not able to connect to it, any troubleshoot steps will help?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,157 questions
asked 2024-05-02T12:54:46.2466667+00:00
Jakson 0 Reputation points
answered 2024-05-03T12:18:38.7233333+00:00
v-vvellanki-MSFT 3,815 Reputation points Microsoft Vendor
0 answers

Unable to connect to Azure SQL database via Power BI

Details: "Microsoft SQL: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured…

Azure SQL Database
asked 2024-05-03T12:18:26.63+00:00
Sudeep Batobyal 0 Reputation points
0 answers

Error creating SQL user accounts from external provider with Azure Arc

When trying to create user accounts that use Azure login in Azure Arc, we receive the error shown in the user's image. How can we resolve this issue?

Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
325 questions
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,752 questions
asked 2024-05-03T12:16:54.9066667+00:00
AJ Copeland 0 Reputation points
1 answer

How to connect to Azure Files storage account using Private Endpoint and Azure VPN

Hi all, I have an Azure Storage Account File share setup with the following options: On-prem AD Access, the storage account is joined to the on-prem domain, and a security group is assigned to access via IAM blade a VNG is setup with Azure VPN to…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,168 questions
Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,388 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
468 questions
asked 2024-05-02T08:12:29.1633333+00:00
PC 0 Reputation points
answered 2024-05-03T12:14:36.6966667+00:00
Nehruji R 2,051 Reputation points Microsoft Vendor
1 answer

Why cant I access the public IP-Adress of my pfSense VM?

Hello together, I am currently creating a pfSense firewall environment in Azure as part of my final project of the training. I have already created two test client VMs and taken the pfSense machine from the market place. In the assigned NSG, I have…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,157 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,154 questions
asked 2024-05-03T07:20:00.35+00:00
Tim Negele 0 Reputation points
answered 2024-05-03T12:13:20.4033333+00:00
v-vvellanki-MSFT 3,815 Reputation points Microsoft Vendor
0 answers

how to upload a picture to a picture1 box in html

code behind cshtml file @model IMS_Project.Models.Product @{ ViewBag.Title = "Product"; ViewBag.SubTitle = "Create"; @using (Html.BeginForm("Create", "Product",…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,266 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,273 questions
asked 2024-05-02T15:50:37.5866667+00:00
KwebenaAcquah-9104 306 Reputation points
edited a comment 2024-05-03T12:12:59.2+00:00
AgaveJoe 26,136 Reputation points