345,152 questions

Sort by: Updated
0 answers

salesforce V2 connector issue

Hello, I am using the salesforce v2 conector in the copy activity. the copy activity fails with the salesforce v2 but If I switch back to the old one, the copy activity is sucessful. Is there any known issue with the salesforce v2?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,643 questions
asked 2024-05-10T18:16:31.92+00:00
kai 0 Reputation points
2 answers

How can AKS cluster which has multiple managed identities access helm charts in ACR

I have a AKS cluster with Azure Flux-Extension. The cluster has multiple managed identities for various purposes. The cluster needs to access the ACR to pull the helm charts in it. I am getting an errors in Flux source-controller showing below. …

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
398 questions
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,877 questions
asked 2024-05-09T21:13:26.63+00:00
Yu, Gary 0 Reputation points
answered 2024-05-10T18:15:32.0466667+00:00
Yu, Gary 0 Reputation points
1 answer

How do I get my Sandbox to be accessible if it wont load?

I was able to do the first few exercises in the Sandbox but for the past 3 days, I haven't been able to start it. I verify my account, then get a black box that just says "Configuring Cloud Shell for sandbox access....". Stays like that…

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.
971 questions
asked 2024-05-10T17:26:49.62+00:00
BL Smith 0 Reputation points
answered 2024-05-10T18:14:55.8366667+00:00
aatheeque 1,635 Reputation points Microsoft Vendor
1 answer

How costs or charges are being calculated of Azure resources like VNet, Bastion, IPs etc as I am seeing cost is increasing even after VM's are turned off and are not active?

How costs or charges are being calculated of Azure resources like VNet, Bastion, IPs etc. as I am seeing cost is increasing even after VM's are turned off and are not active? Do we need to delete the underlying resources or services which were created…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,075 questions
asked 2024-05-10T08:06:09.77+00:00
Mytoast Admin 135 Reputation points
commented 2024-05-10T18:14:44.57+00:00
Mytoast Admin 135 Reputation points
0 answers

Acceptable use regarding utilizing Azure services to perform penetration testing

I've been trying to find guidance regarding acceptable use of Azure services to perform penetration testing activities against systems external to Azure that have been approved by a client. I've seen this question asked before, but doesn't appear there…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,194 questions
asked 2024-05-10T18:13:42.1433333+00:00
cmiller 0 Reputation points
edited the question 2024-05-10T18:14:08.99+00:00
cmiller 0 Reputation points
0 answers

Publish an application with NTLM authentication

Hello, Azure has an authentication application that is configured to use the NTLM AD provider. This is a virtual machine with IIS and users logged into the domain transparently open the site without authentication. We would like to protect applications…

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
587 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
964 questions
Azure Web Application Firewall
asked 2024-05-10T18:04:38.6366667+00:00
Mountain Pond 1,221 Reputation points
edited the question 2024-05-10T18:11:54.57+00:00
Mountain Pond 1,221 Reputation points
1 answer

How to manage large files in durable app

I have created a http trigger azure function to unzip files from local storage. But the files to be zipped might be small and take few seconds and as large as 10 gb which might take 15 to 20 minutes doing the same. So without switching the plan from…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,321 questions
asked 2024-05-07T04:20:46.2733333+00:00
Ram Lakha 0 Reputation points
answered 2024-05-10T18:11:19.2233333+00:00
LeelaRajeshSayana-MSFT 13,546 Reputation points
1 answer

WHEA-Logger says Fatal Hardware Error Occurred

Hello, I've been having a persistent error where my computer crashes when it's put to sleep. In the event viewer, I see the following fatal error but haven't been able to debug it. Any help would be appreciated. Thank you! System specs: RAM: 64.0 GB…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,697 questions
Windows Hardware Performance
Windows Hardware Performance
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.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,551 questions
asked 2024-05-09T22:43:44.5666667+00:00
Christopher Alex 0 Reputation points
edited a comment 2024-05-10T18:11:12.8533333+00:00
Christopher Alex 0 Reputation points
0 answers

OneDrive Embed code NOT WORKING???

Hi, All of a sudden over the last week, the embed code has changed and no longer is including a src. As seen in the picture below, it is using src="? which is clearly a bug. I have cleared browsing data and cache, and have even generated a new link…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
840 questions
asked 2024-05-10T18:10:14.5766667+00:00
Ryan Rude 0 Reputation points
1 answer

Why am I receiving 405s from a `Get Messages` endpoint specified in the API documentation?

https://learn.microsoft.com/en-us/graph/api/message-get?view=graph-rest-1.0&tabs=http This page in the documentation (updated 03/15/2024) specifies an endpoint to receive the MIME content of a message. When using this endpoint on Postman, I receive…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,712 questions
asked 2024-05-10T14:37:14.7233333+00:00
Jon Schipp 1 Reputation point
answered 2024-05-10T18:10:05.8966667+00:00
CharanyaB-MSFT 1,421 Reputation points Microsoft Vendor
3 answers

Define Thread

Hello, In this code: Dim ThreadBlah As New Thread(AddressOf BlahThread) vs Dim ThreadBlah As New Thread(New ParameterizedThreadStart(AddressOf BlahThread)) ThreadBlah.Start Private Sub BlahThread(ByVal InParam As Object) ... End Sub I can define…

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,306 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,580 questions
asked 2024-05-10T15:08:53.2166667+00:00
StewartBW 325 Reputation points
answered 2024-05-10T18:09:31.14+00:00
Dewayne Basnett 1,116 Reputation points
0 answers

Synape managed private endpoint is in refreshing state

Hello, In synapse studio managed private endpoints stuck in refreshing state. Do you know what is causing the issue here?

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,422 questions
asked 2024-05-10T18:09:28.9333333+00:00
kai 0 Reputation points
0 answers

OneDrive Embed code NOT WORKING??

Hi, All of a sudden over the last week, the embed code has changed and no longer is including a src. As seen in the picture below, it is using src="? which is clearly a bug. I have cleared browsing data and cache, and have even generated a new link…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,496 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
840 questions
asked 2024-05-10T18:09:19.3433333+00:00
Ryan Rude 0 Reputation points
1 answer

Need to configure Report to check daily backup, patch and Reboot status for azure virtual machine using Powershell script

Need to configure Report to check daily backup, patch and Reboot status for azure virtual using Powershell script

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,134 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,194 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,389 questions
asked 2024-05-10T17:57:15.4233333+00:00
Himanshu Garg 0 Reputation points
edited an answer 2024-05-10T18:09:07.36+00:00
Himanshu Garg 0 Reputation points
2 answers

Issue creating ASP.NET Core web application in Visual Studio 2022

I'm having trouble creating a new ASP.NET Core web application project in Visual Studio 2022. I've tried creating a new project using the built-in templates, but when I do so, nothing appears in the solution that was created, even though the project…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,207 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,641 questions
asked 2023-02-18T15:14:52.12+00:00
sahar rst 10 Reputation points
commented 2024-05-10T18:07:47.8433333+00:00
Justin Fuller 0 Reputation points
0 answers

Why is my video washed out in Teams, but not other software?

When using MS Teams my video is washed out, every call any lighting. Specifically, my face is washed out and bright white. This is only in Teams, not Zoom or Slack. I use a Logitech 1080 HD camera. I've tried adjusting the two video settings in Teams but…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,153 questions
asked 2024-05-10T18:07:22.67+00:00
Jeff Schaefer 0 Reputation points
0 answers

I have an excel spreadsheet I own based on a query connect to a SharePoint list I own but it will not refresh!

I have an Excel spreadsheet I created from a query connection to a SharePoint list I own but when I open the spreadsheet on my Mac Excel desktop app it will NOT refresh the data in the connection? I get the following error: A connection to the SharePoint…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,496 questions
asked 2024-05-10T18:06:54.92+00:00
Jay Croyle 0 Reputation points
0 answers

How to check where I use "the 2017-03-01-(GA) API of Container Registry. "

Hi, I just received communication from Microsoft stating, "You're receiving this email because you currently use the 2017-03-01-(GA) API of Container Registry." for one of the subscriptions owned by the Company. I found nothing in the…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
398 questions
asked 2024-05-10T12:16:02.6366667+00:00
EAPITADMIN 0 Reputation points
commented 2024-05-10T18:05:18.1766667+00:00
kobulloc-MSFT 23,571 Reputation points Microsoft Employee
1 answer

How to have two microsoft accounts co-exist on Mac?

I have a Microsoft account through my college, and my job recently switched over to have us sign in through a microsoft backed account. Now, on safari, I cannot access them both without clearing cookies every single time. This is a large issue, as I use…

Office Mac
Office Mac
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Mac: A family of Apple personal computers that run the macOS operating system.
463 questions
asked 2024-05-10T15:00:26.42+00:00
Olivia Lockrow 0 Reputation points
answered 2024-05-10T18:02:47.0633333+00:00
John Korchok 4,936 Reputation points
2 answers

How to fix Video Scheduler Internal Error (BSOD)

Hello, my laptop has been freezing and entering the BSOD when using the browser and some games. I tried a clean install of my graphics card and it still has the error. All drivers updated. I've been trying to fix it for 2 months. My laptop is a Lenovo…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,275 questions
asked 2024-05-10T09:41:32.4566667+00:00
Keneth 0 Reputation points
edited an answer 2024-05-10T18:01:23.9233333+00:00
Docs 15,146 Reputation points