349,784 questions

Sort by: Created
0 answers

Proper Usage of Synapse Notebook References

I'm attempting to utilize the Azure Synapse notebook reference outlined in the documentation provided here: https://learn.microsoft.com/en-us/azure/synapse-analytics/spark/apache-spark-development-using-notebooks?tabs=preview#notebook-reference In my…

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,494 questions
asked 2024-05-30T12:13:23.6933333+00:00
Clover J 160 Reputation points
0 answers

Can I Create an Azure Function App with a Free Tier Account? What Are the Limitations?

I'm exploring Azure's services and considering using Azure Functions for a project. I'm currently on the free tier (Azure Free Account) and I have a few questions: Can I create an Azure Function App using the free tier account? If so, what are the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,408 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,502 questions
asked 2024-05-30T12:12:18.35+00:00
Aadhil Imam 30 Reputation points
edited the question 2024-05-30T12:13:31.7133333+00:00
Aadhil Imam 30 Reputation points
0 answers

Azure ML : Error when clicking Train Model and visualise

I’ve created a model using a two class decision forest. I would like to get a visualisation of my decision tree but i get an error when I click train model -> visualisation.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,622 questions
asked 2024-05-30T12:11:40.9266667+00:00
Meg Sadasya 0 Reputation points
0 answers

By using apply command on terraform, unable to create container

I was trying to create resources under the resource group one by one so I was not having any issues but same thing when I tried creating the resources all at once using the "depends on " in terraform, I am unable to apply. after writting…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
296 questions
asked 2024-05-30T12:09:51.2933333+00:00
Amit Anand 0 Reputation points
0 answers

ASR failback failed with Error ID 539 & Error ID 151192

I have failed over MS Exchange Mailbox Server in a VM and Edge server in another VM to another Azure region using Azure Site Recovery. When I tried to fail back to the initial region, Re-Protect operation failed with Error ID 539 and Error ID 151192. …

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,123 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,305 questions
Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
648 questions
asked 2024-05-30T12:08:04.4933333+00:00
Saravanan Subbaiah 0 Reputation points
0 answers

How to compare two dates in ADF to see which is greater?

Hi there, I am using Azure Data Factory to compare two dates (one is stored in a string variable and one its utcnow) and I need to know when the utcnow is greater than the date in the stored string variable. Both are just dates no timestamps I looked at…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,788 questions
asked 2024-05-30T12:03:14.8966667+00:00
Mike Langlois 5 Reputation points
0 answers

جلب الحبيب بالإرسالات☑️𝐎0𝟐-01̾0.2𝟳0𝟑9̾.25̾4̾☑️ جلب الحبيب خلال ساعة**"# Microsoft Office

ما هى إدارة التوقعات العادية والمرتبطة من غير جاوى micy?

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,958 questions
asked 2024-05-30T12:02:57.16+00:00
Gredfv 0 Reputation points
0 answers

https://graph.microsoft.com/v1.0/devices?$filter=registrationDateTime not working

Hi, I am trying to build an automated flow which runs daily in the early hours of the morning that uses a excel table to run specified HTTP requests for sign ins by newly registered devices and alerts us by email with the results to check in the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,893 questions
asked 2024-05-30T12:02:29.9766667+00:00
0 answers

How to transfer my certifcates from 1 account to another because i havent used 1 account for a long time

How can i transfer 2 certificates from an account i do not have the login info anymore to my personal one wich i use often. And how do i disconnect my old account from certiport so that i can connect my personal with it.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,910 questions
asked 2024-05-30T11:57:31.4566667+00:00
Louniss Ben Hammou 0 Reputation points
0 answers

removable drive seen in debbugger although i filter it.

hi, i used this code and i see removable drive in debugger, why? DriveInfo[] drives = DriveInfo.GetDrives(); drives = drives.Where(drive=> drive.DriveType != DriveType.Removable && drive.DriveType != DriveType.CDRom).ToArray(); Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,004 questions
asked 2024-05-30T11:56:43.41+00:00
Dani_S 2,906 Reputation points
0 answers

Migrating from Azure Media Service, with same URI's

I've just read the mail about AMS going down on June 30. We have a lot of HLS URIs which are hardcoded into multiple clients and now that we need to migrate to a new service, I'm afraid that the URIs will change and that our clients will become…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
308 questions
asked 2024-05-30T11:56:33.6166667+00:00
Thor Bilsby 0 Reputation points
0 answers

Call API with dynamic URL and store JSON results in DataLake Storage

I am trying to make implement the following scenario using Data Factory: I am making multiple API calls, relying on a dyanmic URL (e.g. "url.com/api/{ID}" for a list of IDs). The resulting JSON from each of the API calls should be stored as a…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,377 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,788 questions
asked 2024-05-30T11:55:42.17+00:00
Lucas Kluge 0 Reputation points
0 answers

How to deploy prompt flows created in Azure AI Studio using a compute cluster(or a single compute instance)?

I want to call my prompt flows as endpoints and using Azure AI studio, this would require each flow to have its own compute instance in order to deployed as a real time endpoint. This would incur a lot of cost. In the linked post below, I've found that…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,622 questions
asked 2024-05-30T11:53:59.9666667+00:00
Das Gupta, Abhijeet 55 Reputation points
0 answers

How to avoid using setext in markdown output?

I'm running a document through Azure DI and then trying to split the markdown on headers, but I'm getting setext headers in the output, like so: <!-- PageNumber=\"i | Page\" --> EXECUTIVE SUMMARY === The purpose of this evaluation is to…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,450 questions
asked 2024-05-30T11:53:12.4033333+00:00
Sean Walsh 50 Reputation points
0 answers

Helper folders in MAC

Hi, I need for my app in mac some helpers folders to : 1.for log file 2.for dwnload files .... where to put them ? I nee absoulth path for them to read from code of mac app. Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,004 questions
asked 2024-05-30T11:52:15.06+00:00
Dani_S 2,906 Reputation points
0 answers

Mac cursor on button

Hi, In window I did this code and is not working on MAC. How do i fix it ? Thanks, Microsoft.Maui.Handlers.ButtonHandler.Mapper.AppendToMapping("Custom", (handler, view) => { ```#if WINDOWS using Microsoft.UI.Input; using…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,004 questions
asked 2024-05-30T11:48:07.2133333+00:00
Dani_S 2,906 Reputation points
0 answers

Bootloader won't load anymore on start-up

I recently installed Linux on my system and everything was functioning well until I updated it, and now Grub is no longer working. Consequently, the bootloader is non-functional. Is there a way to fix this?

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.
860 questions
asked 2024-05-30T11:43:37.3+00:00
Neil Sen Easow 0 Reputation points
0 answers

Enterprise system apps can't be opened from Managed Home Screen

Hello. I have added 'Google Play Store' as an Enterprise system app in Intune (See 1st picture). I have after that added the app to the kiosk configuration (Se 2nd picture). The app is showing on the Managed Home Screen, 2nd page (Se 3rd picture). I have…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,503 questions
asked 2024-05-30T11:38:15.4966667+00:00
Benjamin Kokholm Broen 50 Reputation points
0 answers

SAML Authentication issue

Hello Concerned Team, We're trying to implement SAML authentication with azure for our on-premise application hosted through IIS. We are facing the following error as attached resulting in failure of our SAML implementation, hence we need support in its…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,910 questions
asked 2024-05-30T11:36:02.9033333+00:00
Rajeev Gera 0 Reputation points
0 answers

On my windows 11 pc laptop notebook my optimize and defragment drive is not working when I click on it nothing happens

On my windows 11 pc laptop notebook my optimize and defragment drive is not working when I click on it nothing happens

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,470 questions
asked 2024-05-30T11:33:24.0333333+00:00
Luke Ferguson 46 Reputation points