54,294 questions

Sort by: Answers
0 answers

How to resolve error "Microsoft.Azure.WebJobs.Extensions.Http: Could not load file or assembly 'System.Net.Http.Formatting, Version=5.2.8.0" when starting azure function

I created a function using the CLI as per the example in https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-csharp?tabs=windows%2Cazure-cli but it throws the following error upon starting: …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,327 questions
asked 2024-05-13T02:29:48.0166667+00:00
Boris Layvant 0 Reputation points
commented 2024-05-13T05:51:03.1033333+00:00
MayankBargali-MSFT 68,751 Reputation points
0 answers

How to give external customer accounts in a entra external id tenant access to a a web api in my internal tenant?

I have an internal tenant A where I have internal resources (web api, functions, database, admin website etc). Recently I created an external tenant B with Microsoft Entra External id for customers. There I have registered a SPA app where external…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,663 questions
asked 2024-05-11T08:33:20.6166667+00:00
Jenny Pettersson 0 Reputation points
commented 2024-05-13T05:50:19.5566667+00:00
Akshay-MSFT 16,126 Reputation points Microsoft Employee
0 answers

How do I remove all software updates from SCCM

From the SCCM software, we want to know how to delete immediately all the software from all software update folder. The file comes from SCUP (system center updates publisher). I still have one requirement needing your help. Requirement: the same file…

Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
970 questions
asked 2024-05-13T05:49:58.6466667+00:00
zero wei 0 Reputation points
0 answers

AZ-900 - Microsoft Azure Fundamentals exam rescheduling

Hi, On exam day(5th May 2024) in verification there were teams' issue therefore exam has not given and try to be rescheduled but unable to schedule by given link. Could you please help me to reschedule my AZ-900 - Microsoft Azure Fundamentals - English…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,158 questions
asked 2024-05-13T05:47:50.0433333+00:00
Sunil Pawar, Mayuri 0 Reputation points
0 answers

Dynamic user membership type

I am on a trial P2 license for Msc Entra. When creating a New Group, I am unable to assign a Dynamic user membership type. Why? This question is related to the following Learning Module

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.
983 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,677 questions
asked 2024-05-13T05:47:02.2733333+00:00
Karolina Ziminska 0 Reputation points
0 answers

fix hyper-v vms suddenly have no network

3 running Windows Server 2019 VMs running on WinSrv 2019 VMHOST - been running fine for many months. Saturday night 1030pm we got a warning that one of the servers (RDS) was offline. Next morning we remoted on, found it was apparently running, just not…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,481 questions
asked 2024-05-13T04:31:23.24+00:00
Sarah McMurray 0 Reputation points
edited a comment 2024-05-13T05:46:54.18+00:00
Sarah McMurray 0 Reputation points
0 answers

Urgent Help Needed: Why have embedded Excel, PowerPoint, and Word iframes in third-party applications suddenly stopped working and are stuck on the login page?

Hello, I am writing to report a critical issue we are currently facing with Microsoft Office iFrames. Until recently, we have successfully integrated Excel, PowerPoint, and Word iFrames within our applications. However, these iframes are now consistently…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
672 questions
PowerPoint
PowerPoint
A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
223 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,499 questions
asked 2024-04-26T10:38:09.1+00:00
Mohamed Berrada 10 Reputation points
commented 2024-05-13T05:46:51.3833333+00:00
iHarvest Admin 0 Reputation points
0 answers

Calling business number with Graph API CALL

Hello, I'm trying to use the graph api to call the Business number associate with the Azure account of a user. Did someone know if there is a possible of doing this because i read the ms doc and i found no info...

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,720 questions
asked 2024-05-13T05:28:21.9466667+00:00
Meynet Florian 0 Reputation points
edited the question 2024-05-13T05:46:19.09+00:00
Meynet Florian 0 Reputation points
0 answers

InvalidTemplateDeployment error while launching Hortonworks sandbox with OpenLogic CentOS-CI

{"code":"InvalidTemplateDeployment","details":[{"code":"InvalidParameter","target":"imageReference","message":"The following list of images referenced from the…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,202 questions
asked 2024-05-11T04:30:50.3433333+00:00
Akshay Puttaswmay 0 Reputation points
commented 2024-05-13T05:45:40.1533333+00:00
vipullag-MSFT 24,441 Reputation points
0 answers

Microsoft Authenticator stuck in a loop/not working on new device

Hi I am having huge trouble getting my Microsoft authenticator app to work on my new iPhone. It worked perfectly on my old iPhone. Unfortunately I did not enable 1Cloud backup so recovery of my account is not an option. Essentially, authenticator is…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,580 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
973 questions
asked 2024-05-13T05:44:48.3366667+00:00
Newall Sarah 0 Reputation points
0 answers

Vertical sync doesn't work in my application when there is no event in msg loop; it only works when any event(say mouse move event) is present.

This is code in a production environment, which can be simplified roughly as follows. Source codes: https://github.com/JunkuiZhang/zed/tree/test/vsync-dx11 // msg loop // crates/gpui/src/platform/windows/platform.rs while GetMessageW(&mut msg, None,…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,431 questions
asked 2024-05-13T05:02:33.0933333+00:00
峻魁 张 20 Reputation points
edited the question 2024-05-13T05:43:23.9533333+00:00
峻魁 张 20 Reputation points
0 answers

Connection issue with Oracle Autonomous Cloud (ADW) and Azure Data Factory

Hi, I am trying to connect Oracle Autonomous Database (ADW) with Azure Data Factory using self hosted integration runtime. After setting up Oracle DataDirect wire protocol 8.0 driver still i am unable to connect. i am getting this error below ERROR…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,652 questions
asked 2024-05-10T11:29:44.0466667+00:00
Keshaw Bhardwaj 0 Reputation points
edited a comment 2024-05-13T05:42:07.2966667+00:00
Harishga 3,750 Reputation points Microsoft Vendor
0 answers

Old version outlook app the html and CSS not rendering properly design was broken unwanted lines are showing, But latest new outlook app properly rendered, how to resolve the issue?

Our clients are use old version outlook app we have designed FTL template using html and CSS, The Design properly works in outlook web email and Gmail and all other emails but old Outlook App design was broken, unwanted lines are showing many CSS…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,044 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,533 questions
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,913 questions
asked 2024-05-10T12:34:37.57+00:00
Dinesh K2 0 Reputation points
commented 2024-05-13T05:32:51.73+00:00
SokiGuo-MSFT 23,561 Reputation points Microsoft Vendor
0 answers

Need a recommendation service

Hi all;   I need a recommendation service/model that uses some specific properties per item.   My use case is a system that recommends events for political volunteers. There can be search words entered by the volunteer, and if so, those should have…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,583 questions
Azure AI Personalizer
Azure AI Personalizer
An Azure artificial intelligence service that enables applications to personalize user experiences by learning from collective real-time user behavior.
33 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,223 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,420 questions
asked 2024-05-12T23:48:07.6933333+00:00
David Thielen 2,281 Reputation points
commented 2024-05-13T05:27:27.01+00:00
ajkuma 22,526 Reputation points Microsoft Employee
0 answers

SharePoint Lists Authorize User Login - No valid client certificate found in the reqest.

When I access MS SharePoint List, it shows below error. Suppose there's a window pop out asking me to select a certificate, but it didn't.

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,580 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,746 questions
asked 2024-05-11T06:00:06.32+00:00
Vane 0 Reputation points
commented 2024-05-13T05:26:59.29+00:00
AllenXu-MSFT 16,256 Reputation points Microsoft Vendor
0 answers

Application Gateway Infinite Refreshes

Hi Support Team, I deployed an Azure Container App behind an Application Gateway. I am able to access it using the Application Gateway public IP. The issue is that the page seems to be infinitely refreshing in browser. Any idea what might be the…

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
965 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
276 questions
asked 2024-05-12T22:42:27.65+00:00
Alex Nedelcu 0 Reputation points
commented 2024-05-13T05:22:55.5333333+00:00
KapilAnanth-MSFT 35,986 Reputation points Microsoft Employee
0 answers

Custom Content Filter Creation in Azure AI Studio

I have been trying to create a custom content filter but nothing is coming out after I complete the steps: The output is always this: I am the owner of the project. I am also the only user of this tenant so I am the owner of the tenant too.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,223 questions
asked 2024-05-12T12:46:35.5033333+00:00
Ziggy Zulueta 480 Reputation points MVP
commented 2024-05-13T05:19:04.1233333+00:00
navba-MSFT 17,365 Reputation points Microsoft Employee
0 answers

Azure Frontdoor using wrong port to forward traffic

Hello all, I'm using Azure Front Door (AFD) with Azure Kubernetes Service (AKS), employing a Private Link Service (PLS) to provide internal access (AFD > PLS > Private Link > Internal Load Balancer > Pod). I've configured one endpoint in AFD…

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
588 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,878 questions
asked 2024-05-12T20:59:39.4933333+00:00
Redel, Renan Augusto 0 Reputation points
commented 2024-05-13T05:12:32.8433333+00:00
KapilAnanth-MSFT 35,986 Reputation points Microsoft Employee
0 answers

How can I enroll existing Microsoft Entra registered devices in Intune for our tenant?

I am an Azure administrator tasked with implementing device management for our tenant within Microsoft Entra. We currently have existing users and devices registered in Azure AD. Most of the devices are "Microsoft Entra registered," while some…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,409 questions
asked 2024-05-13T05:11:25.0666667+00:00
Rachna Harlalka 0 Reputation points
0 answers

Nodejs open ai lab - backend API got error

Hi guys, I'm following the guide about OpenAI in nodejs here https://github.com/AzureCosmosDB/Azure-OpenAI-Node.js-Developer-Guide/blob/main/Labs/backend_api/README.md However, when doing the backend api lab, i got this issue Anyone who have encountered…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,223 questions
asked 2024-05-13T05:09:08.0733333+00:00
Hung Nguyen 20 Reputation points
edited the question 2024-05-13T05:11:06.7233333+00:00
Hung Nguyen 20 Reputation points