350,047 questions

Sort by: Created
0 answers

Why does GPT-4-O in azure openAI randomly return inappropriate content errors when the content is appropriate?

good morning, i'm using gpt4-o with azure openai in the US2 region, i've observed that it often returns inappropriate content errors knowing that my content is not at all inappropriate, the same request can be considered as inappropriate content at time…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,333 questions
Azure AI Content Safety
Azure AI Content Safety
An Azure service that enables users to identify content that is potentially offensive, risky, or otherwise undesirable. Previously known as Azure Content Moderator.
4 questions
asked 2024-05-31T09:06:40.8033333+00:00
AMROUN Lysa 241 Reputation points
0 answers

How to lock transactions that cannot be ended autonomously

An abnormal table lock was detected in the production environment. Tracking revealed a transaction that lasted for several hours, which was conspicuous in a production setting where transactions typically last no more than 30 seconds. Monitoring through…

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,942 questions
asked 2024-05-31T09:06:33.96+00:00
博雄 胡 70 Reputation points
0 answers

The URL to access the Sample Access Database does not work

The URL to access the Sample Access Database does not work in the following module: https://learn.microsoft.com/en-us/training/modules/model-data-power-bi/2-how-to-manage-data-relationships URL in question:…

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
130 questions
asked 2024-05-31T09:06:10.64+00:00
Syed Jalal Tashrifullahi 0 Reputation points
0 answers

Does Defender for Cloud Apps access policy apply to desktop and mobile apps in addition to the browser?

I created an access policy on Defender for Cloud Apps to block access from risky IP addresses. However, I am unsure if the policy applies to desktop and mobile apps or just the browser. Although testing shows that the browser session is blocked, Outlook…

Microsoft Defender for Cloud Apps
Microsoft Defender for Cloud Apps
A Microsoft cloud access security broker that enables customers to control the access and use of software as a service apps in their organization.
113 questions
asked 2024-05-31T09:03:10.8766667+00:00
Hamed, Ali 0 Reputation points
0 answers

MC ID: 7485533 - Lost my Azure Credits after I renewed my MCT enrolment

I have renewed my MCT certification, but after that i lost my azure credits. Now my VS Enterprise subscription got disabled. Kindly look into this issue.

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,007 questions
asked 2024-05-31T09:01:04.18+00:00
NARENDAR GENTYALA 0 Reputation points
0 answers

I did not receive my certificate through email when I passed the exam and Pearson VUE never send it to me. How do I get my certificate?

I passed the exam almost one year ago, PL-600. I never got through email certificate so on my microsoft platform I only have information that I passed exam but I do not have certificate because Pearson VUE did not send me. When I contacted Pearson VUE I…

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
130 questions
asked 2024-05-31T08:52:21.4333333+00:00
Jovana Zornić 0 Reputation points
1 answer

cx deploy the agent logs of the cluster will be pushed to CrowdStrike, will Microsoft charge for this ingestion as well

Considering this, post cx deploy the agent logs of the cluster will be pushed to CrowdStrike, will Microsoft charge for this ingestion as well ?

Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
965 questions
asked 2024-05-31T08:49:16.3033333+00:00
Temitope Ayodeji Osuntoyinbo 0 Reputation points
answered 2024-05-31T08:49:16.3366667+00:00
Q&A Assist
1 answer

SCCM Endpoints not getting compliant and showing inactive

In my company I am operating one Primary site server with several different roles. Lately I have seen one strange issue where multiple endpoints not getting compliant. Tried to resinstall the SCCM client for easy fix but that too not working like…

Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
986 questions
Microsoft Configuration Manager
asked 2024-05-31T08:42:24.1333333+00:00
Rahul Sapke 141 Reputation points
answered 2024-05-31T09:06:01.1633333+00:00
Anushka 80 Reputation points
0 answers

Microsoft 365

Est ce que je peux installer les outils de Microsoft 365 ( Word Excel copilot ...) sur 4 appareils différents This question is related to the following Learning Module

Microsoft 365 Training
Microsoft 365 Training
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.Training: Instruction to develop new skills.
40 questions
asked 2024-05-31T08:41:24.0433333+00:00
ASMAE.KAJJOUT 21 Reputation points
1 answer

Error code 721

I am unable to establish a connection with VPN through a Windows Server based remote access server, and when I try to do so, I will return error code: 721 I would greatly appreciate it if you could provide relevant information

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,334 questions
asked 2024-05-31T08:41:03.5933333+00:00
ju li a 20 Reputation points
answered 2024-05-31T08:51:08.9666667+00:00
Jing Zhou 3,115 Reputation points Microsoft Vendor
1 answer

Azure OpenAI Service Application Approval

We applied for the Azure OpenAI service from our company (Nihon Kohden Corporation) in April. It was supposed to be approved within 10 business days, but it hasn't been approved yet. When we contacted Microsoft Japan, we were instructed to email…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,333 questions
asked 2024-05-31T08:40:20.7166667+00:00
KIJIMA Shinichi (木島 真一) 0 Reputation points
commented 2024-05-31T09:11:37.28+00:00
KIJIMA Shinichi (木島 真一) 0 Reputation points
2 answers One of the answers was accepted by the question author.

How to apply Wildcard REGEX filename from SFTP using ADF ?

I have a list of files on an SFTP server that I need to copy and move to a blob storage container. The filenames should match the following wildcard pattern: (FullName)[0-9](-)[0-9](-)[0-9]*(.)(CSV). Here are the steps I've taken: Created a new…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,797 questions
asked 2024-05-31T08:39:33.4166667+00:00
WeirdMan 140 Reputation points
accepted 2024-05-31T09:05:11.5366667+00:00
WeirdMan 140 Reputation points
0 answers

API Management Deployment - Service Activation Failed

Hi there I've deployed Azure API Management instance inside a VNet (Internal mode). This APIM instance sits in a spoke VNet (Subscription) and the Hub subscription has all the shared services such as Firewall, Gateway, Active Directory DNS. Internet…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,821 questions
Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
611 questions
asked 2024-05-31T08:38:28.2733333+00:00
Taranjeet Malik 446 Reputation points
0 answers

ByPass custom logic executions in Azure Data factory copy activity

Hi, I am planning to do data refresh project using Azure data factory and like to disable the custom logics execution. is there any way I can do in ADF copy activity? Like…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,797 questions
asked 2024-05-31T08:32:26.37+00:00
Maniraj K V 20 Reputation points
0 answers

how to fix Invalid dataRefreshIntervalInHours value during data ingestion?

While uploading data in the chatplayground I get the following error "Invalid dataRefreshIntervalInHours value. Value has to be between 0.2 and 720 or null for one-off ingestion jobs." I basically followed the required steps to upload the files…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,333 questions
asked 2024-05-31T08:31:28.68+00:00
Peeters Dennis 0 Reputation points
0 answers

Windows11assistantmethod

I got a question i am trying to download windows 11 on my pc but i choose the windows 11 assistant method but when i finished installing the restart did not show app why

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,479 questions
asked 2024-05-31T08:24:18.3733333+00:00
Carl Tanda 0 Reputation points
1 answer

INGESTED RELATIONSHIPS MICROSOFT PURVIEW

Hi, Does Azure Purview show table relationships(references) for captured SQL Server tables? The related tab shows all tables in the schema! Even though I've specified all foreign key relationships in SSMS, the ingested relationships in Purview are zero!

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
972 questions
asked 2024-05-31T08:23:24.22+00:00
dalya zwaihed 0 Reputation points
answered 2024-05-31T08:45:41.38+00:00
Anushka 80 Reputation points
1 answer

how to get Open AI Service with personal account

Hi, I have enrolled for challenge Develop Generative AI solutions with Azure OpenAI Service. When I want to activate Azure Open AI Service, the form is saying personal account will be denied. I want to focus on learning not chasing organisation…

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,077 questions
asked 2024-05-31T08:10:54.1266667+00:00
Amiya Das 1 Reputation point
answered 2024-05-31T08:27:58.9433333+00:00
VarunTha 4,580 Reputation points Microsoft Vendor
0 answers

How to modify the user group of IIS APPPOOL\xxx

I created a IIS website, the application pool name is testAppPool. Then I run the following code in the website, obtain current user group permissions: WindowsIdentity winIdentity = WindowsIdentity.GetCurrent(); str += "<br/>Current user…

Internet Information Services
asked 2024-05-31T08:08:17.33+00:00
xiongfj xiongfj 0 Reputation points
1 answer

Trouble with Filtering in MS Graph API Query [MS Bookings / Appointments]

I am having difficulty in filtering appointments based on the serviceID field while querying the Microsoft Graph API. I tried with $filter and $seach, but same problem, it returns me all appointments.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,905 questions
asked 2024-05-31T08:05:08.8366667+00:00
Sportback 26 Reputation points
answered 2024-05-31T09:01:52.1433333+00:00
Yakun Huang-MSFT 785 Reputation points Microsoft Vendor