Being charged for update management even though I have disabled it
I like many others, seem to have been caught out by Azure Update Management becoming a paid feature after it came out of preview. I got stung by an unexpected bill, and have since deleted update management in my resource group for my handful of Arc…
What is actually included in the Founders Hub Credits? Bing Search API? Azure AI?
So, I have been using Azure Storage and VMs with my credits. I have need to use other services as well. One of which is Bing Search API and another is Azure OpenAI I have difficulty differentiating what is part of Marketplace services and what is…
SSRS 15.0.8760.20928 causes errors in data driven subscriptions
My Server SSRS 2019 was upgraded with a windows update to version 15.0.8760.20928 The SSRS Wed looks completely different, but that's OK (I don't like the new look but that's just me :)) I tried to change a Data driven subscription, and I get the below…
Unable to Remote into Azure VM
Attempted to connect to our VM web server as I have many times prior, this time credential error were displayed. A successful attempt was made just 2 days prior, so credentials should have been fine. Not sure exactly what happened, I am presuming the…
Network Error when deploying from Azure OpenAI Studio to Copilot Studio
Azure AI Studio deployment to Copilot Studio , during the wizard i am facing this issue "Network Error"
How can I automate adding RSS feeds to Outlook for multiple users?
Hi everyone, I need to deploy a standard set of RSS feeds to each user’s Outlook client. Manual import of the OPML file is feasible but time-consuming, and ideally, I’d like a more automated solution. Requirements: Solution must work in Office 2016…
Transpiling to IonQ from Qiskit
Hello, I just have a quick question regarding the Qiskit initialization method. It takes a pretty long time ~1min to transpile my 10q circuit to IonQ backends, as opposed to the ~1s for ibmq backends. Does anyone know of better native IonQ implementation…
Machine Learning Studio - prepare_image step fails when deploying real time inference endpoint
I am using Azure Machine Learning Studio. In the UI, I define a pipeline in a designer. I train model by pressing Configure and Submit, I only change compute instance to mine and I set a name. Then in the pipeline's menu, I choose Create Inference…
Attempting to align contents of GridView cells on ASP.NET Web Forms
Hello, I am attempting to align the contents of GridView cells on ASP.NET Web Forms, but I am encountering an issue where the GridView header is not aligning as expected. Here is how it looks in the image below What steps can be taken to resolve this,…
Issues with Web Front End app for background PS scripts with PS remoting inside
Hi, I have issues with Web Front End app (running on IIS) for background PS scripts with PS remoting inside: $session = New-PSSession -ComputerName dcName -ConfigurationName DomainAdmins Invoke-Command -Session $session -ScriptBlock {...} …
How do i fix clock_watchdog_timeout BSOD and whea_uncorrectable_error
For about a year now i occasionally a BSOD (from the title specifically). This only happens when i try to run games such as fortnite which requires a lot of ram. I get one BSOD. ok. 2. 3. 4. They keep stacking to the point where i cant even run it.…
MFA works with portal.azure.com but not entra.microsoft.com
When I use MFA for my admin account, it works with M365 and other places like portal.azure.com, but it doesn't work when I try to go to entra.microsoft.com. I get a message that says You didn't enter the expected verification code. Please Try again.…
Azure ML | Export Data from Azure MLTable to SharePoint List
Hello, I have processed data in a Azure ML table which gets updated via PromptFlow periodically. How can I export this Azure MLTable to a SharePoint List? Thank You, Avni Bhatt
Capabilities of Microsoft Defender
I'm studying the capabilities of Microsoft Defender, particularly the version pre-installed on personal laptops. I'm curious to know if Microsoft Defender provides sandbox detection, heuristic analysis, and behavioral detection by default. How…
Visual Studio 2022 is not working (not responding)
Hello i just installed visual studio 2022 but it is not working. After i create a project or load one while its still loading it stays on not responding. Even after waiting a long time it still stays like that, if i try using my pc then it crashes. I…
Connecting to SFTP Source in App Fabric using SSH Private Key
I'm trying to establish a connection to an SFTP source in Azure App Fabric, but I'm encountering a roadblock. While Azure Data Factory offers various authentication methods like SSH and Basic, I haven't found similar options in App Fabric. Options…
How to use a private key to connect to an SFTP datasource in AppFabric?
I am creating my first data factory in app fabric. One feature I found missing is that I cannot connect to a SFTP source unless, I have basic authentication. In the previous version of Azure Data Factory, I had an option of selecting the authentication…
How we can extract Oracle eloqua bulk api objects using Oracle Eloqua Connector in adf
We want to ingest activities data from eloqua to snowflake using Oracle Eloqua Connector but we can't see activities table. But we are able to ingest activities data from eloqua bulk api. What is the reason?
BindingNavigator events
Hi Relatively new to C#. I have added a BindingNavigator in code using: private readonly BindingNavigator BN = new(true); Everything works fine and all the common BindingNavigator controls function correctly. I added it in code, and set a few…