53,972 questions

Sort by: Updated
0 answers

I am not getting notifications after provisioning and deploying an azure notifications bot built using javascript. How can we fix it ?

I created a notification bot using teams center. It works absolutely fine in local. But when I deploy it to azure and hit the API. I get success response but do not get any notifications on the teams chat. Below is the api code from index.js file: const…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,125 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,873 questions
asked 2024-04-05T04:34:25.2166667+00:00
Chandan Yadav 0 Reputation points
edited a comment 2024-05-07T03:14:34.8+00:00
ChetanSharmamsft 1,026 Reputation points Microsoft Vendor
0 answers

Cannot set the Minimum API version for API Management instance

Hi, I have received one email that "All API versions prior to 2021-08-01 will be retired starting 1 June 2024." According to the instructions, I need to navigate to your API Management instance. In the left menu, under Deployment +…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,773 questions
asked 2024-05-07T03:11:46.66+00:00
Wang, Zheng 15 Reputation points
0 answers

Training an existing model with additional dictionary

We are training a model for translator API, and here comes a problem: our documents to translate are keeping growing, and we need to frequently add new terms to the customed translator. Is there any method to add these terms into an existing model of a…

Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
344 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.
963 questions
asked 2024-05-07T03:11:14.2133333+00:00
舒韬 张 0 Reputation points
0 answers

Bing Webmaster API OAuth return error

I am using OAuth 2.0 to access the Bing Webmaster API. https://learn.microsoft.com/en-us/bingwebmaster/oauth2 It was successful up to "6. Use the access token to access the Bing Webmaster APIs". But, An error is displayed at "7. Request a…

Microsoft Advertising API
Microsoft Advertising API
A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
387 questions
asked 2024-05-05T23:46:33.4+00:00
yasu 0 Reputation points
edited the question 2024-05-07T03:10:44.4066667+00:00
yasu 0 Reputation points
0 answers

How to use condition to compare two things for dropdown and an empty field in wpf?

Hi Team Need to use a condition will check if combo box(truck-empty) for selected item and when an empty field(topseal and bottomseal), needs to validate for both. Meaning when a user selects this combo box for truck-empty condition must met only here,…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,678 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,286 questions
asked 2024-05-06T20:20:32.45+00:00
Gcobani Mkontwana 20 Reputation points
commented 2024-05-07T03:06:00.78+00:00
Hui Liu-MSFT 40,271 Reputation points Microsoft Vendor
0 answers

How to apply Width and Height of Text on CanvasDevice's DrawText, that means some text width is too small some text too high how to calculate this and apply

//JSON file "Templates": [ { "TemplateID": "1", "TemplateName": "WHITE", "CardFeeder": "A", "Sides": [ { "Side":…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,399 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,286 questions
asked 2024-05-07T02:46:56.3133333+00:00
Saranya Karthik 40 Reputation points
edited the question 2024-05-07T03:03:51.5466667+00:00
Saranya Karthik 40 Reputation points
0 answers

Bing Web Search API doesn't accept percent-encoded commas in URL

According to this documentation page of the Bing Web Search API: Remember that you need to URL-encode all query parameters, so the parameter actually looks like: `&responseFilter=webpages%2Cnews` But when I did that, the search API returned this…

Bing Web Search
Bing Web Search
A Bing service that gives you enhanced search details from billions of web documents.
130 questions
asked 2024-05-06T08:49:27.2633333+00:00
Minh Duc Pham 0 Reputation points
commented 2024-05-07T03:00:51.6533333+00:00
dupammi 6,810 Reputation points Microsoft Vendor
0 answers

multiple orchestration instances instead of one

[FunctionName("TestFileOrchestrator")] public async Task RunOrchestrator( [OrchestrationTrigger] IDurableOrchestrationContext context, ILogger log) { TestActivityInput input =…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,301 questions
asked 2024-05-06T14:14:16.4866667+00:00
VikasRajareddy-9365 26 Reputation points
edited the question 2024-05-07T02:55:46.1+00:00
Ryan Hill 25,981 Reputation points Microsoft Employee
0 answers

Kernel crash trying to get a data asset from a blob storage

I am working in a workspace (Azure Machine Learning) with another user (let's call him U1). We have the same compute instance (Standard_E4ds_v4) which were created by the same user (U1). I am trying to access a data asset, a parquet files which is…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,576 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,438 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.
963 questions
asked 2024-05-06T15:01:46.8166667+00:00
Mathieu Lussier 0 Reputation points
edited the question 2024-05-07T02:46:07.82+00:00
Mathieu Lussier 0 Reputation points
0 answers

Can i get data from an on-premise Database to data store in Machine learning studio?

I am wondering whether it is possible to get data into a machine learning workspace, from an on-premise database?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,576 questions
asked 2024-05-07T02:34:48.5733333+00:00
EL Jawad, Mohammad 0 Reputation points
0 answers

How to pass values from a Razor page to an Asp.Net MVC controller

I am working on an Asp.Net Core MVC project. The identity was scaffolded and uses Razor pages. When the user enters the username and password, if they are valid, they will be redirected to an MVC controller where they have to answer a security question.…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,194 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,277 questions
asked 2024-05-07T02:32:23.82+00:00
Sherpa 161 Reputation points
0 answers

SetDatabaseConnection WMIMethodException Error

I'm using a slightly modified version of the script found here: https://blog.aelterman.com/2018/01/03/complete-automated-configuration-of-sql-server-2017-reporting-services/. The modification is that I'm pointing to (local)\SQLExpress on line 41 as the…

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,767 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,086 questions
asked 2024-05-06T19:26:46.2033333+00:00
Mike Horton 0 Reputation points
edited the question 2024-05-07T02:31:33.8733333+00:00
CosmogHong-MSFT 23,321 Reputation points Microsoft Vendor
0 answers

How to secure my network from getting exploit

@Anonymous I have purchased Defender for Endpoint P2 license i want to block hackers to exploit in my network as i dont have firewall installed in my network. Is there any feature in plan 1 or plan 2 which helps in blocking and provide network…

Microsoft Defender for Identity
Microsoft Defender for Identity
A Microsoft service that helps protect enterprise hybrid environments from multiple types of advanced, targeted cyberattacks and insider threats.
154 questions
Microsoft Endpoint Manager Training
Microsoft Endpoint Manager Training
Microsoft Endpoint Manager: A Microsoft endpoint management platform that incorporates System Center Configuration Manager and Intune and provides endpoint security, device management, and intelligent cloud actions.Training: Instruction to develop new skills.
2 questions
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint: A Microsoft unified security platform for preventative protection, postbreach detection, and automated investigation and response. Previously known as Microsoft Defender Advanced Threat Protection.Training: Instruction to develop new skills.
12 questions
asked 2024-05-06T12:42:01.6933333+00:00
Ravi Sharma 20 Reputation points
commented 2024-05-07T02:31:00.16+00:00
Crystal-MSFT 43,311 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,194 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.
300 questions
asked 2024-05-02T10:39:55.1833333+00:00
Nandini S 20 Reputation points
commented 2024-05-07T02:22:49.7966667+00:00
Ping Ni-MSFT 2,250 Reputation points Microsoft Vendor
0 answers

How to add an external library to a C# azure functions application?

Hi there, I am trying to use a JavaScript based library in my azure functions application. I copied the file in the root directory of the app and deployed it successfully on Azure but the moment I reference it in the Index.html file, it throws this…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,301 questions
asked 2024-04-30T12:36:59.1933333+00:00
Adwait Naik 40 Reputation points
commented 2024-05-07T02:21:50.9466667+00:00
LeelaRajeshSayana-MSFT 13,471 Reputation points
0 answers

Same Header File Is Different

Hello Folks: Developing on Windows 10, up to date Visual Studio Community 2022, C++. When building my application I occasionally see this error: The two header files that Visual studio is complaining about are the same file. Here is the text of the…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,540 questions
asked 2024-05-06T18:03:25.1133333+00:00
a_unique_name 381 Reputation points
edited a comment 2024-05-07T02:17:33.51+00:00
Minxin Yu 10,031 Reputation points Microsoft Vendor
0 answers

The target principal name is incorrect

Hi Team, I've got the error "The target principal name is incorrect. Cannot generate SSPI context" when I tried to connect to SQL Server from other server. I've checked sql logs and I found info SPN was registered . I've run Kerberos…

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,767 questions
asked 2024-05-06T13:06:14.6233333+00:00
Marcin Woszczyna 0 Reputation points
commented 2024-05-07T02:06:42.8966667+00:00
MikeyQiao-MSFT 560 Reputation points Microsoft Vendor
0 answers

Access data stored in vTPM

Hi All, We have a WPF application running on .Net Framework v4.8. We are currently using 'ESXi' to host 'Windows Server 2022', which inturn hosts the WPF application. We are planning to store all the sensitive data related to the application, such as…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,678 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,286 questions
asked 2024-05-06T12:16:02.39+00:00
S Abijith 346 Reputation points
commented 2024-05-07T02:03:01.4633333+00:00
Hui Liu-MSFT 40,271 Reputation points Microsoft Vendor
0 answers

How to fix Error CS0029 Cannot implicitly convert type 'void' to 'System.Collections.Generic.List<Vase.Models.Person>'

var user = from u in conn.Table<Person>() querywhere u.name == "WALE" select u; return user.FirstOrDefaultAsync().Wait(); I got error in the bold line. i cant figure what i did wrong pleas help

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,903 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,286 questions
Entity Framework Core Training
Entity Framework Core Training
Entity Framework Core: A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.Training: Instruction to develop new skills.
3 questions
asked 2024-05-07T00:20:57.27+00:00
Gbenga Banuso Odumosu 0 Reputation points
edited the question 2024-05-07T02:01:28.62+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,661 Reputation points Microsoft Vendor
0 answers

Something is eating up my USB Device!

To clarify: I am using WinToUSB tool to install Windows on a USB Drive, Here, I have installed Windows 10 1511 on a 32GB USB Drive using WinToUSB. After a few days of this, it ran just fine, but after install 4 GB of my needed programs, it used more than…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,671 questions
asked 2024-05-06T20:27:14.4133333+00:00
Story Master 0 Reputation points
edited the question 2024-05-07T02:00:39.9133333+00:00
Sumarigo-MSFT 43,801 Reputation points Microsoft Employee