107,446 questions with Azure-related tags

Sort by: Updated
1 answer

error with key creation on azure migrate

I can not create a azure key on azure migrate portal, I'm trying to assess my on primise machines, and I'm the administrator but I receive a message informing that I do not have permission to gererate the key ![36567-capture.png][1] [1]:…

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
784 questions
asked 2020-11-01T23:36:01.187+00:00
Victor Gomes do Nascimento 1 Reputation point
commented 2020-11-05T13:53:54+00:00
SadiqhAhmed-MSFT 44,176 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

[AppService Linux & PHP7.4] deploy failed use github & kudu

I tryed to deploy PHP application use github & kudu. PHP7.3 AppService -> successful. but, php7.4 AppService -> failed. this is error text. error: cannot run ssh: No such file or directory\nfatal: unable to fork\n\n/usr/bin/git fetch origin…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,624 questions
asked 2020-11-05T05:12:28.31+00:00
yuya 41 Reputation points
accepted 2020-11-05T11:00:29.47+00:00
yuya 41 Reputation points
2 answers One of the answers was accepted by the question author.

insert select between two data bases in Azure SQL

I am looking at moving part of the data from a huge table to another table in another database also in SQL Azure. This communication is periodic with many frequency This communication is periodic with many frequency Thanks

Azure SQL Database
asked 2020-11-03T10:20:29.433+00:00
Jose Perez 136 Reputation points
accepted 2020-11-05T10:58:40.417+00:00
Jose Perez 136 Reputation points
4 answers One of the answers was accepted by the question author.

Azure + Socket.IO for game

Hello, I would like to create an android game using Socket.IO on Azure. I was not able to connect through WebSockets and later discovered that it is not supported on Linux free tier (along with CORS). Express server app part was working fine. I do…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,624 questions
asked 2020-11-02T09:13:41.727+00:00
Martin 21 Reputation points
answered 2020-11-05T10:11:06.683+00:00
Martin 21 Reputation points
1 answer One of the answers was accepted by the question author.

Custom name recognition

Hi, what if I have my own list of names (entities) that I want to recognize in text. Is it possible to provide such a list to Text Analysis before doing an analysis on a piece of text so that it would recognize those names? Thank you,

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
402 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,761 questions
asked 2020-11-02T05:40:00.443+00:00
Rok 46 Reputation points
commented 2020-11-05T09:55:46.69+00:00
Rok 46 Reputation points
0 answers

Azure B2C, ASP.net core webapp logout with a custom policy doesn`t work?

I have a .net core webapp and i want to logout a user in a custom policy(Azure B2C Tenant) that deletes a lokal account in Azure B2C Tenant from a user. The process to delete the user worked but the user is still logged in. As the redirect url from the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,624 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,835 questions
asked 2020-11-02T06:49:20.387+00:00
Jonas 1 Reputation point
commented 2020-11-05T09:32:22.79+00:00
Jonas 1 Reputation point
1 answer One of the answers was accepted by the question author.

Delete VM with all associated resources

As the community members have shared the script for deleting VM with all associated resources; however, it would be good if the Microsoft Azure team can add this feature to the Azure portal to allow us to delete VM with all associated resources using one…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,757 questions
asked 2020-11-05T09:06:06.913+00:00
YI YE 21 Reputation points
commented 2020-11-05T09:30:49.107+00:00
YI YE 21 Reputation points
0 answers

Copy Activity Error when copying from Oracle to ASQL

Hi, I have been trying to do a simple copy activity from Oracle to Azure SQL Server. The source script is 'select * from Tableschema.TableName' and the target is the table name. The Oracle table contains over 4.5 million records. The copy…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,512 questions
asked 2020-10-31T13:46:28.583+00:00
Alina Vembil 1 Reputation point
commented 2020-11-05T08:28:28.697+00:00
HarithaMaddi-MSFT 10,136 Reputation points
1 answer One of the answers was accepted by the question author.

Issues while fetching data from cosmos db using data factory

Hi All, I have been trying to fetch data from cosmos Db using a query which works well in cosmos Db explorer in Azure portal. But, the same query gives error while using it with Azure Data Factory. Query: SELECT * FROM c where…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,601 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,512 questions
asked 2020-11-03T18:58:03.907+00:00
Manish Patel 31 Reputation points
commented 2020-11-05T08:23:47.47+00:00
HarithaMaddi-MSFT 10,136 Reputation points
0 answers

Understand why after warm-up a first call to web API / Azure Function is a bit slower than following calls

Summary: I have warmed-up and (Always On) Azure Functions app with http trigger. Then I call the http api from client console app (.net core) 4 times in a row. Every time the console app runs, the first call takes longer than the other 3. Please see…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,854 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,624 questions
asked 2020-11-01T07:42:38.77+00:00
Dima G 1 Reputation point
commented 2020-11-05T07:56:13.743+00:00
Dima G 1 Reputation point
2 answers

Unable to retrieve OAuth access token using Azure Key vault scope with Client credentials grant type

I am trying to use Azure Key vault scope in my Oauth 2.0 request to retrieve the access token using Client credentials grant type from another cloud provider.(IBM Cloud) From IBM cloud the request is been received to Azure Oauth endpoint in the below…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,249 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,239 questions
asked 2020-09-21T12:23:58.517+00:00
Pavani Muddana 1 Reputation point
commented 2020-11-05T07:54:30.37+00:00
soumi-MSFT 11,766 Reputation points Microsoft Employee
1 answer

how to calculate historical usage of resources in azure

Hi guys, Hope you all are doing well. I need a help in calculating historical usage of azure resources like increase in data in adls with respect to time, processing time of databricks cluster, adf, syanapse resources for last 30 days in azure…

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
447 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,838 questions
Azure Data Lake Analytics
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,234 questions
asked 2020-10-26T04:46:20.047+00:00
Ashima Gupta 66 Reputation points
commented 2020-11-05T06:52:19.497+00:00
Ashima Gupta 66 Reputation points
1 answer

How to monitor Azure Api's

Hi, How can i monitor Azure Api's and their responses .. Please see attached screenshot for my requirement. I have two approaches to do this as mentioned in screenshot .. Could u please tell me how can i do this .. Regards, …

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,180 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,058 questions
asked 2020-10-30T09:52:07.4+00:00
Rohit Boddu 466 Reputation points
answered 2020-11-05T06:27:37.197+00:00
bharathn-msft 5,096 Reputation points Microsoft Employee
3 answers

Azure Hybrid Connection Manager error install

i am download from azure the last version of Azure Hybrid Connection Manager msi and install on Microsoft Windows server 2019 or Windows 10. The install not success why not start the service why?

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,684 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,624 questions
asked 2020-10-29T12:50:54.647+00:00
Bruno aleci 6 Reputation points
commented 2020-11-05T05:16:34.213+00:00
SnehaAgrawal-MSFT 21,266 Reputation points
2 answers

Simplify face recognition steps

Hello Azure, Is it possible to make face recognition only need one time network I/O? As I know if I want to do face recognition I need to do Send pic to do face detection. => Network I/O Send step one result to do face recognition =>…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
160 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,761 questions
asked 2020-10-27T02:47:42.943+00:00
Max.Bom 11 Reputation points
commented 2020-11-05T04:52:38.353+00:00
Ramr-msft 17,736 Reputation points
0 answers

Persistent storage in Azure App Service (docker, linux) can't write properly

I try to use the persistent storage in custom container for Azure App Service, I placed the files I needed to store in /home according to the instructions in the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,624 questions
asked 2020-11-03T12:13:28.323+00:00
Kogen Akira 1 Reputation point
commented 2020-11-05T04:27:38.797+00:00
Ryan Hill 27,686 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Copy data vs Data flow for cost

Hi Team, I am new In azure data factory what different between Copy data vs Data flow As my understand Copy data free (No Billing) Data flow is Billing each activity Please anybody help me. Thanks Shanvitha

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,512 questions
asked 2020-11-04T14:13:00.677+00:00
Shanvitha 221 Reputation points
accepted 2020-11-05T04:25:38.503+00:00
Shanvitha 221 Reputation points
3 answers One of the answers was accepted by the question author.

Azure APIM ( consumption Tier) with dotnet core api deployed on AKS cluster

Hi All, I have - Azure APIM ( consumption Tier ) and aks ( dotnet core api deployed on kubernetes). I read document https://video2.skills-academy.com/en-us/azure/api-management/api-management-kubernetes to secure api's on aks cluster - I cannot keep…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,058 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,062 questions
asked 2020-07-13T11:21:48.627+00:00
Neha Oberoi 21 Reputation points
commented 2020-11-05T03:55:06.85+00:00
Mattin 1 Reputation point
1 answer

Deploying my .net core webapp via private registry fails a few times before succeeding?

The attached deployment script works, but the website is broken for a bit while this fails a few times: 2020-11-03T08:31:46.056Z ERROR - Image pull failed: Verify docker image configuration and credentials (if using private repository) …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,624 questions
asked 2020-11-03T08:46:35.29+00:00
Chris Lovett 1 Reputation point
answered 2020-11-05T03:35:20.28+00:00
Ryan Hill 27,686 Reputation points Microsoft Employee
7 answers One of the answers was accepted by the question author.

Azure maps OGC Map layer Capabilities support

Hi, we are adding some map layers onto Azure maps using the OGC Map Layer and I have all the sample code working on a local project. We have some in house built map layers that produce asset tiles for our infrastructure and I've spent a few days now…

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
695 questions
asked 2020-11-04T21:07:09.09+00:00
Pine, Michael 21 Reputation points
accepted 2020-11-05T03:07:51.203+00:00
Pine, Michael 21 Reputation points