361,324 questions

Sort by: Updated
0 answers

Getting wrong CPU Processor ID with __cpuid() in Win 11 systems

  Hello Friends,   I am facing an issue in getting CPU Processor ID with C++ code. I used __cpuid() function as below:   #include <iostream> #include <intrin.h>   int main() {                 unsigned __int32  regs[4];                       …

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,627 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,924 questions
asked 2024-07-19T10:06:54.6066667+00:00
Bhanodaya 0 Reputation points
0 answers

How can I request a quota increase for gpt-35-turbo-instruct?

I need to use gpt-35-turbo-instruct for a research project where I need to use the completions API, not the chat API. This project also requires querying many tokens, approximately ~1 billion total. According to this azure docs page, the limit for…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,607 questions
asked 2024-07-18T21:16:04.1766667+00:00
ejb 0 Reputation points
commented 2024-07-19T10:04:56.97+00:00
AshokPeddakotla-MSFT 30,086 Reputation points
0 answers

Is there any size limit for render adaptive card inside task module ?

I am building a bot with Microsoft Teams where I need to render an adaptive card using a task module. I'm aware there is a 40kb size limit for adaptive cards when sending messages. Are there any size limitations for rendering adaptive cards inside a task…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,578 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.
3,047 questions
asked 2024-07-19T10:03:48.3+00:00
Meet Rathod 5 Reputation points
0 answers

Are task logs deleted when the node is deleted due to autoscaling?

Hello, I am trying to access the logs (stdout.txt and stderr.txt) of the tasks run. As soon as the task is completed I lose access to those files. Looking at the browser console, if I search a file in the path field I get a 404 error, NodeNotFound, The…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
321 questions
asked 2024-07-16T09:52:11.57+00:00
Juan Manuel Pérez [Modelical] 0 Reputation points
commented 2024-07-19T10:03:24.4333333+00:00
Prrudram-MSFT 23,051 Reputation points
1 answer

MS Graph search in Path not finding results

I've been trying to create a search function that will look in MS Graph Sharepoint to find a file within a specific folder. Consider the following search/query endpoint body: https://graph.microsoft.com/v1.0/search/query { "requests": [ …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,376 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,249 questions
asked 2024-07-18T11:40:36.1166667+00:00
Stan 0 Reputation points
commented 2024-07-19T10:00:35.4133333+00:00
Stan 0 Reputation points
1 answer

Use Availability zones for better resiliency and availability - Advisor Reliability Recommendation

Scenario: Azure Advisor is showing this recommendation for all my windows VMs deployed with Availability Options selected as No infrastructure redundancy required and recommending to migrate to an availability Zone. VMs existing region supports multiple…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,543 questions
Azure Advisor
Azure Advisor
An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
53 questions
asked 2024-07-17T06:44:15.4166667+00:00
Gorav Gandhi 1 Reputation point
edited a comment 2024-07-19T09:59:51.7566667+00:00
Nikhil Duserla 985 Reputation points Microsoft Vendor
1 answer

How to fix Unexpected character encountered while parsing value: <. Path '', line 0, position 0. when connecting to Exchange Online via powershell

I am running the latest exchange online management module version 3.5.1 and have powershellget 2.2.5 and packagemanagement 1.4.8.1 installed. When I run the Connect-ExchangeOnline cmdlet I get the following error message:

Microsoft Exchange Online
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,373 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,305 questions
asked 2024-07-19T02:55:55.5166667+00:00
YM 0 Reputation points
answered 2024-07-19T09:59:40.4+00:00
Noah Ma-MSFT 2,340 Reputation points Microsoft Vendor
2 answers

Extension manager suggestions: How can I remove some extensions from the suggestions ?

Hello, For example I don't like to see resharper any time when I open the extension manager. I would like to have a possibility to remove it from my suggestion list. Thanks.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,869 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
192 questions
asked 2024-07-10T10:14:13.0733333+00:00
Yuriy Prokofiev 0 Reputation points
commented 2024-07-19T09:59:33.7733333+00:00
Tianyu Sun-MSFT 29,351 Reputation points Microsoft Vendor
0 answers

Bacpac file won't restore due to columnstore indexes on columns with specific data types.

Situation: We are using Serverless Azure SQL Databases as projects. Afterwards we delete these databases but before we do that we create backups of the databases. We are using SqlPackage.exe (version: 162.3.566) to create bacpac files. Restoring bacpac…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,187 questions
Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,313 questions
asked 2024-07-19T09:58:51.94+00:00
Mark van Eck 56 Reputation points
0 answers

"Post Card in a Chat or Channel" Workflows template issue

Hello Microsoft Support Team, I am encountering a potential bug in the "Post Card in a Chat or Channel" template. When using a boolean variable resulting from a function or variable in an Adaptive Card, the output is showing as False (with a…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,578 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.
3,047 questions
asked 2024-07-17T10:04:56.01+00:00
Kajandere, Jelena 10 Reputation points
commented 2024-07-19T09:58:35.7066667+00:00
Prasad-MSFT 6,076 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Business Analyst Certification Query

Hi Team, I am looking for your assistance in understanding if Microsoft provides Business Analyst Certification for Beginners who is post graduate holder. Could you please guide me on this Thanks

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,655 questions
asked 2024-07-12T12:49:16.21+00:00
Shivani Kayarkar 20 Reputation points
accepted 2024-07-19T09:58:30.75+00:00
Shivani Kayarkar 20 Reputation points
2 answers One of the answers was accepted by the question author.

Number of Standard channels per team?

Dear Microsoft Support Team, I hope this email finds you well. I am writing on behalf of our organization, which relies heavily on Microsoft Teams Chat as our primary communication application. We have found great value in using Teams for collaboration…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,578 questions
asked 2024-07-18T05:05:45.6733333+00:00
Astra Do 20 Reputation points
edited the question 2024-07-19T09:57:20.7366667+00:00
ChetanSharmamsft 1,026 Reputation points Microsoft Vendor
1 answer

User settings for "Busy on Busy" in new Teams client

Where are the settings for the "Let users decide" busy option within new Teams? With a calling policy configured with "Let users decide" Teams behaves as if the policy were set to “Off” and I don’t see any applicable setting in the…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,578 questions
asked 2024-07-18T19:37:49.0866667+00:00
Peterson, Manley - DOA 0 Reputation points
edited the question 2024-07-19T09:57:00.6766667+00:00
ChetanSharmamsft 1,026 Reputation points Microsoft Vendor
0 answers

Trend Micro Deep Security Data Connector in AMA

I am deploying and configuring Sentinel for a new customer. To my surprise today I found that the data connector used for the integration of TrenMicro DeepSecurity only supports integration via OMS/MMA. This agent will be decommissioned in August and I…

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,066 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,056 questions
asked 2024-07-19T09:56:51.57+00:00
Eduardo Vilar 0 Reputation points
0 answers

the website can not enter it, showing with "disconnect to VM" message

the website can not enter it , please assist to solve the problems

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,543 questions
asked 2024-07-19T07:32:22.5433333+00:00
belt and road macau 0 Reputation points
commented 2024-07-19T09:56:24.0766667+00:00
Prrudram-MSFT 23,051 Reputation points
1 answer

Contact Billing in regards to a refund of a subscription

I am in a loop in the subscription management. I cancelled my subscription, I retired and don't use it, have not used it for months. The bill hit my CC so I want a refund. I try to submit the refund request but it tells me "Expedited refund limit…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,869 questions
asked 2024-07-11T20:54:07.8966667+00:00
DrSpy 0 Reputation points
commented 2024-07-19T09:56:03.3566667+00:00
Tianyu Sun-MSFT 29,351 Reputation points Microsoft Vendor
0 answers

Keto Power Sverige : Recensioner & Fördelar Diet 100% Säkert för alla

Keto Power är designad för både män och kvinnor och ger dig säkra resultat. Keto Power är ett kliniskt testat tillskott som innehåller naturliga och säkra ingredienser. [Keto Power] hjälper till att öka din ämnesomsättning och hjälper också till att…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
156 questions
asked 2024-07-19T09:55:53.1033333+00:00
ketopowerkopasverigese 0 Reputation points
0 answers

Custom endpoint available for ConversationTranscriber?

I have followed the instructions to train a new speech model and created a custom endpoint for it in Speech Studio. I have seen examples for using the custom endpoint for SpeechRecognizer; however, when I try to connect to the endpoint using a…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,546 questions
asked 2024-07-19T06:28:26.6866667+00:00
Marc Sumner 0 Reputation points
commented 2024-07-19T09:55:07.1366667+00:00
dupammi 8,030 Reputation points Microsoft Vendor
0 answers

Unable to connect VPN due to errors: getKeyChainSecret: Failed to retrieve KeyChain secret.

Unable to connect to VPN due to the following errors: 07/17/2024 11:59:20 Error getKeyChainSecret: Failed to retrieve KeyChain secret. Status code -25300 07/17/2024 11:59:20 Error handleAADClientAuthCachedUser: There is no last used account Username…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,449 questions
asked 2024-07-17T02:12:42.1633333+00:00
SC 0 Reputation points
commented 2024-07-19T09:54:25.75+00:00
KapilAnanth-MSFT 40,996 Reputation points Microsoft Employee
3 answers

authentication and accessing Azure Files usin Entra ID users

Could you please help me with Highlevel steps to use Entra ID users for authentication and accessing Azure Files.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,220 questions
asked 2024-07-19T09:06:21.85+00:00
Kamal Jayaram 0 Reputation points
answered 2024-07-19T09:54:08.08+00:00
Manu Philip 17,351 Reputation points MVP