349,776 questions

Sort by: Updated
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,911 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,787 questions
asked 2024-05-30T11:55:42.17+00:00
Lucas Kluge 0 Reputation points
2 answers

IIS Logs cleanup

We have IIS in exchange 2019 server and logs are stored in the C:\inetpub\logs\LogFiles\W3SV2, but we are cleaning up the logs every 9 month as it is utilizing the more space, while talking to my senior I came to know that IIS itself had settings for…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,320 questions
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,408 questions
asked 2024-05-30T09:07:39.2833333+00:00
Nandan NK 50 Reputation points
answered 2024-05-30T11:54:43.22+00:00
MotoX80 32,326 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,621 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
1 answer

How to fix the exception System.Net.Http.HttpRequestException: The SSL connection could not be established

we have SignalR and SignalR.Client libraries used in our project to establish the connection between the client and the server. The services are .NET applications and the client is a mobile application which is also a .NET application. I am got the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,474 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,249 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,325 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
124 questions
asked 2024-05-29T11:57:56.0666667+00:00
Singh, Sheetal 0 Reputation points
commented 2024-05-30T11:51:25.3033333+00:00
AgaveJoe 26,246 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

ADF Data Flows Flatten nested json array values are being populated as null

Hi All I am building a data transamination with ADF data flow using a nested json array of objects , but after parse and flatten the json node itOffer.item.LeadOfer.zdeal.item[].dealNumber I am seeing that the column values are populated as null . I…

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,493 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,981 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,787 questions
asked 2024-05-30T11:06:56.13+00:00
venkat rao 45 Reputation points
commented 2024-05-30T11:47:26.8266667+00:00
venkat rao 45 Reputation points
0 answers

How to access Azure SQL Database which is connected with Azure Static Web apps from Next.js?

Hello, I deployed a Next.js app to Azure Static Web apps, and connected to Azure SQL Server via Azure Portal. and I tried to use it as explained at…

Azure SQL Database
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
786 questions
asked 2024-05-29T13:29:47.4733333+00:00
Jihoo Byeon 0 Reputation points
commented 2024-05-30T11:47:24.5066667+00:00
Jihoo Byeon 0 Reputation points
2 answers

How can I effectively share USB devices over Ethernet on a remote network?

What are the best practices for sharing USB over ethernet to connect devices like a 3D printer and a webcam in challenging environments, such as long distances and a lot of walls? Most solutions I've tried either have connectivity issues, are too…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,470 questions
asked 2024-05-29T06:53:03.2066667+00:00
Kerry Bills 6 Reputation points
answered 2024-05-30T11:44:46.38+00:00
NickFV 0 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

Will the recent announcement regarding the retirement of the "Bing Maps for Enterprise" service affect the functionality of our XAML Map Control in UWP

Our UWP App employs the library Windows.UI.Xaml.Controls.Maps for showcasing maps. The Xaml map control is equipped with in-built Bing Map support. Therefore, will this announcement have any influence on the operational capabilities of the map control?

Universal Windows Platform (UWP)
Windows Maps
Windows Maps
A Microsoft app that provides voice navigation and turn-by-turn driving, transit, and walking directions.
250 questions
asked 2024-05-28T11:07:19.4633333+00:00
Lokender Tiwari 0 Reputation points
commented 2024-05-30T11:42:57.1133333+00:00
Lokender Tiwari 0 Reputation points
1 answer

How to introduce Like and Unlike option on SharePoint server 2019 on-premises News Post Page?

I have created a Modern Communication Site Collection, Created several News Posts. I need to introduce a Like/Unlike function for every News Post page. My site visitors should be able to Like/Unlike. There must be a means to capture all Likes as well.…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,582 questions
asked 2024-05-29T08:01:37+00:00
Mohamed Riyaz M 41 Reputation points
edited the question 2024-05-30T11:42:43.5233333+00:00
Mohamed Riyaz M 41 Reputation points
0 answers

HttpResponseError: Operation returned an invalid status 'Forbidden' when creating search index using Azure AI SearchIndexClient()

I've followed a post(link below) in which the same issue was faced while creating a search index. https://learn.microsoft.com/en-us/answers/questions/1640592/error-when-creating-azure-ai-search-index-with-rol index = SearchIndex(name=index_name,…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,621 questions
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
763 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,459 questions
asked 2024-05-21T11:10:34.2066667+00:00
Das Gupta, Abhijeet 55 Reputation points
commented 2024-05-30T11:42:28.5966667+00:00
Das Gupta, Abhijeet 55 Reputation points
0 answers

503 service unavailable - keeps repeating

Hi, Service: OpenAI service, using chat completions. Region: Sweden Central Scenario: When making a request it consistently tells me a 503 Service Unavailable error. This started happening since an hour. Only occasionally it does come through…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,325 questions
asked 2024-05-30T10:36:29.21+00:00
Dirk Broenink 105 Reputation points
commented 2024-05-30T11:42:16.6733333+00:00
Dirk Broenink 105 Reputation points
0 answers

how to optimize costs per request azure openai gpt-4o

Hi, I'm using the following to chat with an image and given prompt: response = client.chat.completions.create( model='gpt-4o-2024-05-13', messages=[ {'role':'system','content':'You are a helpful assistant'}, …

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,325 questions
asked 2024-05-30T10:03:19.7833333+00:00
Ya Tl 0 Reputation points
edited the question 2024-05-30T11:41:07.6866667+00:00
SadiqhAhmed-MSFT 39,321 Reputation points Microsoft Employee
1 answer

如何打開無法開啟的封包檔案

因離線安裝檔中有封包無法開啟進行各別掃描,這邊想請問如何將無法開啟的封包打開以便進行掃描

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,717 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
980 questions
asked 2024-05-27T08:46:13.7+00:00
華 沛 0 Reputation points
edited an answer 2024-05-30T11:40:39.65+00:00
華 沛 0 Reputation points