290,046 questions

Sort by: Updated
1 answer

How to pass values from a Razor page to an Asp.Net MVC controller

I am working on an Asp.Net Core MVC project. The identity was scaffolded and uses Razor pages. When the user enters the username and password, if they are valid, they will be redirected to an MVC controller where they have to answer a security question.…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,194 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,277 questions
asked 2024-05-07T02:32:23.82+00:00
Sherpa 161 Reputation points
answered 2024-05-07T04:14:52.1333333+00:00
SurferOnWww 1,916 Reputation points
1 answer

Fix. Exchange Rate Amount

Hi Team, Greetings!!! We have following three options in "Fix. Exchange Rate Amount" but the purpose of each option is not explained. Will you please update me the purpose and financial impact of each option. Thanks. Best Regards,   …

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
38 questions
asked 2024-05-06T05:36:48.7433333+00:00
Sheikh Muhammad Jawad 0 Reputation points
commented 2024-05-07T04:13:40.7766667+00:00
SiddeshTN 2,630 Reputation points Microsoft Vendor
1 answer

Error revoking login session

I am loggin using OAuth (Open Authorization) 2.0, and i want to log out directly in my background without use https://login.microsoftonline.com/common/oauth2/v2.0/logout to do this log out i am using this endpoint: curl --location --request POST…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,663 questions
asked 2024-05-06T14:21:16.99+00:00
Rodrigo Cardoso 0 Reputation points
edited an answer 2024-05-07T04:11:51.7866667+00:00
1 answer

Mongodb - ADF connection error

I am facing the below issue while connecting to MongoDB. In the dataset, I am able to see preview data, but in the pipeline copy activity, I am getting the below error. Error: Failure happened on 'Source' side.…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,610 questions
asked 2024-04-29T04:29:20.4233333+00:00
Kiran Joka 0 Reputation points
commented 2024-05-07T04:11:07.6566667+00:00
ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
1 answer

The deployment 'deploymentscript-05-05-2024' failed with error(s). Showing 1 out of 1 error(s). Status Message: Public access is not permitted on this storage account.

Learning Module :- Extend Bicep and ARM templates using deployment scripts Error:- The deployment 'deploymentscript-05-05-2024' failed with error(s). Showing 1 out of 1 error(s). Status Message: Public access is not permitted on this storage account. …

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.
948 questions
asked 2024-05-05T06:39:24.88+00:00
Deepan M 0 Reputation points
edited an answer 2024-05-07T04:10:58.5566667+00:00
Deepan M 0 Reputation points
1 answer

Azure Synapse alert for Dedicated SQL Pool

How can I properly set up an alert for a Dedicated SQL Pool in Azure Synapse for CPU Utilization? I want the alert to trigger if the CPU Utilization is more than 90% for an hour continuously. I have set the "check every" to 1 hour and…

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,400 questions
asked 2024-04-30T12:44:02.4566667+00:00
Addy 0 Reputation points
commented 2024-05-07T04:08:38.2166667+00:00
ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
1 answer

what is the workflow for modifying ADF artifacts when the ARM template is in bicep?

I have an azure data factory that has artifacts kept in Azure DevOps (Git). I converted the deployment ARM from Json to Bicep. How will the Bicep deployment ARM be kept up to date when I make edits to the data factory in the browser-based editor?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,610 questions
asked 2024-04-30T21:11:51.77+00:00
Moyer, Todd 20 Reputation points
commented 2024-05-07T04:07:16.46+00:00
ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
1 answer

Non interactive login in B2C

Hi All, I'm trying find a solution is get access_token and id_token using non interactive login in B2C. I already tried ROPC which does provide the access token only and when I decoded the token, output claims is not has my SIGNUP_SIGNIN output claims. I…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,581 questions
asked 2024-04-04T16:09:05.4266667+00:00
Vijayakumar Raghu 0 Reputation points
commented 2024-05-07T04:07:13.1533333+00:00
Shweta Mathur 27,711 Reputation points Microsoft Employee
2 answers

How to register an app in microsoft entra id using visual studio professional subscription

I'm getting you don't have access when trying to register an application with microsoft entra id although I have visual studio professional subscription

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,581 questions
asked 2024-05-06T08:08:12.32+00:00
Mahdi Trabolsi 0 Reputation points
commented 2024-05-07T04:05:44.6733333+00:00
Shweta Mathur 27,711 Reputation points Microsoft Employee
1 answer

incremental load from ADLS gen -2 , SQL Analytics End point

Hi, I am working on a project to copy data from Microsoft fabric to Azure SQL DB using ADF pipelines. I understand from COPY data activitiy. Full load was done correctly, however the incremental data load is not possible by specifying the table name and…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,610 questions
asked 2024-05-05T10:24:20.8666667+00:00
Sukumar Musalaboina 0 Reputation points
answered 2024-05-07T04:05:00.2033333+00:00
Smaran Thoomu 10,000 Reputation points Microsoft Vendor
1 answer

How to fix Error CS0029 Cannot implicitly convert type 'void' to 'System.Collections.Generic.List<Vase.Models.Person>'

var user = from u in conn.Table<Person>() querywhere u.name == "WALE" select u; return user.FirstOrDefaultAsync().Wait(); I got error in the bold line. i cant figure what i did wrong pleas help

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,903 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,286 questions
Entity Framework Core Training
Entity Framework Core Training
Entity Framework Core: A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.Training: Instruction to develop new skills.
3 questions
asked 2024-05-07T00:20:57.27+00:00
Gbenga Banuso Odumosu 0 Reputation points
answered 2024-05-07T03:54:27.85+00:00
1 answer One of the answers was accepted by the question author.

Upgrading to .Net 8 results in errors when referenced by a project targeting '.NetFramework=4.61'

I am using the upgrade assistant to upgrade the framework, but it's resulting in many errors. Is there any documentation available that explains step-by-step how to fix the errors that occur during the framework upgrade process?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,399 questions
.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
3 questions
asked 2024-04-29T22:40:37.7233333+00:00
Ziya Ganjili 20 Reputation points
commented 2024-05-07T03:54:05.5633333+00:00
Ziya Ganjili 20 Reputation points
3 answers One of the answers was accepted by the question author.

Azure Postgresql Flexi instance - How to check the table creation date and time

HI Can someone help me to find the tables/objects create date/time in Azure postgresql flexi instance ? we used to use this one , select * from pg_stat_file( pg_relation_filepath('alert') ) in on-prem but that's not working in azure with admin user due…

Azure Database for PostgreSQL
asked 2024-04-24T02:29:38.51+00:00
subhash-DBA 40 Reputation points
accepted 2024-05-07T03:53:45.71+00:00
subhash-DBA 40 Reputation points
1 answer

What is wrong with January Windows Cumulative Updates for Windows 11 22H2 and 23H2 are not working?

What is wrong with January Windows Cumulative Updates for Windows 11 22H2 and 23H2 are not working? What must Microsoft recommend to fix this issue on most of our company's Windows 11 machines? Why did Microsoft release updates that caused headaches in…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,773 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,238 questions
asked 2024-02-01T18:14:01.84+00:00
JSPilaps 0 Reputation points
commented 2024-05-07T03:52:06.43+00:00
Dai Jones 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Data Factory - Generate custom Guid and copy to SQL table

I need to generate a unique Guid which contains only numeric and of length 20, for every row in the table. Currently, I am running one lookup activity (name - FetchIDs) to run the Stored procedure. Output of the lookup activity is as shown below { …

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,610 questions
asked 2024-04-24T04:52:39.85+00:00
SR 60 Reputation points
accepted 2024-05-07T03:51:24.33+00:00
SR 60 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.
948 questions
asked 2024-05-02T14:57:41.7333333+00:00
Christopher Mills 20 Reputation points
commented 2024-05-07T03:50:35.5833333+00:00
roland abellano 0 Reputation points
1 answer

Change password in Azure CosmosDB MongoDB Vcore

I created the database mentioned above and I want to change the password. I checked online and this was the way to do it. But it seems Azure is not supporting it. So how do we change the password? db.changeUserPassword("accountUser",…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,449 questions
asked 2024-05-03T01:49:10.5333333+00:00
Ziggy Zulueta 455 Reputation points MVP
commented 2024-05-07T03:49:49.6266667+00:00
ShaktiSingh-MSFT 13,441 Reputation points Microsoft Employee
1 answer

How to enable Azure Postgresql flexible server to have both High Availability and Storage Auto-grow scaling?

Based on the documentation, Azure Postgresql flexible server supports both High Availability and auto-growth storage, but it seems that I cannot select High Availability if I have auto-growth and vice versa. Why?

Azure Database for PostgreSQL
asked 2024-05-02T08:52:08.18+00:00
Lippy 20 Reputation points
commented 2024-05-07T03:46:54.75+00:00
ShaktiSingh-MSFT 13,441 Reputation points Microsoft Employee
1 answer

how to restore differential azure Sql database automatically

Hello, Please suggest best approach to restore differential azure sql database. Restore/data refresh required 1-2 times daily. if we can do something using powershell/python and automation used for auto refresh. I am familiar with azure data factory for…

Azure SQL Database
asked 2024-05-01T07:44:45.57+00:00
Ashutosh Prashar 0 Reputation points
answered 2024-05-07T03:45:30.8566667+00:00
ShaktiSingh-MSFT 13,441 Reputation points Microsoft Employee
1 answer

Link Audit logs to Groups or Role or Privilege

I am wondering how can I link the audit logs from Azure AD to Role, Group or Privilege? The logs just have the action and the category. Is there a way by which I can understand using what Role or Group privilege this action was taken?

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
671 questions
Microsoft Intune Grouping
Microsoft Intune Grouping
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Grouping: The arrangement or formation of people or things in a group or groups.
40 questions
asked 2024-04-30T17:53:28.7266667+00:00
Swapnil Khamkar 0 Reputation points
commented 2024-05-07T03:44:47.1333333+00:00
Shweta Mathur 27,711 Reputation points Microsoft Employee