94,954 questions with Azure-related tags

Sort by: Updated
0 answers

Reducing Data Scanning Overhead in Delta Format in Azure Synapse Analytics SQL Pool

We've established a serverless SQL pool with a hierarchical folder structure partition and employed open row set to reduce data scanning when executing queries on Parquet file format from the serverless SQL pool. Now, as we endeavor to utilize the delta…

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,364 questions
asked 2024-04-23T20:04:03.4333333+00:00
Vinod Kumar Kapa 0 Reputation points
commented 2024-04-25T12:55:15.8733333+00:00
Vinod Kumar Kapa 0 Reputation points
0 answers

Azure Data Factory Old Security->Credential not clear after deploy

Hi, I was testing with the UserAssignedManagedIdentity credential and I created 2 credentials with the same UserAssignedManagedIdentity but different names(UserAssignedManagedIdentity & credentialUAMI). I ran my pipeline to deploy using the dev…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,532 questions
asked 2024-04-25T12:54:35.7966667+00:00
Lee, Steven Hong Sing 1 Reputation point
0 answers

Training on MS Azure / MS Entra Admin

I am very new to MS Azure Admin. Where can I get quick training or watch videos starting with the basics?

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
931 questions
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.
891 questions
asked 2024-04-25T12:54:25.4833333+00:00
FSF-Admin24 0 Reputation points
2 answers

Why is the following not showing up as depicted on the course?

I entered the code, as instructed: Console.Write("Congratulations!"); Console.Write(" "); Console.Write("You wrote your first lines of code."); The output was all on the same line: "Congratulations! You wrote your…

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.
891 questions
asked 2024-04-25T12:43:21.6466667+00:00
Magic Paul 0 Reputation points
answered 2024-04-25T12:52:59.4266667+00:00
Pradeep M 165 Reputation points Microsoft Vendor
12 answers

Authenticator App - can't remove greyed out account

Hello all, I'm stuck in a strange loop using the MS Authenticator App. I'm one of the admins at my school and I've registered my phone via https://account.activedirectory.windowsazure.com/securityInfo using the MS Authenticator App. I wanted to…

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,487 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,457 questions
asked 2021-01-27T10:27:40.33+00:00
Ris Janssen 116 Reputation points
commented 2024-04-25T12:47:50.9566667+00:00
FC 0 Reputation points
0 answers

How to authenticate two azure app services that has vue.js and nest.js deployed on them individually

We have two app services that hosts a vue.js front-end and a nest.js backend. The issue is that we want the nest.js backend to be secure with entraID and we did implement that, however, when the API is called, it asks the user to be logged in through…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,866 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,457 questions
asked 2024-04-03T19:12:56.2466667+00:00
aun 0 Reputation points
commented 2024-04-25T12:46:58.2366667+00:00
aun 0 Reputation points
1 answer One of the answers was accepted by the question author.

Most of the times expected data is not retrieved from Cognitive AI search and returns information is not available.

I am trying to incorporate AzureCognitiveSearch for my GenAI use case. I have my files uploaded in Azure blob storage and have to retrieve key information(through intelligent search), summarization - chatgpt on our own data from multiple pdf documents…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
703 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,154 questions
asked 2024-04-03T03:10:44.8266667+00:00
Kaustav Ghosh (LTIMINDTREE LIMITED) 65 Reputation points Microsoft Vendor
commented 2024-04-25T12:46:08.78+00:00
Antoine DRIARD 0 Reputation points
0 answers

Dns change for VM being replicated using asr

Hi Experts I am trying to replicate a vm from one azure region to another using azure site recovery. The dns severs are different in both the regions. I have registered the dns entry for the vm in region1 so am able to resolve it by name however after…

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
633 questions
asked 2024-04-25T12:43:59.69+00:00
Vishu 1,516 Reputation points
edited the question 2024-04-25T12:44:40.98+00:00
Vishu 1,516 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Backup

Hello! The question would be about retaining Azure Backup for long periods. For example, we have a new customer who requested a 5-year retention period for at least every backup performed daily. My question is based on the cost of this Backup, because…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,125 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,030 questions
asked 2024-04-19T15:43:48.79+00:00
Gabriel Moraes 60 Reputation points
edited the question 2024-04-25T12:44:20.96+00:00
SadiqhAhmed-MSFT 37,536 Reputation points Microsoft Employee
0 answers

401 Unauthorized Code when running deployed Function in Azure

Hi all, I am working on getting a function to process images (download image, resize image) from a Storage Qeueu. I got it fully working with the VScode plugins (works with the real time debugging tool, where if i send a new message it will connect and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,257 questions
asked 2024-04-25T12:43:31.97+00:00
Hoogervorst Tim 0 Reputation points
0 answers

How to work with DateTime on indexed data

Hi there, I'm new to the Azure OpenAI world. A few weeks ago, I started a new project at work to create a chatbot assistant using Azure AI Search and ChatGPT 3.5 turbo, and I've been having some trouble working with DateTime. We have an application that…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,154 questions
asked 2024-04-04T15:01:10.1966667+00:00
wanpisu 0 Reputation points
edited a comment 2024-04-25T12:40:06.1733333+00:00
wanpisu 0 Reputation points
1 answer One of the answers was accepted by the question author.

az cli- InvalidAuthenticationTokenTenant Error, except when specifying subscription

Hey there When trying to use "az" commands in Azure CLI; for examle az tag list I get an access token error. However when specifying subscription next to resource-id, the error doesn't pop up. Why could that be happening? Thanks for helping…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
931 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,050 questions
asked 2024-04-25T12:14:06.72+00:00
Roman Stocker 0 Reputation points
commented 2024-04-25T12:38:55.6566667+00:00
Roman Stocker 0 Reputation points
1 answer

How can I restrict access to azure migrate project

So my org is undergoing migration, We are running running multiple Azure Migrate projects and now we need to restrict access to each project. For example User A should have access to Project A and should not be able to access Project B or C. User B…

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
718 questions
asked 2024-04-25T12:08:57.3433333+00:00
Rai, Sankalp 0 Reputation points
answered 2024-04-25T12:38:06.2333333+00:00
Stanislav Zhelyazkov 21,101 Reputation points MVP
0 answers

Logic App - Internal Server Error for HTTP request

Hello, I'm working on a logic app integration with Microsoft Defender for Vulnerability. I use HTTP request to authenticate with Microsoft Defender API. …

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,769 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,842 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,193 questions
asked 2024-04-22T10:52:35.3133333+00:00
Hrabec Pavel 0 Reputation points
commented 2024-04-25T12:36:53.7633333+00:00
Hrabec Pavel 0 Reputation points
1 answer

Exercise - Write your first code has wrong output, Will this get fixed?

There is a box that says your code should look like this Console.Write("Congratulations!"); Console.Write(" "); Console.Write("You wrote your first lines of code."); and your output should look like this …

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.
891 questions
asked 2024-04-06T18:30:25.0333333+00:00
Tom C 0 Reputation points
answered 2024-04-25T12:33:52.54+00:00
Pradeep M 165 Reputation points Microsoft Vendor
0 answers

Arm TTK validation help

I am running arm-ttk validation based on https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/test-toolkit. I am on a personal branch forked off of Azure Sentinel and I see many examples for LogsAnalyticsURI being refereced…

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,799 questions
asked 2024-04-25T09:21:29.0433333+00:00
Ashwin Venkatesha 105 Reputation points
commented 2024-04-25T12:27:04.7833333+00:00
AnuragSingh-MSFT 19,691 Reputation points
0 answers

Application Gateway Creation Fails

Application gateway creation fails with unknown error despite that the creation was validated successfully. It shows the following error, what to do? it shows " it reaches terminal provisioning state "failed" "

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
956 questions
asked 2024-04-22T09:58:47.3+00:00
Fadi Alzebdeh 20 Reputation points
commented 2024-04-25T12:23:49.3433333+00:00
Fadi Alzebdeh 20 Reputation points
0 answers

Can I Access Feature Weights in Azure AutoML Time Series Forecasting Models?

After deploying a time series forecasting model in Azure AutoML, I'm interested in examining the weights assigned to each feature column utilized by the model to generate predictions. While exploring the 'Explain model' feature, I only found the weight…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,562 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,114 questions
asked 2024-04-24T09:46:16.7033333+00:00
Anjali Kumawat 20 Reputation points
commented 2024-04-25T12:15:25.3333333+00:00
santoshkc 4,100 Reputation points Microsoft Vendor
0 answers

How can I expose a database created through Azure App Service with the default virtual network configuration?

When creating an Azure App Service, if choosing the App Service + Database option, the database created will be available through a virtual network integration. However, I have the need to access the database externally, so how would I go about exposing…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,866 questions
asked 2024-04-25T04:23:37.77+00:00
Steven Nicolas Guerrero Torres 0 Reputation points
commented 2024-04-25T12:13:18.39+00:00
SnehaAgrawal-MSFT 18,286 Reputation points
1 answer One of the answers was accepted by the question author.

I am not able to connect to Azure VPN. I don't know how to configure it.

Hi, I am connecting to MSFTVPN easily as it was already configured in my machine (client image Dell laptop). Now, I want to connect to Azure VPN. However, it is not configured in my machine and when I tried to configure it manually it is not connecting.…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,379 questions
asked 2024-04-24T16:37:35.62+00:00
Jayant Ratnaparkhi 0 Reputation points
commented 2024-04-25T12:13:14.8166667+00:00
KapilAnanth-MSFT 35,001 Reputation points Microsoft Employee