349,787 questions

Sort by: Updated
1 answer

How to compare two dates in ADF to see which is greater?

Hi there, I am using Azure Data Factory to compare two dates (one is stored in a string variable and one its utcnow) and I need to know when the utcnow is greater than the date in the stored string variable. Both are just dates no timestamps I looked at…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,788 questions
asked 2024-05-30T12:03:14.8966667+00:00
Mike Langlois 5 Reputation points
answered 2024-05-30T12:28:20.7866667+00:00
Smaran Thoomu 10,885 Reputation points Microsoft Vendor
1 answer

My phone number is not being accepted while trying got apply to a Azure certification test

Just as the title states the form for scheduling the AZ-900 exam is stating my phone number is invalid

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,635 questions
asked 2024-05-17T15:15:06.3133333+00:00
john condon 0 Reputation points
commented 2024-05-30T12:28:20.4833333+00:00
Gowtham CP 1,970 Reputation points
1 answer One of the answers was accepted by the question author.

VPN (site to site) not connected

While trouble shooting a VPN (site to site) connection issue with one of our remote offices, I "Disconnected" that office from the list of VPN sites, which seemed to be successful. However, after 30ish minutes I noticed the site was still in…

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,412 questions
asked 2024-05-25T13:25:24.4666667+00:00
Chris Bogdanovich 21 Reputation points
commented 2024-05-30T12:27:59.0166667+00:00
Chris Bogdanovich 21 Reputation points
6 answers

RSAT not an option W11

HI All: I am on W11 Business (a new install). I have Googled the hell out of this, and there seems to be only one answer, repeated ad infinitum across the web: Settings>Apps>Optional Features>View Features> Search for RSAT. RSAT is just…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,470 questions
asked 2022-01-13T16:15:16.687+00:00
Evan Urkofsky 31 Reputation points
edited a comment 2024-05-30T12:27:46.4666667+00:00
Alexander Ginzburg 0 Reputation points
1 answer

How do we monitor activity and changes to a specific service account in Azure with email alerts

what are specific steps for monitoring a service account (or multiple accounts by group) for all activity and changes to the account permissions, etc. - email or other immediate alerting would be required. I would like to be able to filter out approved…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,874 questions
asked 2024-05-17T14:23:43.86+00:00
Bruce, Emerson M 1 Reputation point
commented 2024-05-30T12:26:58.13+00:00
Bruce, Emerson M 1 Reputation point
1 answer

in the current api version , tool_choice is not supporting required option. When can we expect this choice?

Hi, I want to use tool_choice = required in function calling. However, it seems like the current version of rest APIs doesn't support this. When can we expect to get this option?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,325 questions
asked 2024-05-25T05:11:02.0633333+00:00
BurfCoder 0 Reputation points
commented 2024-05-30T12:26:54.2866667+00:00
Gowtham CP 1,970 Reputation points
1 answer

how to unblock your certification profile

We can’t access your Microsoft certification profile because it is blocked. Please contact [Microsoft Learning - Security Team] kindly assist me, i was scheduling for an exam and i got blocked

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,635 questions
asked 2024-05-24T19:03:23.86+00:00
kelly praise sithole 0 Reputation points
commented 2024-05-30T12:26:17.28+00:00
Gowtham CP 1,970 Reputation points
1 answer

I did not receive my certificate for the AZ-400 exam in my Microsoft Learning after 7 days

Hi, I passed my AZ-400 exam on May 20, 2024 but I still don't have my certificate online. While I received a congratulatory note in my email. So far in my Microsoft Learning I don't see it. is this normal? It's been over 24 and I did it on Pearsonvue…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,635 questions
asked 2024-05-26T12:23:32.3266667+00:00
Makakeu, Gaelle 0 Reputation points
commented 2024-05-30T12:25:37.2866667+00:00
Gowtham CP 1,970 Reputation points
1 answer

Azure openAI access credentials

I am learning and trying to get openai access credentials to test my next.js project. I have signed up to Azure, which deducted $1 from my account, but still do not seen to obtain the access credentials. What must I do?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,459 questions
asked 2024-05-27T14:36:37.9133333+00:00
John W Horton 0 Reputation points
commented 2024-05-30T12:24:18.11+00:00
Gowtham CP 1,970 Reputation points
0 answers

removable drive seen in debbugger although i filter it.

hi, i used this code and i see removable drive in debugger, why? I used mac. DriveInfo[] drives = DriveInfo.GetDrives(); drives = drives.Where(drive=> drive.DriveType != DriveType.Removable && drive.DriveType !=…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,004 questions
asked 2024-05-30T11:56:43.41+00:00
Dani_S 2,906 Reputation points
edited a comment 2024-05-30T12:24:16.8766667+00:00
Viorel 113.2K Reputation points
1 answer

Co-pilot + PC Surface Laptop 7 for Azure learn

Using Co-pilot + PC Surface Laptop 7 with Arm Architecture chips for Azure learning and executing lab excersises is recommended ? or is it good to have/go with with x86 64 bit laptops which is fully complaint and matured for windows ?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,635 questions
asked 2024-05-24T18:54:38.3433333+00:00
Rajkumar Balasakuri 40 Reputation points
commented 2024-05-30T12:23:42.54+00:00
Gowtham CP 1,970 Reputation points
0 answers

How to send an input file to GPT4.o multi modal along with the text prompt

I am testing GPT4.o multi modal LLM , where my python application code should send a file along with text prompt. I am trying below code, but it is throwing error. Can some one suggest me right approach to send the file and text as prompt to GPT4.o ,…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,325 questions
asked 2024-05-28T02:53:52.71+00:00
Baijnath Singh 40 Reputation points
commented 2024-05-30T12:22:57.89+00:00
navba-MSFT 17,980 Reputation points Microsoft Employee
0 answers

Azure Fundamentals Exam have ended by the proctor before even starting the exam and given me a ticket

Good Evening team, This 28-May-2024 I am about to take the Azure Fundamentals A-Z 900 Certification exam so I completed my ID verification as well to check my exam environment a proctor entered my video call and I couldn't understand her accent even…

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
654 questions
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,004 questions
asked 2024-05-30T12:22:51.1233333+00:00
Mohan Sirasapalli 0 Reputation points
1 answer

I have passed the exam Az- 400 on 20th may still not received any certification link to download

I have passed my exam on 20th May , 2024 and it's coming under the certificatification section but I couldn't see any link download that certification. It is comes under the tab known past exams

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,635 questions
asked 2024-05-27T12:13:46.9933333+00:00
Akash Dongre 0 Reputation points
commented 2024-05-30T12:22:48.1833333+00:00
Gowtham CP 1,970 Reputation points
2 answers

Insufficient Permissions for Import Certificate into Key Vault

I am an external user for one of my client accounts. I have owner permissions. I am trying to import a certificate into a key vault. The key vault has the Vault Access Policy. As the owner, I have full access to this resource. However, when I try to…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,147 questions
asked 2024-05-30T06:32:40.9466667+00:00
Carolyn Schroeder 186 Reputation points
commented 2024-05-30T12:22:11.3666667+00:00
Deepanshu katara 5,760 Reputation points
1 answer

Microsoft Entra ID - Provisioning Log API Maximum Page Size

Hello Team, Could you please let us know the default and maximum page size of provisioning log API - https://learn.microsoft.com/en-us/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0&tabs=http Thanks, Ravi P.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,910 questions
asked 2024-05-29T05:29:37.22+00:00
Ron Weasley 0 Reputation points
answered 2024-05-30T12:21:55.9866667+00:00
Akhilesh 5,640 Reputation points Microsoft Vendor
2 answers

Certifications not reflecting Microsoft account after giving exam from Pearson ONVUE

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,635 questions
asked 2024-05-27T07:10:18.4233333+00:00
AcharyaSurya-8225 0 Reputation points
commented 2024-05-30T12:21:39.8033333+00:00
Gowtham CP 1,970 Reputation points
1 answer

Exchange 2013 unable to edit the DAG settings

My environment is Exchange 2013 with a single CAS server and a DAG with two servers in the primary site and one server at the DR/secondary site. I am facing an issue where, when I try to edit the DAG properties, I receive the error message: "The…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,123 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,408 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
415 questions
asked 2024-05-30T07:52:54.72+00:00
Innocent Heartvoice 286 Reputation points
commented 2024-05-30T12:21:36.55+00:00
Innocent Heartvoice 286 Reputation points
2 answers

Convert Existing Windows File Server to Azure File Sync

Hello - We're investigating converting a Windows 2008 file server to Azure File with sync/cache server. Reading a number of online documents/forums, the process for setting up Azure File and the sync process looks fairly straightforward. What we're a…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,188 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,320 questions
asked 2024-05-28T21:07:27.88+00:00
Robin H 0 Reputation points
commented 2024-05-30T12:20:24.13+00:00
Anand Prakash Yadav 6,860 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Request entity too large when using custom endpoint in azure workbook

I have a workbook that makes an api call and fetches results. These results are stored in a parameter and referenced/visualized by many widgets. This happens to fail at scale (with 25k objects), I get a message The query used here is, print…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,874 questions
asked 2024-05-17T20:13:29.9866667+00:00
Ashwin Venkatesha 205 Reputation points
commented 2024-05-30T12:19:02.79+00:00
Gowtham CP 1,970 Reputation points