54,796 questions

Sort by: Answers
0 answers

Azure DNS records do seem to work

I create a Azure DNS zone to host the DNS records for a domain registered with IONOS, I updated successfully and more than 48 hours ago the name servers on the registrar but using different DNS checker tools the records still do not show up. I registered…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
605 questions
asked 2024-05-23T09:51:03.34+00:00
Riccardo Barbieri 0 Reputation points
0 answers

Issue with WebJobs Not Running

We have deployed an application on Azure App Service, and we are using WebJobs for background processing. The WebJobs were functioning correctly until 17:00 JST on May 17. However, upon checking at 9:00 JST on May 20, we found that the WebJobs had…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,015 questions
asked 2024-05-20T12:04:38.1+00:00
涌井大輔 0 Reputation points
commented 2024-05-23T09:49:03.9366667+00:00
VenkateshDodda-MSFT 18,956 Reputation points Microsoft Employee
0 answers

Subscription is disabled for security reasons

Hi, My Subscription is disabled for security reasons. Kindly enable as the issue is resolved.

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
995 questions
asked 2024-05-23T09:47:28.95+00:00
Augustine Joseph 0 Reputation points
0 answers

Get Sql instances in .Net

How can I retrieve a DataTable from Sql Server instances in .Net? In the .Net Framework it was done this way: SqlDataSourceEnumerator instance = SqlDataSourceEnumerator.Instance; DataTable table = instance.GetDataSources(); string…

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,373 questions
asked 2024-05-23T09:46:11.3966667+00:00
zequion 131 Reputation points
0 answers

{'statusCode': 401, 'message': 'Unauthorized. Access token is missing, invalid, audience is incorrect (https://cognitiveservices.azure.com), or have expired.'}

When I want to use GPT-4o, I get this error. I want to use GPT-4o without using Cognitive Search. In previous versions of Azure Open AI, this was possible, but now it is not. In the example given in the playground, it is done using Cognitive Search. How…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
995 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,277 questions
asked 2024-05-23T09:45:53.45+00:00
BAHADIR ARAZ 0 Reputation points
0 answers

Managed identity should be used in web apps

We have a situation with a PAAS application where in Azure Advisor it is asking us to enable Managed identity should be used in web apps and Function APP . Our concern is that if I specifically change this to be Managed indentiese then will it break…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,374 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,214 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,015 questions
asked 2024-05-23T09:44:27.9833333+00:00
Paritosh Mishra 0 Reputation points
0 answers

How to load data in batches with the new Salesforce connector in Azure Data Factory?

Hi, Previously in the Salesforce(Legacy connector) you could pull all the data but with the new Salesforce OAuth 2.0 connector in ADF, it restricts the data? How to tackle this issue? Should i run in batches? Also the new SOQL doesn't support query :…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
995 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,728 questions
asked 2024-05-23T09:44:18.8333333+00:00
Lionel Dsouza 0 Reputation points
0 answers

Azure AI Studio Chat In my data GPT-4o model Request Header Too Large

Azure AI Studio If you add the GPT-4o model and data (Index) in Chat and try Chat, A Request Header Too Large error occurs. There is no error in the GPT-4-0125(preview) model.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,277 questions
asked 2024-05-23T09:43:20.18+00:00
김남일 0 Reputation points
0 answers

In AVS Implementation related Queries

Hi Team, Need your expertise inputs on the below mentioned queries that are AVS integration with Active Directory / Azure AD (Customer wanted to know whether they need to create the users manually on AVS vCenter or can they integrate with On-Prem AD).…

Azure VMware Solution
Azure VMware Solution
An Azure service that runs native VMware workloads on Azure.
322 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,820 questions
asked 2024-05-22T11:42:39.0733333+00:00
commented 2024-05-23T09:43:19.59+00:00
0 answers

Inconsistent Citations using Azure Open AI on my own Data

Good morning I'm creating a chatbot on my own data using gpt-35-turbo and Azure AI Search with query_type = Hybrid + Semantic. The index was created on Azure OAI Studio and my files are all pdfs, stored in a Azure Blob Storage. Currently, I'm using my…

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.
752 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,277 questions
asked 2024-05-23T09:42:15.97+00:00
Santos, Miguel Ângelo 0 Reputation points
0 answers

How can I add a banner (pop-up) to our Intranet on Microsoft Sharepoint?

Dear team, can you please advise how to add a banner with important messages on our Intranet (on MS Sharepoint)? This would be used for our main page, but maybe also on other pages. Thank you!

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,843 questions
asked 2024-05-23T09:42:15.0966667+00:00
Ilascikova, Kamila 0 Reputation points
0 answers

How to upload a analyzed document done with documentAnalysisClient.AnalyzeDocumentAsync call in code, into the training dataset in code, which mimics the 'Mark as to uploaded into the training dataset' button in Azure DI

After analyzing a doc with the documentAnalysisClient.AnalyzeDocumentAsync, I need a way to upload the tested doc directly into the training dataset of its corresponding blob with the already labeled fields. Basically I need to mimic the yellow…

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,373 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,440 questions
asked 2024-05-23T09:34:07.56+00:00
edited the question 2024-05-23T09:42:03.14+00:00
0 answers

The Encrypt Button is showing ( connect to right management servers and get template using outlook 2016 version 2402 Monthly enterprise channel

The Encrypt Button is showing ( connect to right management servers and get template using outlook 2016 version 2402 Monthly enterprise channel However the same option is working in new outlook client and OWA the IRM configuration is checked and the…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,353 questions
asked 2024-05-09T07:15:57.3766667+00:00
Cv, Prashanth 0 Reputation points
commented 2024-05-23T09:40:10.13+00:00
Cv, Prashanth 0 Reputation points
0 answers

I cannot verify my student status because micrososft tells me that it has already been used this year

Hello guys, Unfortunately I can't create a support ticket because I don't have permission. In addition, my university cannot help me. First it was displayed that my account had allegedly already been used for student verification this year. But I didn't…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,799 questions
asked 2024-05-23T09:39:47.4266667+00:00
Marius Diers 0 Reputation points
0 answers

How use the parameter language for fr-FR into AZURE MAPS API

Hi, How I can force AZURE MAPS API to send me a result in french please ? Example :…

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
604 questions
asked 2024-05-23T09:38:32.86+00:00
Bruno Martins-Lêdo 0 Reputation points
0 answers

Not able to open Lab sandbox for learning

When trying to open lab https://learn.microsoft.com/en-my/training/modules/manage-opportunities-dynamics-365-sales/5-manage-opportunities?source=learn it show error below: This question is related to the following Learning Module

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
77 questions
asked 2024-05-23T05:45:03.4166667+00:00
Chang KW 0 Reputation points
commented 2024-05-23T09:37:11.5933333+00:00
RNareddy 795 Reputation points Microsoft Vendor
0 answers

Custom Search not working

Hi there, our custom search is not working currently (you can see it on EmailToolTester.com). The error message says: "Unable to execute your query. Ensure that a valid subscription key has been set up for your instance." The thing is, our…

Bing Custom Search
Bing Custom Search
An easy-to-use, ad-free, commercial-grade search tool that lets you deliver the results you want.
80 questions
asked 2024-05-23T09:36:02.1766667+00:00
tooltester 21 Reputation points
0 answers

How to use localized RESX in Blazor WASM?

Hi, all I want is standard "old way" usage of generated static properties of my RESX to localize texts based on CultureInfo and .culture.resx files. I've just figured out, that only difference from .NET Framework is that now in .NET 8 culture…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,456 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,236 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,373 questions
asked 2024-05-22T07:01:50.83+00:00
Rada Matěj 180 Reputation points
commented 2024-05-23T09:35:55.2866667+00:00
Rada Matěj 180 Reputation points
0 answers

Facing challenges in setup of SCCM with SQL clustering

Hi Team, We are trying to setup a new site with SQL clustered on 4 nodes. During the setup on the database information wizard, we are putting up the SQL cluster followed by the dynamic port number which works fine. However, it is unable to copy the…

Microsoft Configuration Manager
asked 2024-04-15T09:06:42.8+00:00
Mohd Atif Husain 145 Reputation points
edited a comment 2024-05-23T09:35:00.0766667+00:00
Frank Dong 246 Reputation points
0 answers

All of my application insights instances suddenly stopped collecting data and haven't resumed since

At the end of 21st May 2024 all of our application insights instances stopped collecting data. We regularly hit the daily limit but in this case none of them started recording again the next day. They have all been migrated from classic to log…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,015 questions
asked 2024-05-23T09:32:52.9333333+00:00
Jalibe 0 Reputation points