344,333 questions

Sort by: Updated
0 answers

Mobile SSO for an Android app that interacts with various service providers

Hey, I working on an Android application for employees that leverages several private services as service providers. I keen to provide a single-sign-on user experience, expecting the user to login only once (interactive), and interact with all of the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,605 questions
asked 2024-05-08T06:38:48.1033333+00:00
Alex Linder 0 Reputation points
0 answers

Duplicate Activity in Purview

Hi Team, I created a pipeline in Synapse and the required lineage is visible in Purview i.e. flow of data from different activities. But When I edit the pipeline (rename column in Table or update general description) instead of updating the existing…

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
948 questions
asked 2024-05-06T12:35:48.04+00:00
Hargopal Singh 0 Reputation points
commented 2024-05-08T06:38:13.1133333+00:00
PRADEEPCHEEKATLA-MSFT 77,901 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Ctrl+tab locks some keys and changes in the inactive view

VS Version 17.9.4. Ctrl+Tab locks the "special "buttons. Note that the alpha characters are working, but not some "special" buttons such as backspace, delete, arrows. My colleague have the same problem. I suspect the issue arise when…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,630 questions
asked 2024-04-22T08:48:07.27+00:00
Markus Enberg 26 Reputation points
accepted 2024-05-08T06:37:42.47+00:00
Markus Enberg 26 Reputation points
1 answer

after fresh installation of sharepoint server 2019 central administration is not opening

After SharePoint 2019 fresh installation, when I tried to open the central administration site with it is showing below error. and application pool stop.

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,812 questions
asked 2024-05-08T03:25:50.75+00:00
Basim Alvi 21 Reputation points
edited an answer 2024-05-08T06:37:10.34+00:00
Haoyan Xue_MSFT 20,031 Reputation points Microsoft Vendor
1 answer

Access network folder and files from .NET Core application in IIS

Greetings, I have an application deployed in IIS with .NET Core 7 and SQL Server, I want to access a network path, write and read files within a folder in the path (\path\folder) What steps should I follow to achieve this?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,199 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,776 questions
asked 2024-05-07T17:35:39.8066667+00:00
Juan A. Reyes Paulino 20 Reputation points
commented 2024-05-08T06:36:41.6766667+00:00
Brando Zhang-MSFT 2,961 Reputation points Microsoft Vendor
0 answers

SharePoint 2010 server cloning

We are planning to do SharePoint 2010 environment cloning can you suggest is this good approch and any drawback or any issues after cloning. Waiting for your reply

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,706 questions
asked 2024-05-08T04:22:49.6166667+00:00
Anil kumar Reddy Kethireddy 0 Reputation points
commented 2024-05-08T06:35:22.1933333+00:00
Ling Zhou_MSFT 13,260 Reputation points Microsoft Vendor
1 answer

When will more avatar's be available?

The Text to Speech Avatar has been in preview for about six months. Any idea when a full release will be done? And what will be in that release? additional avatars adjustable clothing, hair, skin tone, ... ??? Thx

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,410 questions
asked 2024-05-08T04:15:01.0133333+00:00
Roy Jensen 0 Reputation points
answered 2024-05-08T06:34:49.25+00:00
dupammi 6,815 Reputation points Microsoft Vendor
1 answer

The client 'abc' with object id 'XXXXXXXXXXXXXXXXXX' does not have authorization to perform action 'Microsoft.Resources/subscriptions/resourceGroups/read' over scope '/subscriptions/'XXXXXXXXXXXXXXXXXX'/resourceGroups/XXXX-014-aks-rg' or the scope is in

I got into a situation where I need to access AKS cluster ,so I have added below required permission by adding myself to the group and given necessary permission but getting below error ERROR :The client 'abc' with object id 'XXXXXXXXXXXXXXXXXX' does not…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,871 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,605 questions
asked 2024-05-06T11:19:20.9033333+00:00
Deepanshu katara 5,145 Reputation points
commented 2024-05-08T06:34:08.1533333+00:00
Babafemi Bulugbe 1,950 Reputation points MVP
0 answers

Migrate .NET Azure function app from the in-process model to the isolated worker model

Hello, After migrating my Azure function app from in-process model to isolated worker model I got this issue Unable to cast object of type 'System.String' to type 'Microsoft.Azure.WebJobs.Extensions.DurableTask.IDurableOrchestrationContext'. My…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,309 questions
asked 2024-05-07T09:21:52.72+00:00
Aml Abbas 40 Reputation points
edited a comment 2024-05-08T06:33:07.12+00:00
Aml Abbas 40 Reputation points
1 answer

The code generator for identity command failing saying No MSBuild was detected?

The code generator for identity command failing saying No MSBuild was detected?

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
6 questions
asked 2024-05-06T13:47:43.7333333+00:00
Muhammad Naeem 0 Reputation points
commented 2024-05-08T06:32:41.6633333+00:00
Muhammad Naeem 0 Reputation points
0 answers

IIS is automatically call to http://localhost after application pool get recycled or stop and start

Hi, We have some .Net applications running on Windows servers and backed by IIS. We noticed that when the application pool got recycled or stop&start. There will be a call to http://localhost/ with the clientIP 127.0.0.1 This is annoying us…

Internet Information Services
asked 2024-05-03T06:45:22.1833333+00:00
Simon Dao 0 Reputation points
edited a comment 2024-05-08T06:30:24.47+00:00
JasonPan - MSFT 4,371 Reputation points Microsoft Vendor
0 answers

Filter in Q&A Topics

I was thinking that It would be better if Microsoft will have a filter in Microsoft Q&A so that we can go directly to our domain of specialties.

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,405 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,624 questions
Microsoft Fabric Training
Microsoft Fabric Training
Microsoft Fabric: A Microsoft unified data platform.Training: Instruction to develop new skills.
11 questions
asked 2024-05-08T06:16:48.5166667+00:00
RUEL CABUSAS (RGC) 0 Reputation points
edited the question 2024-05-08T06:29:51.29+00:00
ShaktiSingh-MSFT 13,516 Reputation points Microsoft Employee
0 answers

All queries from from FHIR server to Cosmos DB failing

We are running an instance of the Azure FHIR Server using Cosmos DB. Since at least 12 hours ago, all queries to the FHIR server are failing with the following exception and trace: 2024-05-08T05:41:26.650255158Z fail:…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,450 questions
Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
150 questions
asked 2024-05-08T06:10:25.21+00:00
Emma 0 Reputation points
commented 2024-05-08T06:29:26.4233333+00:00
ShaktiSingh-MSFT 13,516 Reputation points Microsoft Employee
1 answer

How to update/save a file in a database in web application

i have a code error and i wish i can get it fix by your noble helps or interventions here is a code block that updates a new product on a product page in a web application this is the code behing the productController.cs file for the cshtml file…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,282 questions
asked 2024-05-07T15:39:22.68+00:00
KwebenaAcquah-9104 306 Reputation points
edited the question 2024-05-08T06:29:10.19+00:00
Lan Huang-MSFT 25,866 Reputation points Microsoft Vendor
1 answer

Exercise link is broken in: Agile Plan and Portfolio Management with Azure Boards

The link to the exercise in the following plan is not working: https://learn.microsoft.com/en-us/training/modules/plan-agile-github-projects-azure-boards/9-agile-plan-portfolio-management-azure-boards

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
955 questions
asked 2024-05-06T09:35:16.9+00:00
LeonidasMark 0 Reputation points
edited an answer 2024-05-08T06:28:48.2366667+00:00
AmaranS 2,675 Reputation points Microsoft Vendor
1 answer

I can see latest jar of MSSQL jdbc version 12.6.1.jre11 has Vulnerabilities in one of the dependent in built library

In our java application, we are using MSSQL jdbc and to remediate Vulnerabilities, we have upgraded our jar to latest version 12.6.1, but even it shows SCA Vulnerability in one of the inbuilt dependent as shown in below…

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,776 questions
asked 2024-05-06T14:41:54.67+00:00
Peruka, Himaja 0 Reputation points
commented 2024-05-08T06:28:04.6266667+00:00
MikeyQiao-MSFT 560 Reputation points Microsoft Vendor
1 answer

Creating a template that relates to the PHP language

Tell me how to create a project template for the PHP language. Should the project template be in a zip file or can it be created on the fly?

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
176 questions
asked 2024-05-07T13:00:06.3+00:00
валера карманов 61 Reputation points
commented 2024-05-08T06:28:00.08+00:00
валера карманов 61 Reputation points
0 answers

Selecting a collection as a data source in power apps

I have been following this Power Apps training module and can't select a collection as a data source. The collection exists in the tree view but I can't select it as a data source. Has functionality changed since the training was created, or is there…

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.
79 questions
asked 2024-05-07T14:24:03.4633333+00:00
Richard Warren 0 Reputation points
commented 2024-05-08T06:26:08.83+00:00
Richard Warren 0 Reputation points
0 answers

When I'm doing manifest file signing using 'mage', why 2 hash signatures are getting created?

Here is the command I'm using: mage -sign UNSIGNED2.manifest -CertHash <Fingerprint> When I'm running the above command, 2 hash signatures are getting created. Why? Thanks

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,776 questions
asked 2024-05-08T06:26:08.8066667+00:00
Aman Jain 0 Reputation points
0 answers

I am already an Azure Global Admin for our company but still, I cannot assign AVD/VMs to our users.

I am already an Azure Global Admin for our company but still, I cannot assign AVD/VMs to our users. I have assigned myself different admin roles that I can get but still, I can't do such assigning Azure Virtual Desktops to our users. Please help. Thanks.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,175 questions
asked 2024-05-08T06:26:05.4266667+00:00
Jordan Guillermo Admin 0 Reputation points