296,640 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Further clarity needed with Azure REST API response codes

The Azure REST API docs provide 4 different reasons for receiving a 503 due to "ServiceBusy" error code. I'm trying to disambiguate user error due to too many requests vs Azure services actually being down/impacted. Originally I thought 503…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,529 questions
asked 2024-06-03T22:07:32.4466667+00:00
JJ-8928 20 Reputation points
accepted 2024-06-10T21:39:52.06+00:00
JJ-8928 20 Reputation points
1 answer

Not allowed to create secrets in the key vaults I'm creating

I've tried creating 3 different key vaults. Each one is created and put into the proper subscription and resource group for the Learn lesson's use. When I set the login and password, they set, secretly. However, this is where it fails. When I try to…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,122 questions
asked 2024-06-10T21:15:01.93+00:00
Matthew Wotring 20 Reputation points
edited an answer 2024-06-10T21:37:21.82+00:00
TP 80,666 Reputation points
1 answer

Extract URL link behind email body using Azure Logic Apps

I am trying to extract csv file from URL that is indicated on the email. I have followed the step from this thread. This is current process in Azure Logic App: This is close-up of the Regex: This is output from the second step (Get emails (V3)) -…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,920 questions
asked 2024-05-21T20:08:45.01+00:00
King Java 500 Reputation points
commented 2024-06-10T21:35:27.1566667+00:00
King Java 500 Reputation points
1 answer One of the answers was accepted by the question author.

ADO API for 'Add test cases to a suite with specified configurations' throws count value 0 with value []

We're trying to automate adding the test case to a suite but always returns 200 OK without the count or value. The values being passed are valid. POST…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,879 questions
asked 2024-06-05T19:55:06.6166667+00:00
Kumaraguru Nandakumar 0 Reputation points
accepted 2024-06-10T21:32:52.4166667+00:00
Kumaraguru Nandakumar 0 Reputation points
1 answer

Windows update failed on win 11 devices

Hi, I have upgraded machines in my environment from Windows 10 22H2 to Windows 11 23H2. However, there are some machines that still show Windows 10 updates in the Software Center even after the upgrade. When I try to install these updates, they fail.…

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
874 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,551 questions
asked 2024-06-10T18:15:34.3533333+00:00
TechUST 416 Reputation points
answered 2024-06-10T21:25:51.4966667+00:00
Rahul Jindal [MVP] 9,376 Reputation points MVP
1 answer

Invalid procedure call or argument error

When pressing a command button the code below is executed, and it results in an error as seen in the picture. In addition, I seem to be the only user with this issue. My coworkers don't mention having this issue. I never had this issue until about a…

Access
Access
A family of Microsoft relational database management systems designed for ease of use.
319 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
841 questions
asked 2024-06-04T21:28:57.5766667+00:00
Lopez, Ahiezer 216 Reputation points
commented 2024-06-10T21:24:49.0966667+00:00
Lopez, Ahiezer 216 Reputation points
1 answer

blocking due to cuncurrency problem.

hi, I have a table "bridge" where i keep bridgeid as pk , and hardly four to 5 rows are there CREATE TABLE [dbo].[bridge]( bridgeid [bigint] NOT NULL, [idpool] bigint NULL CONSTRAINT [PK_bridge] PRIMARY KEY CLUSTERED ( [bridgeid]…

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,024 questions
asked 2024-06-10T06:08:53.8766667+00:00
Rajesh Kumar Yadav 0 Reputation points
commented 2024-06-10T21:20:06.5133333+00:00
Erland Sommarskog 102.9K Reputation points
1 answer

Need info on pricing tier for using General Document model

We are planning to upgrade a paid subscription frm Free subscription for our Doc Intelligence resource that we are using. We are using General Document pre-built model and we are seeing two different price…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,462 questions
asked 2024-06-06T15:55:50.83+00:00
Karri, Keerthi 20 Reputation points
commented 2024-06-10T21:17:49.5666667+00:00
VasaviLankipalle-MSFT 15,241 Reputation points
2 answers

while installing the sql server 2022 i am getting an error

exit code(Decimal): 2061893606 Error Description: wait on the database engine recovery handle failed. check the sql server error log for potential causes Getting this error while installing sql

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,024 questions
asked 2024-06-10T11:57:09.7833333+00:00
shanta swaroop 0 Reputation points
answered 2024-06-10T21:15:16.7166667+00:00
Erland Sommarskog 102.9K Reputation points
1 answer

azure bot to web app private communication

Hi There , i have a setup of resources where i have an azure bot service that is communicating with azure web app as a messaging endpoint , the azure bot and azure web app have private endpoints and are in the same subnet , once the web app is publicly…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,841 questions
Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
763 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,124 questions
asked 2024-06-10T20:04:37.5233333+00:00
Yazn Zamel (MiddleEast) 0 Reputation points
answered 2024-06-10T21:06:21.8766667+00:00
Sina Salam 4,996 Reputation points
2 answers

SQL login issue

I'm trying to connect via local SSMS to the SQL Server on my Azure VM but it's failing saying the Server is not found or accessible. I can RDP into my VM without issue. Any ideas please?

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,024 questions
asked 2024-06-10T10:03:55.5233333+00:00
Gurpreet Khaira 0 Reputation points
answered 2024-06-10T20:50:06.61+00:00
Erland Sommarskog 102.9K Reputation points
1 answer

How can I find out if my video view is on top of my game view in my Android .NET 7.0 project?

I want to play a video in my Android .NET 7.0 project. I have installed the NuGet package XamarinMediaManager version 1.2.2: https://github.com/Baseflow/XamarinMediaManager But the problem is that I only hear the sound of the video when I debug on my…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,034 questions
asked 2024-06-09T21:02:21.89+00:00
Kim Strasser 686 Reputation points
commented 2024-06-10T20:46:36.8+00:00
Kim Strasser 686 Reputation points
1 answer

Does ADO.NET support multi-subnet failover for SQL connections, and how does this feature compare to ODBC's multi-subnet failover support?

I am using ADO.NET for SQL connections. Does ADO.NET support multi-subnet failover? I understand that ODBC supports multi-subnet failover. Can you explain the difference between ADO.NET and ODBC in this regard?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,506 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.
13,024 questions
Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
680 questions
asked 2024-06-10T10:06:11.2266667+00:00
YONG Chee Wee 1 Reputation point
answered 2024-06-10T20:46:28.96+00:00
Erland Sommarskog 102.9K Reputation points
1 answer One of the answers was accepted by the question author.

trying to run ASRDeploymentPlanner but issue with vSphere PowerCLI 6.0

Hello, I'm trying to run the ASR DeploymentPlanner.exe but it says to "Install VMware vSphere PowerCLI 6.0 on local machine". I've visited the VMware/BroadCom site which the link in the MS article points to but the oldest version of PowerCLI I…

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
659 questions
asked 2024-06-07T15:04:05.21+00:00
Ted Lemery 40 Reputation points
accepted 2024-06-10T20:44:50.8066667+00:00
Ted Lemery 40 Reputation points
1 answer

Azure AD B2C - how to shorten the "state" parameter in the signout url to avoid query string is too long error?

Hi, we are getting a unique query string too long error upon adding one of the standard context parameters. Somehow it is getting added to the "state" property while user logging out. I have no idea why the "state" property is…

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,699 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,026 questions
asked 2024-05-16T16:05:57.7733333+00:00
Gangarde, Sachin 45 Reputation points
commented 2024-06-10T20:43:03.2066667+00:00
James Hamil 22,776 Reputation points Microsoft Employee
1 answer

WHY Index Scan Instead Of Seek While Joining Big Table With #Temp Table

In my sql server 2016 database, I have a table 'BigData' having around 50 million rows and a Temporary table #TempID which contains 600 rows. CREATE TABLE BigData (ID INT IDENTITY(1,1) PRIMARY KEY, OtherID INT, Comment nvarchar(max),…

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,024 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,573 questions
asked 2024-06-10T11:46:44.9033333+00:00
Vikrant Sirohi 0 Reputation points
commented 2024-06-10T20:42:53.3666667+00:00
Erland Sommarskog 102.9K Reputation points
3 answers

Azure Function returns Timeout after 1 minute but code executes successfully

I have an HTTP-Triggered Azure Function using Python 3.9 runtime that does some reading from key-vault and writing to a database. The whole process usually takes 40-70 seconds and in some cases even less. I invoke this function from .NET using an http…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,463 questions
asked 2022-12-21T13:07:25.383+00:00
Martin Kostadinov 36 Reputation points
edited an answer 2024-06-10T20:40:32.65+00:00
Michel Tsukiyama 0 Reputation points
1 answer

Automatically update Azure AI search indexes from BLOB storage for use in Azure AI studio - RAG pattern queries

Hello, I'm currently using Azure AI studio to upload PDF files to a BLOB store, create an index, and then query this data using Chat GPT 3.5 and the RAG pattern without any coding. It is working great! However, I'm trying to set up the architecture to…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
787 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,401 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,495 questions
asked 2024-05-14T16:03:05.1033333+00:00
CTO.care 40 Reputation points
answered 2024-06-10T20:40:11.79+00:00
Mithun 20 Reputation points
1 answer

Azure AI Studio Chat Ground issue with configuring Azure AI Search Index Data Source

I've set up an Azure AI search index data source in Azure AI Studio Chat Ground using the "Add your data" option. The Azure AI search index contains valid documents sourced from Blob storage and the search functionality is working fine.…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
787 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,401 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,495 questions
asked 2024-06-08T16:06:05.2666667+00:00
Mithun 20 Reputation points
answered 2024-06-10T20:39:20.4766667+00:00
Mithun 20 Reputation points
2 answers One of the answers was accepted by the question author.

Azure AD app permissions for getting all sites using PnP Commands

Hi I am connecting to SharePoint admin center using command "Connect-PnPOnline" with certificate thumbprint and Client Id. In my Azure AD App, I am having the SharePoint Permission "Sites.Read.All". I am trying to get all the site…

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,749 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,026 questions
asked 2023-10-04T06:30:21.9933333+00:00
ABHISHEK KUMAR 61 Reputation points
edited a comment 2024-06-10T20:09:26.2633333+00:00
Sourabh Kumar Yaduvanshi 0 Reputation points