349,784 questions

Sort by: Updated
0 answers

Can I Create an Azure Function App with a Free Tier Account? What Are the Limitations?

I'm exploring Azure's services and considering using Azure Functions for a project. I'm currently on the free tier (Azure Free Account) and I have a few questions: Can I create an Azure Function App using the free tier account? If so, what are the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,408 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,502 questions
asked 2024-05-30T12:12:18.35+00:00
Aadhil Imam 30 Reputation points
edited the question 2024-05-30T12:13:31.7133333+00:00
Aadhil Imam 30 Reputation points
0 answers

Proper Usage of Synapse Notebook References

I'm attempting to utilize the Azure Synapse notebook reference outlined in the documentation provided here: https://learn.microsoft.com/en-us/azure/synapse-analytics/spark/apache-spark-development-using-notebooks?tabs=preview#notebook-reference In my…

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,494 questions
asked 2024-05-30T12:13:23.6933333+00:00
Clover J 160 Reputation points
3 answers

REST interface, server for GET,PUT,POST,DELETE

Hello, My goal is to control a Rest Server from a WPF C# desktop app. Get, Push, Pop, Delete should be tested. The server does not require extensive logic, only test data. Later, the customer REST server is connected. How can I achieve this? How should I…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,249 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,325 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,411 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
307 questions
asked 2024-05-23T17:15:44.0466667+00:00
Noah Aas 260 Reputation points
answered 2024-05-30T12:12:35.15+00:00
AgaveJoe 26,246 Reputation points
1 answer

I cannot assign UserAssigned identity to a VM in Availability Set using ARM template

I am trying to create the virtual machines in the Availability Set and assign them the user-assigned managed identity. We successfully created such the setup via Portal UI and imported the working template that does this, and the documentation does not…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,305 questions
asked 2024-05-30T11:04:53.56+00:00
Dmitry Irtegov 0 Reputation points
answered 2024-05-30T12:12:13.79+00:00
Dmitry Irtegov 0 Reputation points
10 answers

Suddenly, cannot RDP to server using DNS names- only IPs

We have a mix of Windows servers, one server is a Windows 2012 Datacenter server which has been working well until a few days ago. I try to logon to the server from a jump box (running Windows server 2019 Datacenter) using the server's DNS name (both…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,304 questions
asked 2022-12-15T04:25:40.57+00:00
JDMils 51 Reputation points
answered 2024-05-30T12:11:50.28+00:00
Hector Gomez 0 Reputation points
0 answers

Azure ML : Error when clicking Train Model and visualise

I’ve created a model using a two class decision forest. I would like to get a visualisation of my decision tree but i get an error when I click train model -> visualisation.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,622 questions
asked 2024-05-30T12:11:40.9266667+00:00
Meg Sadasya 0 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
edited a comment 2024-05-30T12:11:29.3233333+00:00
navba-MSFT 17,980 Reputation points Microsoft Employee
2 answers

EF Core 3.1 - System.InvalidOperationException: 'The entity type 'Pntbec03' requires a primary key to be defined. If you intended to use a keyless entity type call 'HasNoKey()'.'

Hello . I need to handle a EF Core Entity relating to a table , but without having EF managing all its columns , but just a subset of them. I have scaffolded the small database to which the table belongs into a DbContext , and I though I could create…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
705 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,474 questions
asked 2024-05-29T13:46:26.23+00:00
leo del ciello 66 Reputation points
commented 2024-05-30T12:11:20.5166667+00:00
leo del ciello 66 Reputation points
0 answers

How to find the .net version of app service, if we are using a old framework

Hi, Our app service is using an old version of .Net framework, which is no longer support. I wish to check the exact version we are using (it is either 2.1 or 3.1), but we end up seeing this in the Configuration section How can I find the framework we…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,249 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,052 questions
asked 2024-05-30T08:30:35.7533333+00:00
Zavier Chan 0 Reputation points
edited the question 2024-05-30T12:10:33.8833333+00:00
Tiny Wang-MSFT 1,841 Reputation points Microsoft Vendor
0 answers

How to access Azure SQL Database which is connected with Azure Static Web apps from Next.js?

Hello, I deployed a Next.js app to Azure Static Web apps, and connected to Azure SQL Server via Azure Portal. and I tried to use it as explained at…

Azure SQL Database
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
786 questions
asked 2024-05-29T13:29:47.4733333+00:00
Jihoo Byeon 0 Reputation points
edited a comment 2024-05-30T12:10:00.9433333+00:00
Jihoo Byeon 0 Reputation points
0 answers

By using apply command on terraform, unable to create container

I was trying to create resources under the resource group one by one so I was not having any issues but same thing when I tried creating the resources all at once using the "depends on " in terraform, I am unable to apply. after writting…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
296 questions
asked 2024-05-30T12:09:51.2933333+00:00
Amit Anand 0 Reputation points
1 answer

Azure AI Studio Prompt Flow feature - resources and cost

I am currently exploring the Prompt Flow feature in Azure AI Studio and have below questions: Resource Creation: When we create a Prompt Flow in Azure AI Studio, could you please share which specific azure resources are generated as part of this…

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-30T08:25:23.65+00:00
Mithun 0 Reputation points
answered 2024-05-30T12:09:31.6333333+00:00
AshokPeddakotla-MSFT 28,501 Reputation points
0 answers

ASR failback failed with Error ID 539 & Error ID 151192

I have failed over MS Exchange Mailbox Server in a VM and Edge server in another VM to another Azure region using Azure Site Recovery. When I tried to fail back to the initial region, Re-Protect operation failed with Error ID 539 and Error ID 151192. …

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,123 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,305 questions
Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
648 questions
asked 2024-05-30T12:08:04.4933333+00:00
Saravanan Subbaiah 0 Reputation points
1 answer One of the answers was accepted by the question author.

Missing columns in CDM entities with Dataverse D365 Synapse Link to ADLS

We have a synapse link setup to load data from Dataverse D365 into Data lake gen2. It has a table 'Contact' and it has around 780+ columns and the synapse link loads this table as Common Data Model and the dataflow reads the CDM. There were columns…

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,494 questions
Microsoft Dataverse Training
Microsoft Dataverse Training
Microsoft Dataverse: A Microsoft service that enables secure storage and management of data used by business apps. Previously known as Common Data Service.Training: Instruction to develop new skills.
10 questions
asked 2024-05-19T20:58:56.13+00:00
Siva B 226 Reputation points
commented 2024-05-30T12:06:36.7666667+00:00
Siva B 226 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
answered 2024-05-30T12:05:25.8166667+00:00
Carolyn Schroeder 186 Reputation points
3 answers

remove windows 11 ad on windows 10

on my laptop every few weeks i get a "recommendation " to try out windows 11 i want to turn that off and no i dont want to try windows 11 the more i learn about it the more sure i am i definitely don't want it for starters its…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,843 questions
Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,912 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,470 questions
asked 2022-05-08T08:32:26.603+00:00
MEKI KATT 1 Reputation point
commented 2024-05-30T12:04:28.49+00:00
Darren Beard 0 Reputation points
0 answers

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
0 answers

جلب الحبيب بالإرسالات☑️𝐎0𝟐-01̾0.2𝟳0𝟑9̾.25̾4̾☑️ جلب الحبيب خلال ساعة**"# Microsoft Office

ما هى إدارة التوقعات العادية والمرتبطة من غير جاوى micy?

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,958 questions
asked 2024-05-30T12:02:57.16+00:00
Gredfv 0 Reputation points
0 answers

https://graph.microsoft.com/v1.0/devices?$filter=registrationDateTime not working

Hi, I am trying to build an automated flow which runs daily in the early hours of the morning that uses a excel table to run specified HTTP requests for sign ins by newly registered devices and alerts us by email with the results to check in the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,893 questions
asked 2024-05-30T12:02:29.9766667+00:00
1 answer

Edge sync not working, intune policy is set to force the sync

Edge sync not working, intune policy is set to force the sync Intune support confirmed its all good on policy end. Tested on MAC and Windows PC, affecting both OS. edge is on latest Version 125.0.2535.67 Edge application is pushed via Intune to all…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,180 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,470 questions
Microsoft Intune MacOs
Microsoft Intune MacOs
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.MacOs: A family of Apple operating systems for the Apple Mac line of computers.
72 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,503 questions
asked 2024-05-30T06:21:44.72+00:00
Divya Kushal 0 Reputation points
edited the question 2024-05-30T12:01:21.8866667+00:00
Givary-MSFT 28,576 Reputation points Microsoft Employee