348,190 questions

Sort by: Updated
1 answer

Can't create new deployment under AI Studio.

I'm unable to create a new deployment of chatgpt-4o at West US region. It throws the error that I don't have quota left but checking quota I have enough free.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,285 questions
asked 2024-05-23T15:07:43.48+00:00
Sarti Hugo 0 Reputation points
answered 2024-05-23T15:29:16.13+00:00
Sarti Hugo 0 Reputation points
0 answers

How to use two AI-900 50% coupon to have 100% free AI-900 Exam

I got two 50% discounted coupon for AI-900 exam. How can use them both together to have a 100% free AI-900 exam

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-23T15:29:06.5333333+00:00
ABU TAHER MOHAMMED MOINUL HAQUE 0 Reputation points
1 answer One of the answers was accepted by the question author.

In Azure Front door Premium, Is it possible to just add a query string using URL rewrite feature.

I am basically trying to integrate my blob storage with Azure front door and CDN profile. As the storage doesn't allow public access i would need to utilize the SAS token. I am looking if there is a way to hide the SAS token from end user. I believe URL…

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
594 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,487 questions
asked 2024-05-15T11:24:40.6766667+00:00
Mudragada, Varun Krishna 5 Reputation points
accepted 2024-05-23T15:29:05.28+00:00
Mudragada, Varun Krishna 5 Reputation points
1 answer One of the answers was accepted by the question author.

AuthorizationFailed Exercise - Create an Azure virtual machine

christopher [ ~ ]$ az vm create --resource-group "learn-44f24c66-03ca-429e-b7d7-40d7a4066486" --name my-vm --public-ip-sku Standard --image Ubuntu2204 --admin-username azureuser --generate-ssh-keys (AuthorizationFailed) The client…

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,031 questions
asked 2024-05-02T14:57:41.7333333+00:00
Christopher Mills 20 Reputation points
commented 2024-05-23T15:28:29.2666667+00:00
RNareddy 795 Reputation points Microsoft Vendor
1 answer

Need help migrating sql to azure synapse.

I m trying to migrate my SQL database into a schema to Azure Synapse database. im not sure on how to do this migration, any help in pointed me to the right direction is appreciated.

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,888 questions
asked 2024-05-23T15:17:00.2533333+00:00
jancy 0 Reputation points
edited an answer 2024-05-23T15:27:06.5033333+00:00
Azar 19,810 Reputation points
0 answers

Can't move resource group to my new subsciption

Hi, I recently purchased a starter pack for ai could partners and i got a new azure subscription with that. I had already set up my websites in azure app service and now it wont move them :( What can I do ?

Azure Resource Mover
Azure Resource Mover
An Azure service used for moving multiple resources between Azure regions.
211 questions
asked 2024-05-23T15:27:01.6833333+00:00
Guðjón Viðar Valdimarsson 0 Reputation points
0 answers

i make my azure account and was wokring on it , i tried to work on azure active directory and purchase a new subscription i want to run both subscription on my one account therefore i deleted my subscription but i am not eligible to make pay azure go or

I recently created an Azure account and have been working on it, particularly with Azure Active Directory. I decided to purchase a new subscription. However, I wanted to run both subscriptions under a single account. To achieve this, I deleted my…

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-23T13:26:45.2+00:00
Usman Haider 0 Reputation points
edited the question 2024-05-23T15:26:59.2833333+00:00
deherman-MSFT 34,026 Reputation points Microsoft Employee
2 answers

How to declare global variables in Blazor

How to declare global variables in Blazor , for example I have inputquestions in Index I want to use this in another page called Quiz. @page "/" <h1> Quiz </h1> Select Input Questions and Click on Quiz . <div…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,417 questions
asked 2024-05-23T14:07:57.82+00:00
Maui Learner 480 Reputation points
answered 2024-05-23T15:25:46.3266667+00:00
Bruce (SqlWork.com) 57,806 Reputation points
1 answer

How to get specific image coordinates from within bitmap

hi Is there a special (Library/Class) for such an achievement? which can find and return the coordinates by giving a symbol of a specific image from within the larger image

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,855 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,448 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,601 questions
asked 2024-05-21T03:56:04.6666667+00:00
Mansour_Dalir 1,696 Reputation points
edited a comment 2024-05-23T15:25:19.23+00:00
Mansour_Dalir 1,696 Reputation points
1 answer

How to reset the password of Azure Synapse Dedicated SQL Pool ?

Hello, When I'm creating a linked service to fetch the data from Dedicated SQL Pool within the Azure Synapse Analytics workspace, it ask for the SQL authentication. Since I hadn't created the username and password at that time, I want to create or…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,467 questions
asked 2024-05-23T11:24:36.16+00:00
Rachit Pandya 0 Reputation points
answered 2024-05-23T15:25:08.0433333+00:00
BhargavaGunnam-MSFT 27,566 Reputation points Microsoft Employee
0 answers

EF Core doesn't recognize many-to-many relationship

I have a many-to-many relationship, altough EF Core seems not to recognize it. The relationship exists between JobOffer and JobOfferTag. JobOffer inherits from BaseJobOffer. BaseJobOffer.cs public class BaseJobOffer { [Required] …

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
702 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,374 questions
asked 2024-05-23T15:23:05.96+00:00
iKingNinja 60 Reputation points
2 answers

Get-QuarantineMessage only returns results for 1 day

When running any of the cmdlets below in Exchange Online, I receive results for no more than a few days. This is the primary cmdlet which only returns results for 1 day in spite of the request for the last 30 days. I don't believe it has anything to do…

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,243 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,150 questions
asked 2024-05-22T20:24:10.2233333+00:00
Demari S 0 Reputation points
edited a comment 2024-05-23T15:22:56.18+00:00
Demari S 0 Reputation points
2 answers

Storage shows 2.2GB but I deleted all artifacts more than 48h ago

I am in the free tier. My storage shows 2.2GiB but I deleted all artifacts more than 48h ago and it still has not decreased. I am unable to upload new artifacts. Here there are some screenshots showing the problem: Storage shows 2.2Gib But I…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,748 questions
asked 2024-05-21T14:36:48.11+00:00
Jorge Moraleda 0 Reputation points
answered 2024-05-23T15:22:04.96+00:00
Jorge Moraleda 0 Reputation points
0 answers

DataGridView column alignment header vs data

In the pic below, the DataGridView column header (Column1) is misaligned with the data cell text below it (XXX). The misalignment is nearly one character width. It is more visually obvious with a larger font. The pic comes from a minimal Forms app. …

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,855 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,457 questions
asked 2024-05-23T15:21:45.1333333+00:00
Andrew Mercer 441 Reputation points
0 answers

Can you setup Azure CDN custom origin to be public IP address of windows azure virtual machine running IIS

Trying to see if this is even possible. I have Azure Virtual Machine running as a windows webserver IIS. Is it possible to setup Azure CDN to pull content from that webserver? Things tried. Created CDN. Changed Origin to custom and set the public IP…

Azure Content Delivery Network
asked 2024-05-22T20:28:23.3366667+00:00
Mike Myers 0 Reputation points
commented 2024-05-23T15:21:33.2966667+00:00
KapilAnanth-MSFT 36,861 Reputation points Microsoft Employee
0 answers

Frequent Account Lockout | Steps and validation for clearing stale password

Hi all, Due to stale passwords some of the domain users face frequent lockout. let me know the steps for clearing the stale password in Windows 10 and Windows 11. I know only a few areas for clearing the stale password. let me know the complete list of…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,989 questions
asked 2024-05-23T15:20:38.94+00:00
balasubramaniam Perumal 0 Reputation points
3 answers

Entra Connect cloudsync (entra ID -> AD sync)

Dear, I am trying to do cloud syncronization from Entra ID to Active Directory via entra website. However this is not working. In the opposite direction it does (AD -> entra ID). Does anyone have any idea how I can solve this? I can press the…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,989 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,825 questions
asked 2024-05-21T16:26:52.3566667+00:00
User 20 Reputation points
answered 2024-05-23T15:20:14.73+00:00
Marcin Policht 13,480 Reputation points MVP
0 answers

Azure AI | Document Intelligence Studio:InteractionRequiredAuthError

login_required: AADSTS50058: A silent sign-in request was sent but no user is signed in. The cookies used to represent the user's session were not sent in the request to Azure AD. This can happen if the user is using Internet Explorer or Edge, and the…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,441 questions
asked 2024-05-23T15:18:19.37+00:00
Gireesh Kudupudi 0 Reputation points
5 answers

Azure VM cannot connect to RDP (NLA, Manual)

Today I had to restore a virtual machine from a backup from 2 weeks ago. Once booted I received the error message that I was not able to connect because of the following error: The remote computer that you are trying to connect to requires Network…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,265 questions
asked 2022-07-27T16:30:28.263+00:00
Gabriel Barreto 6 Reputation points
commented 2024-05-23T15:17:52.3533333+00:00
Dave Nieters 0 Reputation points
1 answer

Can you read a file content entriely within Data Factory

Is there a way to read contents of a file entirely within a Azure Data Factory. Lets say the file is a simple text file, stored in Data Lake Gen2 as a Blob. Please note, i am not looking to Copy the file or transform the file, instead i just need to…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,732 questions
asked 2020-07-10T15:05:30.33+00:00
Abhijit Nath 21 Reputation points
commented 2024-05-23T15:17:15.19+00:00
JonathanQuick-1666 25 Reputation points