345,661 questions

Sort by: Updated
0 answers

How to Map Azure vm cost to vm license cost from cost details data

The Virtual Machines MeterCategory gives on details for vm running in not have any details about the license its using software its using and how much usage cost its causing .how to map each vm with its license from cost details data

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,083 questions
asked 2024-05-11T14:17:16.05+00:00
Jagaari Hemanth 0 Reputation points
edited the question 2024-05-13T22:27:25.28+00:00
deherman-MSFT 33,776 Reputation points Microsoft Employee
1 answer

Update API Management API version to 2021-08-01 - Unable to Rollback Changes

Received an email to update our Azure API Management tooling. In the email it provided steps to simulate the changes by enforcing the minimum version. Deployment + Infrastructure > Management API > Management API Settings We wanted to check…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,782 questions
asked 2024-05-13T17:10:56.3833333+00:00
Tran, Samuel 0 Reputation points
answered 2024-05-13T22:24:44.81+00:00
LeelaRajeshSayana-MSFT 13,621 Reputation points
1 answer

Use data set from one data flow as source in another data flow

In Azure Data Factory, I'd like to be able to use a data set that's been output from one data flow activity as the source in another data flow activity, but I don't want to have to write to an external database or file like SQL Server or Blob Storage. I…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,657 questions
asked 2024-05-13T20:16:10.09+00:00
David Lang 0 Reputation points
answered 2024-05-13T22:23:16.03+00:00
Amira Bedhiafi 15,991 Reputation points
1 answer One of the answers was accepted by the question author.

Azure support for TLS 1.0 and TLS 1.1

Microsoft released the following announcement about TLS 1.0 and 1.1 end of support: https://azure.microsoft.com/en-us/updates/azure-support-tls-will-end-by-31-october-2024-2/ Old devices using TLS 1.0 (that cannot be upgraded) will continue to be able to…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,215 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,184 questions
Azure ExpressRoute
Azure ExpressRoute
An Azure service that provides private connections between Azure datacenters and infrastructure, either on premises or in a colocation environment.
326 questions
asked 2024-05-13T20:30:03.7733333+00:00
Josue Gonzalez 45 Reputation points
edited the question 2024-05-13T22:22:15.9966667+00:00
Josue Gonzalez 45 Reputation points
0 answers

Azure vWAN routing intent

I attempted to analyze the routing behavior and disruptions when internet routing is activated on a vWAN to Azure's secured hub firewall in a lab setting. The scenario involved a vWAN with a secured hub that lacked internet routing, along with other…

Azure Virtual WAN
Azure Virtual WAN
An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
189 questions
asked 2024-05-11T22:35:22.9333333+00:00
prasantc 836 Reputation points
commented 2024-05-13T22:20:49.4733333+00:00
prasantc 836 Reputation points
1 answer

Clusters are failing to launch. Cluster launch will be retried.

Hi, I am a newbie. Can someone show me how I can fix the below please? Details for the latest failure: Error: Error code: QuotaExceeded, error message: Operation could not be completed as it results in exceeding approved standardEDSv4Family Cores…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,948 questions
asked 2024-05-13T21:53:30.17+00:00
Billy Cheng 0 Reputation points
answered 2024-05-13T22:20:49.2533333+00:00
TP 77,316 Reputation points
1 answer

SqlPackage 导入文件到本地数据库时发生以下错误

SqlPackage /Action:Import /sf:F:\renesolapower-UATbackup.bacpac /tsn:localhost /tdn:renesolapower-live /tu:sa /tp:dell@123 /Tec:False 正在导入到服务器“localhost”上的数据库“renesolapower-live”。 正在创建部署计划 初始化部署 正在验证部署计划 分析部署计划 将包架构和数据导入数据库 更新数据库 *** 导入数据库时出错:…

Azure SQL Database
asked 2024-05-11T05:58:14.12+00:00
Null 邓冲 0 Reputation points
answered 2024-05-13T22:14:46.11+00:00
Amira Bedhiafi 15,991 Reputation points
1 answer

##[error]Warning SQL72017: The unnamed foreign key between tables [Config].[Y] and [Config]. [X] will be checked by checking the table. Name the foreign key to avoid checking the entire table and only check the new constraint

I am getting subject error while deploying Azure SQL Server DBProject Please help me the to resolved this error.

Azure SQL Database
asked 2024-05-13T14:12:18.05+00:00
Ravi Alwal 20 Reputation points
answered 2024-05-13T22:10:18.73+00:00
Amira Bedhiafi 15,991 Reputation points
3 answers

How to bypass the approval requirement and integrate with Microsoft365

I am trying to link my service with a Microsoft365 user. The client environment leaves user consent to the administrator. The administrator's consent has been given, but when a general user tries to link with Microsoft365 again, he has to request…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,692 questions
asked 2022-02-13T02:03:08.643+00:00
Tokusei Noborio 1 Reputation point
answered 2024-05-13T22:09:29.2566667+00:00
Abdoul Aziz SALISSOU MAYANA 0 Reputation points
3 answers

double roundoff error in calculations

All of these following code statements should yield the same value, but the second to fourth statement have a second to last digit rounding error in c#. The first statement is correct and fifth to last are correct. Do you know this is…

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,320 questions
asked 2024-05-10T16:47:06.63+00:00
Lawrence254 0 Reputation points
answered 2024-05-13T22:08:38.8166667+00:00
Lawrence254 0 Reputation points
2 answers

How to update and delete a row using Azure Data Factory Change Data Capture

I am exploring Azure Data Factory CDC feature, and I am trying to perform the CDC from one SQL table to another SQL table, also the SQL table in the source has a primary key. Whenever a new row is added to the source table, it gets added to the…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,657 questions
asked 2024-04-28T17:40:36.5966667+00:00
jigsm 236 Reputation points
commented 2024-05-13T22:08:37.0333333+00:00
Amira Bedhiafi 15,991 Reputation points
1 answer One of the answers was accepted by the question author.

Mapping Address Values to Relative URLs in Azure Data Factory

In Azure Data Factory, how can I map address values obtained from a source dataset to their corresponding relative URLs stored in a lookup dataset? Could you provide a step-by-step guide on configuring a lookup activity to achieve this mapping within a…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,657 questions
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.
53 questions
asked 2024-05-09T14:06:56.83+00:00
Kayode Ogidan 40 Reputation points
commented 2024-05-13T22:07:44.25+00:00
Amira Bedhiafi 15,991 Reputation points
0 answers

Android Emulator waiting for debugger to attach in .net maui app

I upgraded my .net maui app from .net 7 to .net 8 and updated my nuget packages. I built the output solution but deployment was not successful as I had received the error message:- Xaml XC002 erro: Binding could be compiled if x:datatype is specified…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,937 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,320 questions
asked 2024-05-11T02:31:41.49+00:00
wire_jp 201 Reputation points
commented 2024-05-13T22:07:20.9666667+00:00
wire_jp 201 Reputation points
1 answer

Workspace is in non-terminal state Failed and cannot be updated

Hello, I was working on creating a new workspace in Azure Synapse Analytics. During deployment, error is encountered. I tried to delete and re-create the workspace but same error. Tried to re-deploy, still error persisted. Any advice? Workspace is in…

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,427 questions
asked 2024-05-09T18:04:49.4+00:00
Arlene Aguinaldo 0 Reputation points Microsoft Employee
commented 2024-05-13T22:07:04.3+00:00
Amira Bedhiafi 15,991 Reputation points
1 answer

Azure Postgres Flexible Server Cost increase without any plan changes

I'm utilizing Azure Database for PostgreSQL under the Flexible Server - General Purpose Plan with D8ds_v5 / D8ads_v5 configuration, boasting 8 vCores. After examining my expenditure through cost management tools, I've identified a possible billing…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,083 questions
Azure Database for PostgreSQL
asked 2024-05-13T12:43:57.4566667+00:00
Nabil BEN SALAH 0 Reputation points
answered 2024-05-13T22:05:22.27+00:00
Amira Bedhiafi 15,991 Reputation points
1 answer One of the answers was accepted by the question author.

Cannot login after disconnecting from intune

Good days guys, We have a trouble with login on Windows. We needed to re-enroll the pc and user. So I disconnected the pc from our intune service to be re-enrolled. During this time there became a problem and logged out in somehow. Now on the login page…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,415 questions
asked 2024-05-13T11:39:04.7833333+00:00
Hasan Bozkurt 0 Reputation points
commented 2024-05-13T22:03:20.6733333+00:00
Hasan Bozkurt 0 Reputation points
3 answers

Authenticating Azure AD Function fails with "Could not load file or assembly 'System.IdentityModel.Tokens.Jwt, Version=6.29.0.0, The system cannot find the file specified."

History: I'm trying to write a compiled C# azure function that authenticates (and eventually authorizes) with Azure AD B2C This azure function will be protected by an Azure API Mgt. After a lot of fussing and cursing, I have a C# script azure function…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,328 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,692 questions
asked 2023-04-28T03:05:20.62+00:00
Siegfried Heintze 1,861 Reputation points
commented 2024-05-13T22:03:20.1233333+00:00
Siegfried Heintze (ARTECH CONSULTING LLC) 0 Reputation points Microsoft Vendor
1 answer

Azure AI Vision Studio not authorizing account

I am trying to complete the following lab https://microsoftlearning.github.io/mslearn-ai-fundamentals/Instructions/Labs/04-face.html but every time I go to the Vision Studio it won't let me use a resource and the following error pops up. How do I fix…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,418 questions
asked 2024-05-11T21:53:57.3933333+00:00
AndFly3 0 Reputation points
answered 2024-05-13T22:02:41.91+00:00
AndFly3 0 Reputation points
1 answer One of the answers was accepted by the question author.

Method that returns an anonymous Object

Hello Friends I just have a question about the code below that uses Dapper to get data. I was wondering why do I need the code new{Id} and how does Dapper handle that one property. Thanks ! var output=_db.LoadDataItem<PayerModel, dynamic>(sql, new…

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,320 questions
asked 2024-05-13T18:34:22.9033333+00:00
Tom Meier 120 Reputation points
accepted 2024-05-13T22:02:25.57+00:00
Tom Meier 120 Reputation points
2 answers

Azure functions not displaying in the function app I created

I created an azure function app. When I try to create a function for it, for the first time the online editor open up and I can write the code. Now if I come to the function app and check under the functions tab it is not the showing the functions I…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,328 questions
asked 2024-05-08T08:00:52.88+00:00
lakshmi.priyanka.jakka1 0 Reputation points
answered 2024-05-13T22:00:47.5233333+00:00
Ryan Hill 26,146 Reputation points Microsoft Employee