362,993 questions

Sort by: Updated
1 answer

User can't rdp to a computer with his AzureAD account, but i can with mine

One of my user need to rdp from a computer to another, both of the computer are in the same AzureAD domain and he can directly connect to both of them with his account. But if he use the remote desktop app, an error "login attempt failed"…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,624 questions
asked 2024-07-26T06:29:09.1666667+00:00
edited the question 2024-07-26T09:25:15.5933333+00:00
RDash 1,580 Reputation points Microsoft Vendor
0 answers

Im losing Azure credits for using Azure MySQL database without exceeding the limits

Hi, I recently setup an Azure MySQL database and it said that it is free to use up to a certain amount like: compute: Free upto 750 hours storage: Free upto 32 GB And as u can see in the below image, my usage limit hasn't exceeded at all. But for some…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
835 questions
asked 2024-07-26T09:24:59.4033333+00:00
Siddhesh Sreedar 45 Reputation points
1 answer

CPP -- error CS5001: Program does not contain a static 'Main' method suitable for an entry point

Hi, Getting this error on a C++ application: error CS5001: Program does not contain a static 'Main' method suitable for an entry point: Tried adding this: (no luck...) public static void Main() { }

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,635 questions
asked 2024-07-25T09:47:57.83+00:00
commented 2024-07-26T09:24:58.6933333+00:00
David Lowndes 2,510 Reputation points MVP
2 answers

Exchange connector Autodisover not set but SCSM try always use it

Dears,      when I try to set Exchange connector 4.1 in SCSM2019, with correct tenant and client, an error message appear: Exchange Connector: Unable to validate credentials, please refer to the event logs for more information (Error…

Service Manager
Service Manager
A family of System Center products for managing incidents and problems.
215 questions
Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
906 questions
asked 2024-07-25T11:55:03.58+00:00
viliamm 0 Reputation points
answered 2024-07-26T09:24:32.6+00:00
viliamm 0 Reputation points
1 answer

Is it possible to generate a sharing link for SharePoint through the Graph API that is "People with existing access"?

Is there a way, using the Graph API to create the same kind of link as you would if in SharePoint, you select Copy Link and then "People with existing access"? I was reading through the documentation of for Create a sharing link for a…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,443 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,289 questions
asked 2024-06-13T14:53:13.6+00:00
Daniel Troyano 0 Reputation points
edited a comment 2024-07-26T09:24:08.8933333+00:00
Ingrid 0 Reputation points
1 answer

Why does MSExchangeHMWorker.exe use clearTex and how can I solve this issue?

Why does MSExchangeHMWorker.exe use clear Texen and how can I solve this issue? This log is related to this service: LogName=Security EventCode=4624 EventType=0 ComputerName=******* SourceName=Microsoft Windows security…

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,500 questions
asked 2024-07-24T13:00:32.6733333+00:00
fahimeh firouzbakht 0 Reputation points
commented 2024-07-26T09:22:26.2666667+00:00
Jake Zhang-MSFT 3,510 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Azure App Service doesnt update the UI after pushing the latest docker image

Hi, so I made just a simple HTML change to my code i.e replace an image. The image is currently placed in the directory and I checked locally and the changes show up. I then pushed it to my GitHub repo which automatically starts the deployment pipeline…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,405 questions
asked 2024-07-13T17:04:44.7666667+00:00
Siddhesh Sreedar 45 Reputation points
accepted 2024-07-26T09:21:15.7866667+00:00
Siddhesh Sreedar 45 Reputation points
1 answer

How to identify custom settings before a CU upgrade?

I am preparing to update the latest CU. The instructions warn of backing up customized config files. Since I didn't set our server up originally, I really don't know how much customization has been done or where to look. Is this something you can help…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,194 questions
asked 2024-07-23T18:13:34.0866667+00:00
Arthur Wilson 0 Reputation points
commented 2024-07-26T09:20:37.9733333+00:00
Jake Zhang-MSFT 3,510 Reputation points Microsoft Vendor
0 answers

Point-to-site configuration failed

Hi, when trying to configure a P2S VPN, I get the following: Deployment validation failed. Additional details from the underlying API that might be helpful: The template deployment 'Microsoft.Network-20240726082904' is not valid according to the…

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,461 questions
asked 2024-07-26T07:46:49.9+00:00
Gary Patchcott 0 Reputation points
commented 2024-07-26T09:19:47.4533333+00:00
Gary Patchcott 0 Reputation points
4 answers

Exclude users from dynamic group via memberOf

Hi, I want to create a Dynamic group that includes all active users except once that are within group X Background: I have a SaaS App where I'm using SCIM for provisioning. The whole Organization will get a "default" user role assigned. Users…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,624 questions
asked 2024-07-24T12:49:11.8733333+00:00
Winter, Daniel 0 Reputation points
commented 2024-07-26T09:19:39.2066667+00:00
Winter, Daniel 0 Reputation points
1 answer

File permissions precedence

Hi, By setting , via Win32 API , following permissions on a file Everyone group : deny GENERIC_READ , GENERIC_WRITE , GENERIC_EXECUTE Onwer User : allow GENERIC_READ , GENERIC_WRITE , GENERIC_EXECUTE then , when trying to acces to file ( i.e.…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,521 questions
asked 2024-07-24T18:12:09.3266667+00:00
Jean-Pierre Ribeauville 60 Reputation points
commented 2024-07-26T09:18:39.36+00:00
Jean-Pierre Ribeauville 60 Reputation points
0 answers

whitespace query mystery

I am trying to identify ‘mismatches’ between a table of valid email addresses, and an employees table with an email address column. I’ve just been using the standard ‘find unmatched query wizard’ in Microsoft Access which has identified several…

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.
4,358 questions
Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,478 questions
Access
Access
A family of Microsoft relational database management systems designed for ease of use.
342 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
859 questions
asked 2024-07-26T08:27:49.12+00:00
crib bar 781 Reputation points
edited the question 2024-07-26T09:18:31.4333333+00:00
crib bar 781 Reputation points
3 answers One of the answers was accepted by the question author.

SQL Server 2022 - Launchpad - how to eliminate errors in the logs "Failed to delete directory..."

Hi, I'm unable to find a solution to this anywhere and I'm desperate. Perhaps someone faced a similar issue and managed to find a solution. I'm running out of hairs on my head to pull them out. I got installed SQL Server 2022 with latest CU on Windows…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,354 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,634 questions
asked 2024-07-25T08:45:40.51+00:00
RandomGuy123 0 Reputation points
edited a comment 2024-07-26T09:17:25.5266667+00:00
RandomGuy123 0 Reputation points
0 answers

Navigation.PopAsync() is giving Java.Lang.IllegalArgumentException: 'No destination with ID 57 is on the NavController's back stack. The current destination is Destination(0x6) class=crc6452ffdc5b34af3a0f.NavigationViewFragment'

Hi, I have pushed a page into navigation stack using private async void OnAddDeviceTapped(object sender, EventArgs e) { Devices = new ObservableCollection<Test.Model.DeviceInfo>(_dbContext.GetAllDevices()); var addDevicePage = new…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,228 questions
asked 2024-07-22T10:11:21.8366667+00:00
dedeepya yarlagadda 40 Reputation points
commented 2024-07-26T09:16:40.7333333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 39,391 Reputation points Microsoft Vendor
0 answers

Instagram verification code and old phone crashed

I set up the verification code via MS Authenticator for my Instagram account. However, my cell phone crashed. Because of this I had to buy a new mobile. Transferring the data from one mobile to the new one wasn't possible. Now I want to get on my…

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.
6,144 questions
asked 2024-07-26T09:15:03.22+00:00
vitcom 0 Reputation points
0 answers

vHUBs in West Europe and North Europe with NVAs using static routes. WE works and NE fails

I have an express route created and connected to a vHUB in West Europe. This hub has an integration to NVA - Palo Alto FW, traffic is routed using static routes. Everything works well for the traffic traversing from Azure to on prem and vice versa. Now,…

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,308 questions
Azure ExpressRoute
Azure ExpressRoute
An Azure service that provides private connections between Azure datacenters and infrastructure, either on premises or in a colocation environment.
344 questions
asked 2024-07-24T11:50:38.5333333+00:00
Vinit Bassi 0 Reputation points
commented 2024-07-26T09:14:32.1533333+00:00
KapilAnanth-MSFT 41,491 Reputation points Microsoft Employee
1 answer

How to migrate resources from one subscription to another (in different tenants)

We have a app service in msft tenant. However we now migrating to Torus tenant, where we have another subscription. Is it possible to migrate the app service from original subscription (in msft tenant) to the new subscription (in Tours tenant). we have…

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
760 questions
asked 2024-07-26T07:54:03.78+00:00
Itish Agarwal 0 Reputation points Microsoft Employee
edited the question 2024-07-26T09:14:15.38+00:00
RDash 1,580 Reputation points Microsoft Vendor
1 answer

Require arm template to start and stop synapse pipeline triggers while deploying the artifacts in CI CD.

Hi, I need arm template to start and stop synapse pipeline triggers while deploying the artifacts in CI CD.

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,694 questions
asked 2024-07-23T19:43:38.7966667+00:00
Polamuri Krishna Chandra 0 Reputation points
commented 2024-07-26T09:13:30.6+00:00
Smaran Thoomu 12,620 Reputation points Microsoft Vendor
0 answers

Installing IBMi Access Driver on Azure Data Factory Integration Runtime

Hello, I've been trying to install the Windows version of the IBM i Access Driver on a Data Factory Integration Runtime through adding a script (main.cmd) and the desired installer in a Blob Container This script seems to work perfectly locally but when…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,188 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,525 questions
asked 2024-07-24T07:19:18.0966667+00:00
Alexandru Moise 0 Reputation points
commented 2024-07-26T09:11:56.3333333+00:00
Smaran Thoomu 12,620 Reputation points Microsoft Vendor
0 answers

How to get a variable value from library in a yml file and pass it as a parameter to other yml file

We need to get a value for particular variable from azure devops library and pass that value as a parameter to another yml pipeline code. Pls help, we are stuck here, as this is not working.Even we are able to fetch the value and can print it in the main…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,886 questions
asked 2024-07-26T09:11:26.01+00:00
Rajasekar, Vinothini 0 Reputation points