17,979 questions

Sort by: Updated
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

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

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

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
0 answers

How to send a Zoom invitation through Visual Studio Desktop application

I found the following API code: Dim token = JObject.Parse(System.IO.File.ReadAllText(ConfigurationManager.AppSettings("TokenFilePath"))) 'Dim client = New RestClient($"https://api.zoom.us/v2/users/me") Dim client = New…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,627 questions
asked 2024-05-07T01:36:59.0233333+00:00
Simon 286 Reputation points
0 answers

How to add Farm Account Shell Admin access to content databases?

Objective To grant SharePoint Farm account Shell Admin to all the content databases. Error Highlighted in white are "Add-SPShellAdmin <FarmAccount>", "WSS_Content_Database". Question How to give Farm account Shell…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,228 questions
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
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,694 questions
asked 2024-05-07T01:18:10.12+00:00
ChingSong Lim 60 Reputation points
0 answers

About Event Hub REST API discordancy respect to Docs

Hi I'm using Event Hub REST API to send data to a stream. This happens in a Functions with BlobStorage trigger.I feel a little confused with some terminology which I've not found the proper documentation to finally fully understand. I built this…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
559 questions
asked 2024-05-07T00:29:30.93+00:00
Jona 375 Reputation points
edited the question 2024-05-07T01:15:03.32+00:00
Monalla-MSFT 11,876 Reputation points
0 answers

Tôi không đăng nhập được tài khoản và ứng dụng Authenticator

Tôi không đăng nhập được tài khoản và không thêm được tài khoản vào ứng dụng Authenticator do cả 2 lựa chọn này như hình ảnh tôi cung cấp đều không sử dụng được. Tôi cần thêm lựa chọn gửi mã đến số điện thoại của tôi đã đăng ký. Xin hãy giúp…

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,543 questions
asked 2024-05-07T01:10:36.2133333+00:00
Thành Khoa 0 Reputation points
0 answers

Retrieving Image Files by File ID in Azure Assistant Open AI with JavaScript

I'm seeking documentation on how to retrieve an image file by file ID in Azure Assistant Open AI. I aim to download it using JavaScript. Any guidance or resources would be greatly appreciated. Thank you in advance!"

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
962 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,199 questions
asked 2024-05-07T00:48:13.44+00:00
Su Myat Hlaing 50 Reputation points
0 answers

b2c prompt=login not working as expected

We are noticing an odd behavior with the prompt=login option using B2C custom policies and could use some help from this support forum. My requirement is to force re-auth for the following use case: “Sign in as a different user” or “Hi John Doe! Not you?…

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,654 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,581 questions
asked 2024-05-07T00:23:17.7033333+00:00
Raj Seenivasan 0 Reputation points
0 answers

ClientSecretCredential authentication failed

This is my code FolioFactory folioFactory = new FolioFactory(); ConfigOneDrive objOneDrive = folioFactory.ConsultarConfigOneDrive(e => e.IdEntity == IdEntity).FirstOrDefault(); var scopes = new[] { "https://graph.microsoft.com/.default"…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
962 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
831 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-06T21:32:48.83+00:00
Mario Malvido 0 Reputation points
edited the question 2024-05-07T00:11:59.5766667+00:00
Mario Malvido 0 Reputation points
0 answers

Bing Maps API Key Dev Center Keeps Reloading When I Choose Any Option

I have used three web browsers, logged into the Bing Maps API dev centre to create a new key, and all it does is reload, and refresh the page. This happens no matter which option I choose on that page. Nothing works, I have no extensions installed. I…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,772 questions
asked 2024-05-07T00:07:17.3166667+00:00
Michael Slaunwhite 0 Reputation points
0 answers

Unable to Sync accounts using API-driven Provisioning to on-prem AD - HybridSynchronizationActiveDirectoryProviderNotFound

I am trying to deploy an API-Driven Provisioning to on-premises AD so that using a PowerShell script I can extract user information from a Third-Party DBMS, convert it to SCIM format and then send it to Azure AD API-Driven provisions for logging and…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,772 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,581 questions
asked 2024-05-06T23:59:23.4233333+00:00
Nicolas Vanin 0 Reputation points
0 answers

关于Azure AI Speech “zh-CN-XiaochenNeural” 音色异常

Since early April, the tone of the "Xiaochen" model has been experiencing abnormalities. At that time, attempts were made in regions such as East Asia, Southeast Asia, and the East US, all of which showed abnormalities, except for the Japan…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,407 questions
asked 2024-05-06T23:40:20.7666667+00:00
斌 周 0 Reputation points
0 answers

Office 2019 not activating via KMS after installed from Configuration Manager (via Software Center)

I have installed the new KMS key for Office 2019 but it is not activating on WinSvr2022 but Windows License is activating fine. DNS the record is correct, with KMS FQDN and listening port is open for traffic both ways. However, I can manually command a…

Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,011 questions
asked 2024-05-06T23:30:17.1333333+00:00
SharJBg333 0 Reputation points
edited the question 2024-05-06T23:31:35+00:00
SharJBg333 0 Reputation points
0 answers

Use certificate/FIC for Azure Data Explorer service connector on ADO

Hi team, our current azure data explorer service connector uses service principal key and secrets to authenticate. However, in response to a security incident we're solving, we need to convert the service connector to use SNI and certificates for…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
483 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,581 questions
asked 2024-05-06T23:28:45.5266667+00:00
03318626 0 Reputation points Microsoft Employee
0 answers

Azure Notification Hub Property at path properties.pnsCredentials cannot be changed

Looking to use apiVersion 2023-10-01-preview bicep in order to the notification hub. It's continuously getting this error "message":"At least one resource deployment operation failed. Please list deployment operations for details. Please…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
265 questions
asked 2024-05-06T22:55:17.92+00:00
Tommy Le 0 Reputation points
0 answers

Posting to sideloaded Bot conversation is failing with "Authorization has been denied for this request."

Hi there, I'm developing a new Bot for notifications only. I'm testing with a "development" version that is not published. The App is sideloaded in an account set up for testing with tenant_id: 986e26d3-45ef-4b9c-ba72-b75890332cd3 This call…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
750 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-05-06T21:47:05.6266667+00:00
Michael Karampalas 5 Reputation points
edited the question 2024-05-06T22:55:13.84+00:00
VasaviLankipalle-MSFT 14,421 Reputation points