54,725 questions

Sort by: Updated
0 answers

Course for developer beginers from scratch

Hello. I am interested in finding a course that explains how to create your own module based on Microsoft Dynamics 365, but completely from scratch. Without using existing modules (as they are fundamentally not suitable for me). And if this is possible,…

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
72 questions
asked 2024-05-21T23:13:52.9366667+00:00
Lex 0 Reputation points
0 answers

how to request a refund on account upgrade

I purchased 'azure account upgrade' by accidentally. This purchase was made 10 mins ago. I was charged CA$44.84 including tax. The invoice number is G047694726. I would like to request refund for this purchase. Please advise how to request the…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,441 questions
asked 2024-05-21T23:11:24.85+00:00
Barbara Chen 0 Reputation points
0 answers

Entra SSO and Provisioning in Salesforce

We are going to turn on provisioning users between our Entra instance and Salesforce. The issue is we want users to be created with profile chatter free. We will change their profile based on their role manually. When Entra seeks to update any changed…

Microsoft Entra
asked 2024-05-17T17:37:45.4966667+00:00
Meghan McCoy 0 Reputation points
commented 2024-05-21T23:05:24.85+00:00
Marilee Turscak-MSFT 34,626 Reputation points Microsoft Employee
0 answers

Function call with Azure OpenAI gpt-4o returns 400 error although the messages are valid

Hi support team, I am testing the new Azure Open AI gpt-4o model but I get the error with function call even though my input messages are correct. Here are the code: from dotenv import load_dotenv load_dotenv() from openai import OpenAI,…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,266 questions
asked 2024-05-21T13:27:21.35+00:00
Hung Nguyen 0 Reputation points
commented 2024-05-21T23:01:41.74+00:00
VasaviLankipalle-MSFT 14,911 Reputation points
0 answers

Using document intelligence studio hoe do fing the endpoint and key

I'm trying to find the end point and key to complete a lab

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,437 questions
asked 2024-05-21T22:39:11.9033333+00:00
User1-40900860 0 Reputation points
0 answers

How can i collect the combined outputs from a for-each loop in Azure Logic Apps

Hi, I am trying to collect the outputs of a for-each action in my azure logic app. The logic is this: Send and approval request to each approver (email), then subscribe on a webhook for the approval responses (I do this with a correlation ID outside of…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,896 questions
asked 2024-05-20T14:49:22.0933333+00:00
Herries, Roddy 0 Reputation points
commented 2024-05-21T22:23:47.78+00:00
LeelaRajeshSayana-MSFT 13,791 Reputation points
0 answers

"unauthorized" error when sending SMS message

I have a Canada number registered for sending SMS messages (regulatory doc approved). It has been working but no longer. Same Javascript program (basically just copy of MS-provided sample code), same access key etc. "Try SMS" in portal doesn't…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
707 questions
asked 2024-05-08T19:39:21.8366667+00:00
John L 21 Reputation points
commented 2024-05-21T22:23:21.1766667+00:00
Grmacjon-MSFT 16,596 Reputation points
0 answers

Server-side Blazor web app outgoing TCP connection shut down when run on IIS server

Hi All, I have a server-wide blazor web application that I've written. Part of the application connects to a printer via a TCP connection and sends a byte array. It works when I run it from my computer, but when it is hosted on the webserver, the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,452 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,414 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,261 questions
asked 2024-05-21T22:21:51.81+00:00
Carl Marvin 0 Reputation points
0 answers

Windows Apps after user profile rebuild

Domain user on a domain computer. The user's Windows profile was completely fubar - Start button does nothing when clicked; Win+R does nothing; Ctrl Alt Del does nothing; file manager icon does nothing. Other user profiles on the computer work properly,…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,780 questions
asked 2024-05-21T12:28:09.2233333+00:00
Billy 0 Reputation points
edited the question 2024-05-21T22:19:41.09+00:00
Rob Caplan - MSFT 5,427 Reputation points Microsoft Employee
0 answers

Entra ID patch sending Add instead of Replace

i'm working on setting up scim provisioning. I got creates to work and now running into issues with updating users. Specifically some fields are sending Add instead of Replace for the values. In this example below, I sent the create request with an…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,802 questions
asked 2024-05-21T22:06:42.1+00:00
Scott Beam 0 Reputation points
0 answers

FieldValueSet select statement does not overcome lookup field limitation as per documentation

The documentation of FieldValueSet states "Up to 12 lookup fields may be requested in a single query. The server returns lookup values if your request includes a select statement with the fields you need". I understand this to mean that if my…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,797 questions
asked 2024-05-21T21:54:15.86+00:00
Matt Tebbs 0 Reputation points
edited the question 2024-05-21T22:02:19.4933333+00:00
Matt Tebbs 0 Reputation points
0 answers

Potential issue with Edge on multiples websites/services

Hello, I have a problem with Edge that started recently. I can no longer watch Netflix, as I keep getting the same error (D7355-1203), which seems to be related to the browser. Additionally, sites requiring Cloudflare captchas refuse to verify when I…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,163 questions
asked 2024-05-21T21:58:19.25+00:00
Bissha 0 Reputation points
edited the question 2024-05-21T22:01:52.81+00:00
Bissha 0 Reputation points
0 answers

Function App Authentication Token

I am currently in the process of setting up authentication for my Azure Function App, following these steps: https://learn.microsoft.com/en-us/azure/app-service/scenario-secure-app-authentication-app-service?tabs=workforce-configuration. I've followed…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,363 questions
asked 2024-05-21T22:01:20.77+00:00
Ho, Keith D 80 Reputation points
0 answers

There seems to be a bug in the alignments returned when translating English to Dutch.

Hi! Has anyone used Microsoft's Translate API to translate from English to Dutch, including alignments? This https://learn.microsoft.com/en-us/azure/ai-services/translator/reference/v3-0-translate#request-parameters, with the optional…

Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
350 questions
asked 2024-05-21T21:59:57.1466667+00:00
Scott Bouma 0 Reputation points
0 answers

Clube 2 or more KQL query into single query.

Hi Team,   I would like to club two or more KQL queries into one single query so that I can get consolidated result, please help me on the same. Query-1: List out Vnets, subnets, location and resource group. Resources | where type ==…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,197 questions
asked 2024-05-17T17:49:48.99+00:00
Ameet Desai 0 Reputation points
commented 2024-05-21T21:59:53.27+00:00
Sina Salam 4,056 Reputation points
0 answers

Potential issue with Edge on multiples websites/services

Hello, I have a problem with Edge that started recently. I can no longer watch Netflix, as I keep getting the same error (D7355-1203), which seems to be related to the browser. Additionally, sites requiring Cloudflare captchas refuse to verify when I…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,163 questions
asked 2024-05-21T21:59:32.3366667+00:00
Bissha 0 Reputation points
0 answers

Activating Windows 10

Hello, I want to activate my windows 10 but it gives me this error " We can't activate Windows on this device as we can't connect to your organization's activation server. Make sure you're connected to your organization's network and try again. If…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,780 questions
asked 2024-05-21T18:49:22.32+00:00
Bita Baygani 0 Reputation points
commented 2024-05-21T21:57:16.7366667+00:00
Darrell Gorter 1,306 Reputation points
0 answers

ASR Replication appliance AADSTS165000: Invalid Request:

I am attempting to run the "Microsoft Azure Appliance Configuration Manager" web based app on a previously functioning ASR Replication appliance, but am getting this after attempting to log in. Only change recently is the password for the…

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
645 questions
asked 2024-05-21T20:04:47.3766667+00:00
AdamTyler-3590 230 Reputation points
commented 2024-05-21T21:48:39.6366667+00:00
AdamTyler-3590 230 Reputation points
0 answers

Which VM for MultiCharts / TradeStation / Interactive Brokers

Greetings, I'm in a situation where I am absolutely losing the overview due to the many different options available in Azure. I plan to move my live trading account (algorithmic trading) from my separate mini computer to a virtual machine. I think…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,002 questions
asked 2024-05-21T21:47:29.2066667+00:00
David9 0 Reputation points
0 answers

Sharepoint Validation for Multiple Actions and Multiple Target Dates

I have a list that comprising of 6 Action columns that when they have a text entry a corresponding Target column then requires a mandatory Target date. These work for the Action and Target but I can't get the formula for more than once action. …

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,529 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,825 questions
asked 2024-05-21T12:14:47.6533333+00:00
Dancer 0 Reputation points
commented 2024-05-21T21:39:59.64+00:00
Barry Schwarz 2,191 Reputation points