53,849 questions

Sort by: Updated
0 answers

Troubleshooting SSO Authentication Errors in a Microsoft Teams Extension Development Environment

Question Description: I'm currently developing an extension for Microsoft Teams, utilizing React.js for the frontend and C# for the backend, aimed at managing licenses. The extension is packaged as a zipped file containing a manifest.json, facilitating…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,866 questions
asked 2024-04-02T00:58:16.3533333+00:00
Erol Demirhan | CloudCan 5 Reputation points
edited a comment 2024-05-03T10:51:50.83+00:00
Vaibhav-MSFT 15 Reputation points Microsoft Vendor
0 answers

Azure WebApp custom domain not auto-update binding from KeyVault Certificate

I have a webapp and a custom domain, secured with a SSL certificate binding and the externally provided and uploaded certificate in KeyVault. The certificate was updated and a new version recorded in KeyVault. Today when the original cert expired, the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,903 questions
asked 2024-05-03T09:10:54.7+00:00
ozbobwa 16 Reputation points
commented 2024-05-03T10:50:52.6266667+00:00
VenkateshDodda-MSFT 18,436 Reputation points Microsoft Employee
0 answers

how to upload a picture to a picture1 box in html

code behind cshtml file @model IMS_Project.Models.Product @{ ViewBag.Title = "Product"; ViewBag.SubTitle = "Create"; @using (Html.BeginForm("Create", "Product",…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,266 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,272 questions
asked 2024-05-02T15:50:37.5866667+00:00
KwebenaAcquah-9104 306 Reputation points
edited a comment 2024-05-03T10:49:13.4266667+00:00
AgaveJoe 26,136 Reputation points
0 answers

How to privately reply to Q&A in town hall or webinar events

How are we able to privately reply to questions provided by external attendees via the Q&A in town hall or webinar events? At the moment, we only see options to reply to the question once it has been published. This is not suitable for us as a mental…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,131 questions
asked 2023-11-23T09:52:24.4966667+00:00
Laura T 0 Reputation points
commented 2024-05-03T10:48:33.5433333+00:00
Browne, Richard Steven 0 Reputation points
0 answers

Bot Framework access token error

I get this error when I send a message to the bot in Teams File "/tmp/8dc2d85e57d1267/antenv/lib/python3.9/site-packages/botframework/connector/auth/microsoft_app_credentials.py", line 65, in get_access_token 2024-02-15T18:46:14.580265935Z…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
747 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,866 questions
asked 2024-02-15T19:34:17.1533333+00:00
Milos Vukovich 0 Reputation points
commented 2024-05-03T10:47:44.44+00:00
Vaibhav-MSFT 15 Reputation points Microsoft Vendor
0 answers

Our add-in stopped working on Outlook for Windows New

Our add-in (here) has suddenly stopped working on Outlook for Windows New: no task pane opens when we click the add-in icon. This affects both versions installed from App Source and as sideload. We have also tried old versions of our code which we…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,004 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,507 questions
asked 2024-05-03T10:47:24.06+00:00
Jordi Salvat i Alabart 0 Reputation points
0 answers

Need to ask the same question thrice in order to get the answer (ChatGPT-4 Azure AI)

So I'm using ChatGPT-4 for deployment. With the following settings: Deployment: ChatGPT-4 QueryType: vectorSimpleHybrid Strictness: 1 topNdocuments: 10 Temperature: 0.8 Top_P: 0.1 Max_tokens: 2400 Api_Version: 2023-12-01 So, this happens every…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,184 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,390 questions
asked 2024-05-03T10:25:46.9433333+00:00
Dirk Broenink 85 Reputation points
edited the question 2024-05-03T10:38:30.4166667+00:00
ajkuma 22,416 Reputation points Microsoft Employee
0 answers

Integrating Microsoft Entra External ID with Salesforce experiences

How can I integrate the new Microsoft Entra External ID for customer with Salesforce experiences (customer portal)? The Code Samples don't explain how to integrate a SAAS application. I can't find any useful resources on CIAM (not B2C). Has anyone…

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,651 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,557 questions
asked 2024-05-03T06:57:25.6966667+00:00
BREGERAS Christophe 0 Reputation points
commented 2024-05-03T10:34:14.0533333+00:00
Shweta Mathur 27,711 Reputation points Microsoft Employee
0 answers

Error upon setting up playbook.

I a using this guide to setup a playbook for the Alien Vault OTX. However I get the following error message when I try and save the logic - "Workflow validation failed for the workflow ''.…

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
985 questions
asked 2024-05-01T10:10:15.6166667+00:00
JavaM 1 Reputation point
commented 2024-05-03T10:30:57.99+00:00
Navya 4,005 Reputation points Microsoft Vendor
0 answers

IMAGE UPLOAD USING PHOTO PICKER DIALOG

RegistrationForm.cshtml <div class="mt-2"> <div class="row"> <div class="col-7 col-sm-6"> <div class="d-flex…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,186 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
298 questions
asked 2024-05-02T10:39:55.1833333+00:00
Nandini S 20 Reputation points
commented 2024-05-03T10:29:30.34+00:00
AgaveJoe 26,136 Reputation points
0 answers

IoT Central Application

I have created a device in azure iot central application with device template, but while trying to open that device it is keep on loading. Can you please help me to solve this issue.

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
346 questions
asked 2024-05-03T10:28:37.2533333+00:00
Gorantla Srikanth 40 Reputation points
0 answers

IIS is automatically call to http://localhost after application pool get recycled or stop and start

Hi, We have some .Net applications running on Windows servers and backed by IIS. We noticed that when the application pool got recycled or stop&start. There will be a call to http://localhost/ with the clientIP 127.0.0.1 This is annoying us…

Internet Information Services
asked 2024-05-03T06:45:22.1833333+00:00
Simon Dao 0 Reputation points
commented 2024-05-03T10:28:32.4833333+00:00
JasonPan - MSFT 4,366 Reputation points Microsoft Vendor
asked 2024-05-02T11:06:40.23+00:00
DevOps 0 Reputation points
commented 2024-05-03T10:17:25.56+00:00
DevOps 0 Reputation points
0 answers

Enabling a Bot App to be Used in a Different Organization.

Hello,, I have created a bot app using teams toolkit and run it locally. Using the teams toolkit, it has automatically created an app in the developer portal of Teams, created an app in app registrations in Azure, and a bot in Bot Framework. The app in…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,866 questions
asked 2024-05-03T06:19:26.9766667+00:00
XDeveloper 0 Reputation points
commented 2024-05-03T10:14:54.74+00:00
Meghana-MSFT 3,771 Reputation points Microsoft Vendor
0 answers

Synapse workspace deployment node-js supported versions

Hi, I would like to know the list of node.js versions supported for Synapse workspace deployment (Synapse Workspace Deployment@2 task). I can't seem to find any documentation describing the same.

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,393 questions
asked 2024-05-02T13:33:01.2333333+00:00
Raghul Kannan 106 Reputation points
commented 2024-05-03T10:12:59.69+00:00
Smaran Thoomu 9,685 Reputation points Microsoft Vendor
0 answers

Token validation

Laravel issue in token signature validation In which error of JWT validation error

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,157 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,639 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,897 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,557 questions
asked 2024-05-03T10:08:31.93+00:00
suraj gupta 0 Reputation points
edited the question 2024-05-03T10:12:39.2666667+00:00
VenkateshDodda-MSFT 18,436 Reputation points Microsoft Employee
0 answers

Teams Bot App fails to be added to a Chat Group or a Meeting Chat, but works on Teams or Private Chat

Teams Bot App fails to be added to a Chat Group or a Meeting Chat, but works on Teams or Private Chat, manifest below. I do have the Teams Channel enabled on the Azure side of things, as proven by the functionality that works already. Where should I…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,866 questions
asked 2024-04-25T06:54:01.77+00:00
Sofia 0 Reputation points
commented 2024-05-03T10:10:55.8633333+00:00
Vaibhav-MSFT 15 Reputation points Microsoft Vendor
0 answers

I received a notice about retirement of Azure SQL Database 2014-04-01 APIs, what should I do? How do I identify the resources using the old version?

I received a notice about retirement of Azure SQL Database 2014-04-01 APIs, what should I do? How do I identify the resources using the old version? Sending this email to you guys as I was informed that you can run the KUSTO queries to get this detail. …

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,811 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,767 questions
Azure SQL Database
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,157 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,903 questions
asked 2024-05-03T10:06:02.83+00:00
Deep Kundu (DKN) 0 Reputation points
commented 2024-05-03T10:09:38.53+00:00
Deep Kundu (DKN) 0 Reputation points
0 answers

can i link tickets on one board to an other board in azure devops

I have an overall board with product backlog items for a big product. And every team has aboard of its own where the PBIs from the main board are worked out in more detail. What I want is to link the PBIs or just show the them on the main board. Can I do…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,131 questions
asked 2024-05-03T07:17:46.5166667+00:00
Romkes, René 0 Reputation points
edited the question 2024-05-03T10:08:01.9833333+00:00
VenkateshDodda-MSFT 18,436 Reputation points Microsoft Employee
0 answers

Under Posting Attack in .NET Core

In .NET 6 I have a DTO with value data types like int. But while sending a POST request if user omits the value for that default value is getting assigned without any Error. What are the best practices to avoid this under posting? I have tried using…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,186 questions
asked 2024-05-03T10:05:35.66+00:00
net 6 newbie 121 Reputation points