96,926 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

How to Sum, Join, Union, Group By Month And Year Using LINQ Query

I have two tables. I want to find the sum of the data in one table and the subtraction of the second table. I am trying to explain the matter by attaching an image below. Note here that I don't know which table's data will come first. Maybe the data of…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,175 questions
asked 2024-04-24T09:55:08.01+00:00
jewel 801 Reputation points
accepted 2024-04-30T10:16:36.6933333+00:00
jewel 801 Reputation points
1 answer One of the answers was accepted by the question author.

Data Factory activities stuck in Queued

Hello! Since the outage of Microsoft services on 15/03, we started to experience problems with the Data Factory runs in our Azure platform on a daily basis. Every day the ADF activities connected to the self-hosted integration runtime on our on-prem…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,563 questions
asked 2021-03-19T10:41:00.277+00:00
Chi, Dave 61 Reputation points
commented 2024-04-30T10:07:43.7266667+00:00
Abhijith Kadam 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure PostgreSQL flexible server: Unable to transfer ownership of table

We are using posgres 16.0. When trying to transfer ownership of a table with ALTER TABLE schema.table OWNER TO "new_role" We get error: must be able to SET ROLE "new_role" We are logged in as azure_pg_admin user and have confirmed…

Azure Database for PostgreSQL
asked 2024-04-10T15:49:08.4833333+00:00
Peter Koller 0 Reputation points
accepted 2024-04-30T09:53:44.9366667+00:00
Peter Koller 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure PostgreSQL Flexible server: Unable to drop roles

We are having some weird issues when trying to remove roles. I am connected as the admin user that is member of azure_pg_admin. When trying to remove a role with DROP ROLE role_to_drop We get the error "Could not drop the role. Only roles with the…

Azure Database for PostgreSQL
asked 2024-04-10T13:20:19.3+00:00
Peter Koller 0 Reputation points
accepted 2024-04-30T09:53:19.7266667+00:00
Peter Koller 0 Reputation points
6 answers One of the answers was accepted by the question author.

Sending Mail in Azure

I was full of hope when I saw Azure Email Communication Service. But when I read more, https://learn.microsoft.com/en-us/azure/communication-services/concepts/email/sdk-features, I am not sure if I believe what I read. Azure Email Communication Service…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
679 questions
asked 2023-10-02T08:19:28.81+00:00
K. Kong 126 Reputation points
answered 2024-04-30T09:52:49.55+00:00
Kaushik Dutta 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to convert normal date to solar date(PersianCalendar)

with System.Globalization.PersianCalendar NameSpace Need function to convert to solar date

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,574 questions
asked 2024-04-30T04:04:17.3366667+00:00
Mansour_Dalir 1,551 Reputation points
accepted 2024-04-30T09:51:13.4866667+00:00
Mansour_Dalir 1,551 Reputation points
1 answer One of the answers was accepted by the question author.

I want to know at what data centre my data is stored

Hello, I need to know where my companys data is stored (physical location) to determine how much energy is consumed to maintain our cloud data (estimate) and if we can reduce our impact. Is it safe to assume our data is stored in our country if Azure has…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
817 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,647 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,130 questions
asked 2024-04-24T07:04:57.4566667+00:00
Erik Nordin 25 Reputation points
edited the question 2024-04-30T09:41:22.1833333+00:00
Emily Du-MSFT 41,786 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

InvalidRequest with OneDrive delta API

We are developing a service to synchronize drives using the OneDrive API. We are utilizing delta links to retrieve the next set of changes by saving either the @odata.nextLink or @odata.deltaLink from the response and polling every few minutes to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,610 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
817 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,647 questions
asked 2024-04-25T05:36:20.8966667+00:00
Naoki Maeda 20 Reputation points
edited the question 2024-04-30T09:40:38.46+00:00
Emily Du-MSFT 41,786 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to add to "GraphicsView" class with “DrawableProperty" in dotnet maui

Hello! I trying drawing of the circle in center which is touched in the "GraphicsView" control. And I thought the one of the important points is how to add "GraphicsView" class with "DrawableProperty" in dotnet Maui. Please…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,883 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,260 questions
asked 2024-04-27T01:29:11.7533333+00:00
康二郎 井上 0 Reputation points
accepted 2024-04-30T09:35:55.1866667+00:00
康二郎 井上 0 Reputation points
1 answer One of the answers was accepted by the question author.

Touch keyboard changes layout when switching between WPF TextBox controls

Hi, I'm experiencing a strange behaviour in a simple WPF app running on a tablet (Surface Pro 7, Windows 10.0.19043). The UI has several TextBox controls that have InputScope=Number defined. <Window x:Class="SimpleTouchWPF.MainWindow" …

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,674 questions
asked 2024-04-28T10:37:17.14+00:00
Sergey Efremov 0 Reputation points
accepted 2024-04-30T09:34:36.39+00:00
Sergey Efremov 0 Reputation points
2 answers One of the answers was accepted by the question author.

Why is Azure DevTest Labs deploying an storage account with TLS 1.0? It is not configureable

DevTest Labs provisions a number of resources on deployment, including a storage account. Aside from not being able to set mandatory tags on any of these resources, the ultimate roadblock is that the storage account is configured with TLS 1.0 by default.…

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 DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
256 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
795 questions
asked 2024-04-29T15:34:44.85+00:00
Koen van Eijk 0 Reputation points
accepted 2024-04-30T09:34:27.4433333+00:00
Koen van Eijk 0 Reputation points
1 answer One of the answers was accepted by the question author.

Opening a Window Using Its Name

From my MainWindow I am trying to open another window knowing only its name. In my MainWindow ViewModel, I have: Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (lpClassName As String, lpWindowName As String) As…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,674 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,574 questions
asked 2024-03-26T09:29:31.52+00:00
RogerSchlueter-7899 1,216 Reputation points
accepted 2024-04-30T09:29:57.9366667+00:00
RogerSchlueter-7899 1,216 Reputation points
1 answer One of the answers was accepted by the question author.

monitoring of cloud portals

Team, we are plannign to setup monitrong for all our cloud URL eg config.office.com/exchnage portal/intune/sharepoint all in one dashbaord view please help me with API's which i can use in setting up with my application thank you

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,610 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-30T04:04:48.92+00:00
kanupriya 60 Reputation points
accepted 2024-04-30T09:12:43.0433333+00:00
kanupriya 60 Reputation points
1 answer One of the answers was accepted by the question author.

30 day challenge for security operations analyst cert module numbers inconsistent

I am doing the 30 day challenge for sc-200 Security Operations Analyst. I have done the 53 modules stated in the challenge, however, my status says 53 of 54 modules completed. I have no info how to get to the 54th module if it exists! URL:…

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,805 questions
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.
934 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
979 questions
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint: A Microsoft unified security platform for preventative protection, postbreach detection, and automated investigation and response. Previously known as Microsoft Defender Advanced Threat Protection.Training: Instruction to develop new skills.
11 questions
asked 2024-04-22T15:11:45.55+00:00
Jose Niguidula Enriquez 25 Reputation points
edited a comment 2024-04-30T09:11:04.9966667+00:00
Henry Jackson 0 Reputation points
2 answers One of the answers was accepted by the question author.

Edge SSO not working any more

Strangest thing is happening. We assign Edge (Stabile version) to our dedicated android devices with Azure AD. Yesterday version 124.0.2478.50 (247805005) of Edge AI Browser was starting to install on our devices and we ran in to a problem instantly. The…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,135 questions
Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
237 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,346 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,502 questions
asked 2024-04-29T10:51:08.1533333+00:00
Jenslöv, Niklas 0 Reputation points
commented 2024-04-30T09:07:45.5+00:00
ZhoumingDuan-MSFT 7,980 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Is it possible in Intune or Entra to audit if aovpn users successfully received a certifiate from Entra CA certificate authority.

We have set up a Always On VPN user tunnel policy in Intune. The users device goes to the Entra Conditional Access function and if it passes, they get a 1 hour certifiate from the MS VPN root CA, put into their User Cert folder. Is there a way to…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,346 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,502 questions
asked 2024-04-24T16:28:41.6+00:00
James Gledson 160 Reputation points
edited the question 2024-04-30T09:07:32.2966667+00:00
Givary-MSFT 28,061 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Communication channel between a windows app and UWP app

I have a UWP project and a Windows app (.NET 5) both installed on the same machine, which will also be the case in production. However, the UWP app is sideloaded and not installed via the Windows Store. The Windows app retrieves data by listening to a…

Universal Windows Platform (UWP)
asked 2024-04-03T10:28:43.14+00:00
IndiaMachinemart.in 0 Reputation points
accepted 2024-04-30T09:06:03.4033333+00:00
IndiaMachinemart.in 0 Reputation points
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-30T08:56:46.5+00:00
Dom 1,546 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to choose what the network option for your Azure Open AI Service that you create?

The guide does not offer information on how to deal with the network tab that comes after setting up the name and the subscription group details. Might be useful to add this section for other user who might have the same problem in the introductory…

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.
917 questions
asked 2024-04-26T02:17:45.35+00:00
Amisi Espoir 20 Reputation points
commented 2024-04-30T08:51:32.8766667+00:00
VarunTha 3,045 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Update listItem properties & Update DriveItem properties for SharePoint using MSGraphAPI

Unable to get the success response for Update listItem properties & Update DriveItem…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,610 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,647 questions
asked 2024-04-29T12:42:26.5266667+00:00
Akshith Reddy Thalla 40 Reputation points
accepted 2024-04-30T08:49:46.1066667+00:00
Akshith Reddy Thalla 40 Reputation points