18,340 questions

Sort by: Updated
0 answers

How to check if a SignalR Active Connection is still active or not within .Net8 Isolated SignalRTrigger Azure Function App

Earlier we were using InProcess and hence we had a refrence of InvocationContext which was working fine to check if the signalR connection is active or not to perform our own business logic. The same snippet follows below. if (await…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
123 questions
asked 2024-05-27T09:46:49.5266667+00:00
Sathasivam, Logesh 0 Reputation points
edited the question 2024-05-27T12:12:47.18+00:00
Sathasivam, Logesh 0 Reputation points
0 answers

Azure B2C claims such as UPN, Surname and GIvenName not returned

We have an Azure B2C solution setup to authenticate our joint venture partners that are using Azure and Ping in their organization. We are using OpenID Connect for both Azure and Ping to sign-in users. For both Azure (including our own organization)…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,860 questions
asked 2024-05-27T12:09:16.68+00:00
Parekh, Bijal 0 Reputation points
0 answers

Will the Azure App continue working when changing the publisher name?

Hey, I have a question regarding changing the publisher name of an already published app in Microsoft Azure, under the App registration menu. The app is one that users give consent to (similar to logging in with Outlook). On the partner canter, it says…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
210 questions
Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
890 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,045 questions
asked 2024-05-24T11:00:24.8066667+00:00
Eraldo Forgoli 0 Reputation points
edited the question 2024-05-27T12:08:06.34+00:00
Eraldo Forgoli 0 Reputation points
0 answers

DISM Error 0x800f081f

Hi all, I'm having problems to update some Windows server 2022... When I try to restoreimage I always have the following error: Windows couldn’t find the required files to complete the requested changes. Make sure you’re connected to Internet, and try…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,293 questions
asked 2024-05-27T12:00:49.44+00:00
Sergi Díaz Ruiz 30 Reputation points
0 answers

While get user’s list of followed sites, By calling GET /me/followedSites endpoint gives "access denied”

Hi team, I was trying to get user’s list of followed sites, But calling GET /me/followedSites endpoint gives "access denied” and not able to know the root cause for this issue. Please let us know the exact setting that needs to be changed to resolve…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,850 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,873 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,719 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
522 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,841 questions
asked 2024-05-27T11:59:59.05+00:00
Satyam Rinayat 0 Reputation points
0 answers

RDS Multiple Farms on Azure Gateway Issue

I have an old remote desktop farm with Windows Server 2016 hosted on Azure. All roles are on one server with three hosting servers. I created a new farm in the same subnet and separated the roles on different 2022 servers. My plan is to migrate to the…

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,388 questions
asked 2024-05-27T06:43:50.5+00:00
Konstantinos Chionas 0 Reputation points
edited the question 2024-05-27T11:52:50.6933333+00:00
KapilAnanth-MSFT 37,406 Reputation points Microsoft Employee
0 answers

Is it possible to convert hexadecimal to ASCII used Azure Data Factory?

I would like to know if there is a possibility to convert hexadecimal to ASCII using Azure Data Factory?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,760 questions
asked 2024-05-27T11:16:30.38+00:00
Peethambaran, S (Sreevidya) 0 Reputation points
edited the question 2024-05-27T11:49:26.1066667+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
0 answers

Teams home downloads work or school version

I am trying to download Microsoft Teams home from the official website: https://www.microsoft.com/en-gb/microsoft-teams/download-app but it downloads the work or school version every single time. When I sign in it says I am not applicable for the work or…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,256 questions
asked 2024-05-27T11:48:51.83+00:00
Alex 0 Reputation points
0 answers

Cannot create non-existing user with error that this user already exists

We have an application that allows external users create an account in our system which is Azure B2C tenant One of the users already has an account but with domain1 e-mail address This partner recently changed their domain name to domain2 and user…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,860 questions
asked 2024-05-27T10:39:41.5266667+00:00
Mateusz Domański 0 Reputation points
edited the question 2024-05-27T11:48:33.78+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
0 answers

Azure AI Studio model deployment issue - HTTP 424 Error

Hi everyone, I have been successfully using the Cohere-command-r-plus model deployed in Azure AI Studio for over a month. However, today I encountered an issue where my app returns the following error: [_send_single_request] INFO HTTP Request: POST…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,303 questions
asked 2024-05-27T09:48:21.6466667+00:00
Ulan Yisaev 5 Reputation points
edited the question 2024-05-27T11:46:39.1266667+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
0 answers

Python Azure Function throws "SSLCertVerificationError" when try to invoke on-prem API endpoint

We have an azure function (linux) which runs python functions, one function should reach one of our on-prem servers (phpIPAM) via REST API. The server has valid certification, issued by our CA (we have 2 level CA environment: root CA-intermediate…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,392 questions
asked 2024-05-27T07:55:44.9133333+00:00
Béla Tóth 0 Reputation points
edited the question 2024-05-27T11:38:01.6366667+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
0 answers

Intune Application Heimdal Thor Agent not uninstall from many devices

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,484 questions
asked 2024-05-27T11:33:42.83+00:00
Muhammad Zeeshan 100 Reputation points
0 answers

How to configure the languages in Windows OSK in assigned access mode

Hello. In a computer with Windows 10 Pro and touch screen, I have configured an account with assigned access, which opens Microsoft Edge in order to run a webpage as a kiosk. In this webpage, I have a field where the user can input text information.…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,816 questions
asked 2024-05-27T11:29:03.9533333+00:00
Nikos Giatsoglou 0 Reputation points
0 answers

Looking for ThreadX project examples running on Xilinx microblaze

Hi, In the ThreadX documents it is written that ThreadX support Xilinx Microblaze but I can Not find an example for that.

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
325 questions
asked 2024-05-27T11:26:00.92+00:00
Oren Sheich Bright Way Vision 0 Reputation points
0 answers

The subscription is not allowed to create or update the serverfarm

I've followed this post(https://learn.microsoft.com/en-us/answers/questions/1657059/the-subscription-is-not-allowed-to-create-or-updat), including waiting and switching regions. but now I still can't deploy it successfully, is there any other way to use…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,045 questions
asked 2024-05-27T11:17:57.7666667+00:00
雅 爱 20 Reputation points
0 answers

Should I update statistics immediately after migrating to Azure SQL Server Managed Instance

I am migrating my 4TB database of Microsoft SQL Server 2016 2 node AG cluster from on-premises to Azure SQL Managed Instance. I am using Azure Data Studio to migrate through full backup and continuously applying log backup. This backup will be ongoing…

Azure SQL Database
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,907 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
496 questions
Azure Data Studio
Azure Data Studio
A cross-platform database tool for data professionals using on-premises and cloud data platforms on Windows, macOS, and Linux.
101 questions
asked 2024-05-27T11:15:24.8966667+00:00
Aakash CK(P) 0 Reputation points
0 answers

restrict mailbox

Hi All I have a requirement for one mailbox. Specifically, let's say User1 is the user. When User1 sends any email (internal or external) to any recipient, the email should first be approved by User2 before it is sent out. If User2 doesn't approve the…

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,113 questions
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,254 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,397 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,919 questions
asked 2024-05-27T11:08:28.75+00:00
Roger Roger 4,961 Reputation points
0 answers

PS C:\Users\conta\work\sbdemo> az container create -g sbdemo0409 -n sbdemo0409 --image mcr.microsoft.com/azuredocs/aci-helloworld --dns-name-label sbdemo0409 --ports 80 --location eastus (InternalServerError) Encountered an internal server error. The trac

PS C:\Users\conta\work\sbdemo> az container create -g sbdemo0409 -n sbdemo0409 --image mcr.microsoft.com/azuredocs/aci-helloworld --dns-name-label sbdemo0409 --ports 80 --location eastus (InternalServerError) Encountered an internal server error. 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.
999 questions
asked 2024-05-27T11:05:15.6333333+00:00
Ravikumar 0 Reputation points
0 answers

Bagaimana Cara Membuat Link Di Harta138 Alternatif

Di era digital saat ini, banyak organisasi yang beralih ke layanan cloud seperti Microsoft Azure untuk meningkatkan skalabilitas Harta138, fleksibilitas, dan efisiensi. Namun, dengan perpindahan ini, muncul pula kekhawatiran tentang keamanan dan kontrol.…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,561 questions
asked 2024-05-27T10:54:18.9866667+00:00
Harta138 Alternatif 0 Reputation points
edited the question 2024-05-27T11:00:43.4366667+00:00
KapilAnanth-MSFT 37,406 Reputation points Microsoft Employee
0 answers

Onedrive is no longer working on Windows 2012 R2

Approximately a month ago we noticed that the OneDrive service responsible for our file backups was giving an error. We tried to reinstall it with the installer we had and it didn't work. I went to the Microsoft website and downloaded the updated…

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,543 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
870 questions
asked 2024-05-27T10:59:40.7933333+00:00
Diogo Sohne 0 Reputation points