347,592 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

What is Function app pricing Y1 means?

Hello , I used azure function app for deployment. What is pricing of this service. My billing statement does not show anything related that. What is "Y1" ????

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,359 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,254 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,197 questions
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,869 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,001 questions
asked 2023-08-14T11:41:48.9133333+00:00
Shrikant Alone 20 Reputation points
commented 2024-05-21T17:12:25.4066667+00:00
Mike 0 Reputation points
2 answers One of the answers was accepted by the question author.

Cannot delete a storage account with containers with locked immutability policy

All, I created a storage account as part of a training. I deleted the VM that it was associated with. But, I cannot delete the storage account, nor the resource group. I am afraid that I will keep getting billed for it as it keeps on using resources.…

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,742 questions
asked 2020-11-08T03:39:30.247+00:00
BONHOMME, JEAN P 26 Reputation points
commented 2024-05-21T17:10:55.56+00:00
Ahmad Monir (MINDTREE LIMITED) 0 Reputation points Microsoft Vendor
0 answers

No ethernet in Linux client, using external virtual switch and physical disk

This configuration is a little different from most. I have an M.2 drive with Ubuntu 20.04LTS which works fine when I boot my machine into it through the BIOS. However, I want to run it in a VM under Windows 10, since Windows is what I use for most of my…

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,567 questions
asked 2024-05-20T05:16:35.4133333+00:00
Paul DeRocco 0 Reputation points
commented 2024-05-21T17:10:19.4+00:00
Paul DeRocco 0 Reputation points
0 answers

Microsoft Point of Service compatible with .NET8?

Hi - is Microsoft Point of Service compatible with .NET8?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,450 questions
asked 2024-05-21T17:09:24.53+00:00
Joe Kelly 0 Reputation points
6 answers

Microsoft Visual Studio 2022 has detected that an operation is blocking user input. This can be caused by an active modal dialog or a task that needs to block user interaction. Would you like to shut down anyway?

Yes, there are questions and answers out there, but this is for VS 2022 I develop mainly BLAZOR Server applications at work. Beginning a couple updates ago, I've been getting this dialog: Microsoft Visual Studio has detected that an operation is…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,684 questions
asked 2022-05-27T14:46:11.537+00:00
Mark Miller 51 Reputation points
answered 2024-05-21T17:09:21.8333333+00:00
Alireza Mazaheri 0 Reputation points
0 answers

Minecraft Refund Issue

I received a message on Minecraft informing me that I had received a refund and could no longer access the game. However, I did not request a refund. I have contacted both Minecraft and Microsoft, but they have not been of much help. What can I do to…

Minecraft Training
Minecraft Training
Minecraft: An open world video game developed by Mojang and published by Xbox Game Studios.Training: Instruction to develop new skills.
2 questions
asked 2024-05-21T17:07:39.2766667+00:00
tulke tiger 0 Reputation points
1 answer One of the answers was accepted by the question author.

Do you know how to install the 'ODBC Driver 17 for PostgreSQL' on a Azure Databricks cluster?

I am attempting to run postgreSQL stored procedures , through Azure Databricks notebook. We have stored procedure written in Azure Database for PostgreSQL and we want to run postgreSQL stored procedures through Azure Databricks Notebook (using…

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,455 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,960 questions
Azure Database for PostgreSQL
asked 2024-04-30T11:06:56.06+00:00
Anuj, Singh (Cognizant) 25 Reputation points
edited a comment 2024-05-21T17:07:01.72+00:00
Anuj, Singh (Cognizant) 25 Reputation points
0 answers

Why does impersonation (Execute as) work in a User database and not in the master database in Azure SQL DB?

Execute As User = 'User1' doesn't work in the Azure SQL DB master database. User1 account created in the master database and in a user database. Execute As User works in the user database and in the master database, receives the error: Msg 15517, Level…

Azure SQL Database
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
49 questions
asked 2024-05-21T17:00:07.2233333+00:00
Jerimy Stanley 0 Reputation points
edited the question 2024-05-21T17:06:51.3+00:00
Jerimy Stanley 0 Reputation points
2 answers

Why is the GetReservations method not running asynchronously?

I am having trouble getting the GetReservations method to run asynchronously in my ReservationListingViewModel class in C#. Can someone please help me understand what I'm doing wrong? And I am also having an issue with using _reservations as private…

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,364 questions
asked 2024-05-20T16:13:30.51+00:00
Tom Meier 140 Reputation points
commented 2024-05-21T17:06:10.4966667+00:00
Bruce (SqlWork.com) 57,731 Reputation points
2 answers One of the answers was accepted by the question author.

@await RenderSectionAsync giving "Cannot await method group" error

I am creating a razor application consisting of two simple user inputs and two navigation tabs with 'save' and 'cancel' button for the user inputs. I have pasted below part of the _Layout.cshtml code giving the titled error. Am I missing something ? …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,450 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,232 questions
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,413 questions
asked 2024-05-21T04:33:58.8933333+00:00
Akhil Josef 0 Reputation points
accepted 2024-05-21T17:06:10.0966667+00:00
Akhil Josef 0 Reputation points
1 answer

Missing Graph Java SDK v6.x.x JavaDocs are missing

There no JavaDocs on Maven Central for the of the v6 releases of the Graph Java SDK (https://mvnrepository.com/artifact/com.microsoft.graph/microsoft-graph/6.8.0). They are present for v5, but not v6. Where can I download them?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,795 questions
asked 2024-05-05T18:07:32.4566667+00:00
JavaDeveloper-4738 5 Reputation points
commented 2024-05-21T17:04:39.5266667+00:00
JavaDeveloper-4738 5 Reputation points
1 answer

Enable Power Bi Cross Tenant to access workspace.

Hello Team, We are looking into enabling cross tenant integration between 2 Microsoft 365 tenant, so they want to access each other's workspace and deploying reporting. Any help here matters?

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,932 questions
asked 2024-04-29T17:13:00.2166667+00:00
Irfan Khan 20 Reputation points
answered 2024-05-21T17:03:02.3866667+00:00
Michael Cameron 1 Reputation point
1 answer

How to prevent VS from breaking on handled exceptions?

I don't think VS did this until recently. It started breaking at handled exceptions. How do I prevent it?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,684 questions
asked 2024-05-21T15:58:26.9933333+00:00
Aaron Gerber 0 Reputation points
answered 2024-05-21T17:02:52.9433333+00:00
RLWA32 40,941 Reputation points
1 answer One of the answers was accepted by the question author.

How do I use the Script activity in ADF, so it uses Azure Databricks SQL Warehouse

I want to be able to use ADF Script activity to execute SQL statements on the Azure Databricks SQL warehouses (including the serverless kind). https://learn.microsoft.com/en-us/azure/data-factory/transform-data-using-script Azure Databricks SQL…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,960 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,711 questions
asked 2024-05-01T12:21:53.01+00:00
Krzysztof Przysowa 20 Reputation points
commented 2024-05-21T17:00:59.8866667+00:00
Krzysztof Przysowa 20 Reputation points
0 answers

Custom fonts not working when uploading Maui Android project to Play Store

I have added custom fonts in the font directory of my Maui project's Resources directory and updated the MauiProgram.cs file accordingly. The fonts work fine when I deploy the application using Visual Studio, but when I publish the app and upload it to…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,684 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,968 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,364 questions
asked 2024-05-21T16:58:13.6333333+00:00
Mujtaba Ali Panjwani 0 Reputation points
1 answer

InvalidAuthenticationToken with https://graph.microsoft.com/v1.0/me/calendar/events

I have a code to add an event in a calendar. The code has been working succesfully until few weeks ago when I got the following error: {"error":{"code":"InvalidAuthenticationToken","message":"IDX14100: JWT is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,795 questions
asked 2023-10-05T14:58:43.9633333+00:00
Conchi Sanz 0 Reputation points
edited a comment 2024-05-21T16:58:00.9+00:00
Mansur 0 Reputation points
1 answer

Azure Access

how to access azure as a student for freeHow can I access Azure for free as a student?

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,111 questions
asked 2024-05-21T06:22:37.9733333+00:00
Qasim Umar 0 Reputation points
answered 2024-05-21T16:57:23.8866667+00:00
Babafemi Bulugbe 1,955 Reputation points MVP
5 answers One of the answers was accepted by the question author.

Microsoft SQL Server Bulk Insert NOT failing when inserting bigint values into int column

We recently had an identifier column move from int values to bigint values. An ETL process which loads these values was not updated. That process is using SQL bulk insert, and we are seeing incorrect values in the destination table. I would have…

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,869 questions
asked 2023-01-11T19:14:45.4966667+00:00
Sees, William T 20 Reputation points
answered 2024-05-21T16:55:07.22+00:00
Sees, William T 20 Reputation points
0 answers

My <app>.dll.config.deploy file is missing in my Application files after publishing with ClickOnce

My windows form app is not running on other computers. I keep receiving the error that the <myappname>.dll.config.deploy is missing (a sentence like that). What should I do to fix that ? I'm stuck for days now.

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,852 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,684 questions
asked 2024-05-21T16:54:23.15+00:00
Harold Selasssee Komlah KUMAHOR 0 Reputation points
0 answers

Sharepoint Validation for Multiple Actions and Multiple Target Dates

I have a list that comprising of 6 Action columns that when they have a text entry a corresponding Target column then requires a mandatory Target date. These work for the Action and Target but I can't get the formula for more than once action. …

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,529 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,823 questions
asked 2024-05-21T12:14:47.6533333+00:00
Dancer 0 Reputation points
commented 2024-05-21T16:54:04.4266667+00:00
Dancer 0 Reputation points