95,067 questions with Azure-related tags

Sort by: Updated
0 answers

Estimating time to copy 50TB from Azure file share to Data Box

We have roughly 50TB of data residing in an Azure File Share in Australia Central, and we would like to copy this data to a data box. How can we estimate how long will this take? While we realize there are various factors that may affect the process time…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
936 questions
asked 2024-04-26T17:17:21.7933333+00:00
Reggie 0 Reputation points
0 answers

In Web API creation exercise, response won't load, claims security issue

I'm running a Web API I've set up with the instructions here: https://learn.microsoft.com/en-us/training/modules/build-web-api-aspnet-core/3-exercise-create-web-api I have not modified this app from its original state. I used dotnet run and it says the…

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.
902 questions
asked 2024-04-26T16:00:45.5166667+00:00
McKathlin 0 Reputation points
commented 2024-04-26T17:16:58.07+00:00
McKathlin 0 Reputation points
1 answer

Why are Network Security Group (NSG) Default Rules Greyed Out?

Feels weird to ask this question since it's something I should know, or something I should be able to confirm just via testing with IP Flow Verify. When you add your own rules to an NSG, the default rules become "grey" in color. Obviously, you…

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
567 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,142 questions
asked 2024-04-26T16:55:45.3933333+00:00
Daniel-4204 5 Reputation points
edited an answer 2024-04-26T17:14:39.5366667+00:00
TP 75,656 Reputation points
1 answer

Cannot search Authenticator app

With version 6.2404.2444 on Android 14 if I search for an account to see the six digit one time code when I tap on any result it doesn't open the account. If I browse the list I can open the account but I have so many accounts and since I cannot sort the…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,493 questions
asked 2024-04-18T01:46:04.4266667+00:00
MacKenzie, Paul 30 Reputation points
commented 2024-04-26T17:11:08.1433333+00:00
J Hamwey 0 Reputation points
2 answers One of the answers was accepted by the question author.

what is the best Partitioning Strategy in Azure Database for Postgresql

what is the best Partitioning Strategy in Azure Database for Postgresql

Azure Database for PostgreSQL
asked 2024-04-26T12:46:34.47+00:00
answered 2024-04-26T17:07:28.93+00:00
Oury Ba-MSFT 16,156 Reputation points Microsoft Employee
0 answers

How to enable SQL PrivateLink connection when SQL server is behind Active/Passive load balanced firewall pair

We have configured an Edge VNET that contains and ELB with our public IP that goes to a pair of Fortinet firewalls. Those firewalls route traffic to our spoke VNET that contains our SQL server that has a PrivateLink interface. If I leave external access…

Azure SQL Database
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
462 questions
asked 2024-04-26T17:06:55.22+00:00
TGS Service Account 0 Reputation points
2 answers

How to Fix System.Threading.Tasks.TaskCanceledException exception

I am deploying a Django application on Azure using App Service. While it works fine locally, I face an issue of System.Threading.Tasks.TaskCanceledException exception when I deploy it to the production subscription. Here are the details of the exact…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,877 questions
asked 2024-04-24T16:06:01.9266667+00:00
Mishal Singhai 0 Reputation points
answered 2024-04-26T16:59:55.6466667+00:00
Lex Li (Microsoft) 4,742 Reputation points Microsoft Employee
1 answer

Cannot run "Connect-AipService"

This is the error I get after runinng these commands Update-Module -Name AIPService PS /home/aggie> (Get-Module AIPService –ListAvailable).Version Major Minor Build Revision 3 0 0 1 The following error I get when I run…

Azure Information Protection
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
516 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
932 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,058 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,877 questions
asked 2024-04-26T15:27:49.8766667+00:00
AT 0 Reputation points
commented 2024-04-26T16:57:00.66+00:00
Sina Salam 3,561 Reputation points
0 answers

How do I setup Azure Synapse Link with SQL Managed Instances

Hi. I'm trying to setup Azure Synapse Link to our SQL Managed Instance and I'm having a hard time finding any documentations or walkthrough/howto on this. It seems like all docs and integration available is for Azure SQL Server only. Is this the case? …

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
936 questions
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,369 questions
asked 2024-04-26T16:48:03.0333333+00:00
Vang Xiong 0 Reputation points
commented 2024-04-26T16:55:05.27+00:00
Rahul Randive 8,271 Reputation points Microsoft Employee
0 answers

The coding is not opening

the coding part which we use to write the code is not opening This question is related to the following Learning Module

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.
902 questions
asked 2024-04-26T10:21:03.8166667+00:00
kiran chowdary 0 Reputation points
commented 2024-04-26T16:49:09.86+00:00
AmaranS 2,425 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Create a Mini Game, Terminal Resize Not Recognized

In the Create methods in C# console applications (Get started with C#, Part 5)1. Challenge project - Create a mini-game When testing code and the terminal is resized, TerminalResized is not triggered. I compiled the Final version and it is not triggered…

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.
902 questions
asked 2024-04-25T20:02:34.1466667+00:00
Bill Preston 0 Reputation points
commented 2024-04-26T16:48:12.77+00:00
Pradeep M 240 Reputation points Microsoft Vendor
0 answers

The request to update workflow failed. The trigger 'Batch-Trigger' of type 'Batch' cannot be deleted from existing workflow

I have created a Batch Trigger in azure logic apps and named a trigger "Batch-Trigger" , i am trying to change the name of the trigger since it's so generic, but not able to update the trigger name it gives below error. Workflow 'workflow…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,844 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
302 questions
asked 2024-04-26T16:47:26.9333333+00:00
Vijay Prasath P 0 Reputation points
0 answers

How to track Agent Status and Agent Version of VMs using Azure Monitor Logs

Hi, So I am struggling to create a monitor log query that tracks running VMs that have Agent Status as "Not Ready". My understanding is that using Heartbeat helps provide information like Agent State (Healthy or Unhealthy), which is the same as…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,803 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,129 questions
asked 2024-04-26T16:13:53.36+00:00
Daniel Hajsadr 0 Reputation points
commented 2024-04-26T16:43:04.8366667+00:00
Daniel Hajsadr 0 Reputation points
0 answers

DPM 2022 agent install

HI all, there's a new server installed DPM 2022 there is a backup client server on OS 2008R2 The problem is that I can't install a client on it DPM earlier there was installed not the latest version of the agent, but by mistake it was deleted and now it…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,126 questions
Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
828 questions
asked 2024-04-26T16:42:42.33+00:00
Alex_Nick 81 Reputation points
1 answer

Request OAuth2.0 token using azure app services managed identity

Hi All, I have a question on Azure App Service Managed Identity. Currently we are working on an API project where it provide the function to interact with user in Azure Entra thru Microsoft Graph API calling. To protect the API function, we have a…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,164 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,591 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,245 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.
294 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,877 questions
asked 2024-04-19T05:19:21.3666667+00:00
Tan Soon Chek 0 Reputation points
commented 2024-04-26T16:39:41.73+00:00
Bruce (SqlWork.com) 56,021 Reputation points
0 answers

Window Defender blocks my test webpage and I don't know why?

I need help. I am learning webpages on my own personal azure trail account for 30 days. Microsoft defender seems to block my test webpage to test how embedding works, but I cannot tell why. This currently only seems to be an issue on Bing as chrome…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
762 questions
asked 2024-04-25T17:11:24.9666667+00:00
firestats 25 Reputation points
edited the question 2024-04-26T16:38:42.0533333+00:00
firestats 25 Reputation points
3 answers One of the answers was accepted by the question author.

Azure Arc Assistance

this is for my end user and not myself I am setting up Azure Arc with a Private Endpoint so that Arc traffic goes over the VPN to azure. I need assistance in setting up the conditional forwards in our on premises DNS as the Microsoft instructions could…

Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
321 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
462 questions
asked 2024-04-24T15:59:34.6966667+00:00
Dr. Rashida Garner 20 Reputation points
answered 2024-04-26T16:31:27.5333333+00:00
Dr. Rashida Garner 20 Reputation points
1 answer

How to translate database content with Azure Translator by ADF or Synapse notebook?

There is an Azure Database table. Some of columns need to be translated from one language to another into additional columns. Such as from English to Spanish, or Portuguese to English, etc. I am exploring how I can use ADF or Synapse notebook to…

Azure SQL Database
Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
340 questions
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,369 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,539 questions
asked 2024-04-22T15:17:46.4133333+00:00
Dataholic 80 Reputation points
commented 2024-04-26T16:31:02.7966667+00:00
BhargavaGunnam-MSFT 26,136 Reputation points Microsoft Employee
1 answer

How to list all threads in Azure OpenAI Assistant

From the documentation, I have seen that we can retrieve the thread information given the thread_id. GET https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/{thread_id}?api-version=2024-02-15-preview But if we don't know the thread_id, how to…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,161 questions
asked 2024-03-25T19:27:46.68+00:00
Wang, Zheng 15 Reputation points
commented 2024-04-26T16:27:26.6933333+00:00
Ben Emanuel 0 Reputation points
0 answers

Private enpoint options missing from PostgreSQL Flexible Server

I'm trying to set up a private endpoint for a public facing PostgreSQL flexible server, but the option is missing from the Networking tab of my database. I have other databases that have this option and I've successfully set up links to virtual networks…

Azure Database for PostgreSQL
asked 2024-04-25T17:18:03.29+00:00
James 0 Reputation points
commented 2024-04-26T16:27:24.12+00:00
James 0 Reputation points