Microsoft Q&A

Questions

Discover questions that will help you on every step of your technical journey.

305,439 questions

Sort by: Updated
0 answers

What is the proper way to handle transaction with "sp_invoke_external_rest_endpoint"?

I have a procedure that write data to a database and want to sync data to azure search. At the end of the procedure, It write to azure queue by using "sp_invoke_external_rest_endpoint". Anyway, when transaction was rollback. The queue isn't…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
3,673 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
1,859 questions
asked 2023-11-27T03:20:08.02+00:00
Kim 0 Reputation points
commented 2023-11-28T09:39:16.3+00:00
ShaktiSingh-MSFT 10,986 Reputation points Microsoft Employee
0 answers

Rupee pro Customer Care toll Helpline Number*/7386795281*// 8016738483Toll Free.Rupee pro Customer Care toll Helpline Number*/7386795281*// 8016738483Toll Free.

BD m day and y yt of the world of a call at your earliest i i i me your place i i i me i i i i i me at all i i me i i i me know he is not yy y y yt of a he was not available on j c fjf cjd

Azure SQL Database
asked 2023-11-28T09:39:09.9+00:00
Fhfgg Syya 0 Reputation points
0 answers

Limit application permissions to a tenant subset of rooms

Our platform offers an integration to synchronize outlook rooms meetings from a 365 tenant. We allow our customers to map rooms from their tenant with our platform's rooms through an entra application, which requires admin consent permissions such as…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
9,044 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
5,998 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
17,438 questions
asked 2023-11-28T09:05:04.1866667+00:00
Riccardo Suardi 1 Reputation point
edited the question 2023-11-28T09:38:39.5966667+00:00
Riccardo Suardi 1 Reputation point
0 answers

Hybrid Connections Support for Windows Containers plan

When i create a app service using Windows container plan, i do not see the option Hybrid Connections under network to establish connection to my On prem recourses from App service. When app service is created based on app service plan, i could see the…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
329 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
171 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
5,998 questions
asked 2023-11-28T09:26:55.8266667+00:00
Madhu Sudana 0 Reputation points
edited the question 2023-11-28T09:38:29.21+00:00
GitaraniSharma-MSFT 42,416 Reputation points Microsoft Employee
1 answer

Rupee pro Customer Care toll Helpline Number*/7386795281*// 8016738483Toll Free.

Nd floor of my life of me and my life and delete the email I sent it is a call from you are the most beautiful woman who works with of the world of a call All the best

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
9,044 questions
asked 2023-11-28T09:37:51.2866667+00:00
Fhfgg Syya 0 Reputation points
answered 2023-11-28T09:38:10.7066667+00:00
Fhfgg Syya 0 Reputation points
1 answer

Access and read all SMS on Android phone with .NET MAUI

For an application that, as a part of its functionality, can read all stored SMS on an android phone, can you give general directions what to read exactly to learn and implement it in a .NET MAUI project? I'm a beginner. I've only worked with MVC, WPF…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,117 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.
9,422 questions
asked 2023-11-21T03:48:09.5466667+00:00
MSCollege3000 0 Reputation points
edited the question 2023-11-28T09:37:53.4166667+00:00
MSCollege3000 0 Reputation points
0 answers

Azure Synapse Google Ads LinkedService

I was trying to create a linked service to a Google Ads account. I have obtained the Google Developer token through Google Ads and created a Google API project with Google Ads API. But I am getting the below error when testing the linked service. ERROR…

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.
3,787 questions
asked 2023-11-27T04:23:01.8466667+00:00
MORA_160447G_Malshini Nissanka 0 Reputation points
commented 2023-11-28T09:37:41.58+00:00
Harishga 710 Reputation points Microsoft Vendor
0 answers

WordPress App how to restrict access to specific pages on the site

Hello all,   I have a WordPress App hosted on Azure and I am struggling with how I can secure specific pages from public access.    For example:   [www.mysite.com/wp-admin] [www.mysite.com/info.php]   I'd like it so that only specific IP addresses or…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
5,998 questions
asked 2023-11-23T08:49:22.3166667+00:00
Sergei Drew 40 Reputation points
commented 2023-11-28T09:37:11.7066667+00:00
Sergei Drew 40 Reputation points
1 answer

Can't find the certification tab in my certification profile.

I recently renewed my certificate once again and can’t find it in my profile. Previously, they were all displayed on credly, but after the transition, apparently, something went wrong.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
32,548 questions
asked 2023-11-28T09:36:14.32+00:00
Ilya Lipai 0 Reputation points
answered 2023-11-28T09:37:10.19+00:00
JimmySalian-2011 38,396 Reputation points
2 answers One of the answers was accepted by the question author.

Could be a memory leak on std::locale?

I have a code: std::stringstream ss; std::locale loc(ss.getloc(), new custom_numpunct()); ss.imbue(loc); Where custom_numpunct is defined as: class custom_numpunct : public std::numpunct<char> { protected: virtual char do_thousands_sep()…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,306 questions
asked 2023-11-28T08:22:42.57+00:00
Flaviu_ 751 Reputation points
commented 2023-11-28T09:36:15.13+00:00
Flaviu_ 751 Reputation points
0 answers

Microsoft.Windows.Compatibility vulnaribilty when moving from NET 7 TO NET 8

Hi, Microsoft.Windows.Compatibility si voulnerability. no option to upgrade. What I need to do ? VS shots on this ? Thanks <ItemGroup> <PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,117 questions
asked 2023-11-28T09:36:05.58+00:00
דני שטרית 1,676 Reputation points
0 answers

Install of Windows 11 from WSUS server failed with error 0x80244019

Hello everybody! I have a problem to upgrade company Windows 10 computers with Windows 11 version 23h2 x64 2023-11B update using our internal WSUS server. Downloading usually stops at 12% with error 0x80244019. I've found some errors in log files. e.g.…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
6,681 questions
asked 2023-11-28T09:36:04.28+00:00
P D 0 Reputation points
1 answer One of the answers was accepted by the question author.

Audit actions made by SharePoint App Principal/Identity in SharePoint Online

I have completed an app registration in the Azure portal, and obtained an Application (client) ID and a secret key from there. Then, I granted this Application ID "Full" access to my SharePoint Online site collection through the link…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
8,526 questions
asked 2023-11-22T07:10:13.6+00:00
Jim Milagrosa 80 Reputation points
accepted 2023-11-28T09:35:55.65+00:00
Jim Milagrosa 80 Reputation points
1 answer

table right portion cuts within the page if table width larger than page width

Hi... <html><head> <title>Large table Page</title> <style> table, th, td { border:1px solid black; width:100%; } </style></head> <body> <table style="width:800px…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
1,903 questions
asked 2023-11-27T05:52:41.7666667+00:00
Vasanth Ramakrishnan 0 Reputation points
answered 2023-11-28T09:35:20.33+00:00
Raina Zhao - MSFT 640 Reputation points Microsoft Vendor
4 answers

Scheulding another TEAMS meeting with same participants

After a TEAMS meeting I often want to schedule a follow-up meeting with the same invitee-emails and info. How can I just copy the invitation for another date? If I forward the invitation to another date, the original calendar note disappears from my…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
8,080 questions
asked 2022-03-03T15:52:30.633+00:00
Hon. Debra A. Martin 21 Reputation points
answered 2023-11-28T09:34:33.5866667+00:00
Andre Bieler / parashift 0 Reputation points
2 answers

Azure AD Connect v2 group write back

Hello, I have installed AAD connect 2.2.8 and enabled group write back, it is configured to only create write back enabled groups to our local AD. I have set to not write back new groups. it syncs ok, but every group is created. I delete a group from the…

Microsoft Entra
asked 2023-11-27T20:15:42.39+00:00
Pete Benn 0 Reputation points
answered 2023-11-28T09:33:25.1033333+00:00
Pete Benn 0 Reputation points
11 answers

BitLocker - Key ID

Hello, My daughter activated the BitLocker in my computer but the recovery I am able to pull up does not match the key ID on listed on the computer. Is there another way to recover the key id? Could I possibly have made another account I don’t remember…

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,593 questions
asked 2021-07-01T18:50:30.217+00:00
Tayrin ORand 26 Reputation points
answered 2023-11-28T09:32:49.05+00:00
Anh Van The 0 Reputation points
0 answers

iOS App screen size problems after upgrading to .net8.0

I have noted that after an upgrade to .net8.0 that my iOS app has a size issue. This persists even after returning to .net7.0 and gets resolved after reverting code before the upgrade. After some digging myself i have noted that some files are not being…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,117 questions
asked 2023-11-23T10:53:10.2366667+00:00
No_Focus 20 Reputation points
commented 2023-11-28T09:32:29.1466667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 23,221 Reputation points Microsoft Vendor
1 answer

SharePoint site associated to private channel in MS teams appeared without groups.

Today, I received a request to check access to a private channel created in Microsoft Teams. Files located in SharePoint site associated to this private channel appeared available for only owners and not for members in this private channel. I compared…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
8,080 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
8,526 questions
asked 2023-11-27T16:44:17.7133333+00:00
Antonio Tudela 51 Reputation points
commented 2023-11-28T09:31:46.8433333+00:00
Antonio Tudela 51 Reputation points
0 answers

MS Purview Data Catalogue DCAT Schema Support and Ideal Public Frontend

Does Purview support API consumption using DCAT to build a federated data catalogue and is there an example implementation of this and what was or would be the ideal frontend technology to build a public/online advanced/faceted search app with Data…

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.
753 questions
asked 2023-11-25T16:10:08.63+00:00
Herbert Kimani 41 Reputation points
edited a comment 2023-11-28T09:31:42.77+00:00
PRADEEPCHEEKATLA-MSFT 69,606 Reputation points Microsoft Employee