18,280 questions

Sort by: Updated
0 answers

How to use the ARM (and Bicep) sourcecontrols feature with Azure Isolated Functions?

In Fall of 2023 I was able to successfully deploy in-process azure functions using the sourcecontrol feature. Now I am trying to deploy a .NET 6 isolated azure function using the sourcecontrol feature and I'm getting this error: error "This server…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,371 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.
1,002 questions
asked 2024-05-23T02:13:15.2033333+00:00
siegfried heintze 0 Reputation points
edited the question 2024-05-23T02:18:13.7933333+00:00
siegfried heintze 0 Reputation points
0 answers

How to parse SOAP XML in SQL Server and show as table

DECLARE @xml XML ='<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header /> soapenv:Body <ns0:GetListResponse xmlns:ns0="urn:Consultaurartmasiva1"…

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,882 questions
asked 2024-05-23T02:00:53.51+00:00
diego diaz 1 Reputation point
0 answers

Changing WAP&ADFS SSL certificate from a GoDaddy Issued to CA issued

Dear Guys, I am planning to decommission our Godaddy issue SSL certificate used for WAP and ADFS. Since everything is moving the cloud. I dont see the point to keep paying the old SSL certificate issued by GoDaddy. Instead I am thinking to get CA issue…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,272 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,745 questions
asked 2024-05-23T01:59:07.8966667+00:00
Namless Shelter 216 Reputation points
0 answers

ErrorSystem.NullReferenceException: 'Object reference not set to an instance of an object.' Microsoft.AspNetCore.Mvc.Razor.RazorPage<TModel>.Model.get returned null.

Hello all, I really need your help. My Controller : using Hayashi.DataAccess.Data;using Hayashi.Models; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; using…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,236 questions
asked 2024-05-22T22:37:02.95+00:00
João Machado 0 Reputation points
edited the question 2024-05-23T01:51:39.8766667+00:00
Ping Ni-MSFT 2,330 Reputation points Microsoft Vendor
0 answers

How can I sync data from a source database table without primary key to the destination database table with primary key

Hi all, If the source MS SQL SERVER 2017 database table does not have primary key but destination MS SQL SERVER 2019 database table has primary key, what is the best way or method to make both tables data in sync? Please take into consideration that…

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,882 questions
asked 2024-05-23T01:45:18.7933333+00:00
Cindy See 166 Reputation points
0 answers

Can you see other devices that are not connected to your microsoft account?

One of my microsoft accounts have been hacked, they were talking about the model of my laptop as well as my huion tablet, how do they know what device models I have if my devices are connected to this account instead of the hacked one?

Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,745 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,395 questions
asked 2024-05-23T01:43:40.6433333+00:00
Cryptyk_010 0 Reputation points
0 answers

I can't login to my account

I can't login to my microsoft account but i can logi to my azure acc but in azure i showing please retify my issue { "sessionId": "db98baaa30fd4c0cb35ca5b8ad904d4f", "errors": [ { "errorMessage":…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,896 questions
asked 2024-05-23T01:42:17.1366667+00:00
Stalin A A 0 Reputation points
0 answers

Can you see other devices that are not connected to your microsoft account?

One of my microsoft accounts has been hacked by someone and they leaked devices that were connected to a different microsoft account. I was wondering how they were able to know about the device models when it wasn't even connected to the account that was…

Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,745 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,395 questions
asked 2024-05-23T01:42:01.83+00:00
Cryptyk_010 0 Reputation points
0 answers

While creating a Communication service and ice server relay i'm getting error

Error "SyntaxError: Unexpected token < in JSON at position 0" occurred while parsing the response body - <h2>Our services aren't available right now</h2><p>We're working to restore the services

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,002 questions
asked 2024-05-23T01:36:24.9366667+00:00
Laxmanapandi B 0 Reputation points
0 answers

EvtSubscribe has strange behavior when using query criteria with EventRecordID.

When using EvtSubscribe from winevt.h referencing the example code from here with query string including EventRecord ID(e.g. "Event/System[EventRecordID>10000]", it looked like it is working as expected. However, when getting future events,…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,794 questions
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,448 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,395 questions
asked 2024-05-23T01:32:36.65+00:00
Snshadow 0 Reputation points
0 answers

SQL Server Non Clustered Index CREATE taking forever to cancel

I ran a CREATE NON CLUSTERED INDEX command for 1.5 hours. Decided to cancel it because it was stopping other things running. The command has now been running for 22 hours. What is it doing that takes so long to roll back? The table is 2 billion rows and…

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,882 questions
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
50 questions
asked 2024-05-23T00:03:03.8166667+00:00
Nick Ryan 221 Reputation points
edited the question 2024-05-23T01:30:03.58+00:00
ZoeHui-MSFT 33,386 Reputation points
0 answers

O365 Graph API call email upload attachment interface timeout

During the process of calling Graph API to upload email attachments, an occasional timeout occurred. The server is on Azure in China. Please help us find out the cause of the problem. upload start time: 2024-05-22 18:03:02 SGT upload end time: 2024-05-22…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,811 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,816 questions
asked 2024-05-23T01:27:37.0966667+00:00
Xiao, Kevin 0 Reputation points
0 answers

Cloud AP Error - AAD_CLOUDAP_E_HTTP_CERTIFICATE_URI_IS_EMPTY - What is missing from Mex?

I'm receiving a AAD_CLOUDAP_E_HTTP_CERTIFICATE_URI_IS_EMPTY error from a LsaLogonUser request with a Certificate on a smart card (Using KERB_CERTIFICATE_LOGON). I understand that a Certificate Endpoint URI is missing from the Metadata of WS-FED, but I'm…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,371 questions
Microsoft Entra
asked 2024-05-22T18:12:07.93+00:00
Merlin Avery 1 Reputation point
edited the question 2024-05-23T01:26:07.6733333+00:00
Minxin Yu 10,361 Reputation points Microsoft Vendor
0 answers

How to fix error: 'TypeError: Cannot read properties of undefined (reading 'Config')' while using the graphing module?

Hi, Whenever I have to use the graphing module across any modules involved in the data science steram of the MSA program, I always encounter the error: "TypeError: Cannot read properties of undefined (reading 'Config')". For simple plotting i…

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.
1,028 questions
asked 2024-05-23T01:08:16.47+00:00
Richard Vetticad 10 Reputation points
0 answers

Teams external access is not working

Hello    Please i need your help on this issue.   One of our 1 (nagan) she is unable to send a message to one external user (donal) and receives the message that Donal needs to accept the chat request before she can send the next message. Donal did not…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,229 questions
asked 2024-05-23T01:06:53.6266667+00:00
IniobongNkanga-8038 266 Reputation points
0 answers

A customer wants link to Tailspin Toys sample used in lab.

For: https://learn.microsoft.com/en-us/training/modules/power-bi-tableau-visuals/9-lab a customer left feedback asking for a link to the sample.

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.
112 questions
asked 2024-05-23T00:23:32.2766667+00:00
Michele Hart 0 Reputation points Microsoft Employee
0 answers

Re-activate azure subscription

I signed up a free 30 day subscription a while back and promptly got distracted by other projects. Now I've got some time I'd like to get back to this project, but the 30 days has expired and my subscription is now disabled. I am the owner of the…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,002 questions
asked 2024-05-22T23:41:43.82+00:00
Dominic Jack 0 Reputation points
0 answers

Get-QuarantineMessage only returns results for 1 day

When running any of the cmdlets below in Exchange Online, I receive results for no more than a few days. This is the primary cmdlet which only returns results for 1 day in spite of the request for the last 30 days. I don't believe it has anything to do…

Microsoft Exchange Online
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,242 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,147 questions
asked 2024-05-22T20:24:10.2233333+00:00
Demari S 0 Reputation points
edited the question 2024-05-22T23:32:00.07+00:00
Marilee Turscak-MSFT 34,631 Reputation points Microsoft Employee
0 answers

NSLOOKUP shows long reverse lookup.

Any ideas what would make this happen? 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,272 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,985 questions
asked 2024-05-22T23:29:14.77+00:00
ComputerHabit 801 Reputation points
0 answers

How to prevent audio to be sent to the default audio endpoint?

Hi, I've some audio that I would like to only be sent to a particular audio endpoint (in this case, a controller output). I basically use IMMDeviceEnumerator::EnumAudioEndpoints() to get the endpoint I want and send audio to the device buffer using…

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,448 questions
asked 2024-05-22T23:27:05.93+00:00
Wong, Irene 0 Reputation points