98,746 questions with Azure-related tags

Sort by: Updated
0 answers

Azure Function - Libreoffice will not run in headless mode

I'm trying to run Libreoffice executable in headless mode via a System.Diagnostics.Process on an Azure function to convert documents. Locally, I can make this work just fine in the function emulator, but once deployed to Azure, the process appears to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,448 questions
asked 2020-07-12T14:05:24.26+00:00
gdunit 1 Reputation point
commented 2020-07-31T10:28:46.64+00:00
Krish G 2,326 Reputation points
2 answers

Sql Managed Instance - Implement trigger between multiple database

Hi, I am using Azure SQL managed Instance and have two databases Core databases LoggingCore Database Now I need to implement a delete audit trigger on the Core database tables and log the delete information in the "LoggingCore"…

Azure SQL Database
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
735 questions
asked 2020-07-28T20:30:25.857+00:00
HemantSudehely-0557 266 Reputation points
answered 2020-07-31T09:10:26.723+00:00
Anurag Sharma 17,576 Reputation points
1 answer

Is there a way to get notified on app service managed certificate's expiry date

Is there a way to get notified by any means prior to app service managed certificate's expiration date(which is 6 months from the date of creation) ?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,094 questions
asked 2020-07-29T09:25:41.817+00:00
Spandana Soma 26 Reputation points
commented 2020-07-31T08:50:37.503+00:00
Spandana Soma 26 Reputation points
2 answers

Uploading file to Azure for use in Cloud Shell

Hello, I am trying to get a VHD into Azure for use in creating a disk image that I can then use to create a VM. My script below works well from my local PC using Powershell to upload the VHD from a local directory but this does not work from Azure…

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
655 questions
asked 2020-07-01T22:30:30.03+00:00
AbbyDoc 1 Reputation point
commented 2020-07-31T08:29:53.687+00:00
vipullag-MSFT 25,211 Reputation points
2 answers

Not able to RDP to Azure Windows VM from Outside of Company Network even the I connect to VPN to get into Company Network?

Hi All, Recently, I have spun-up VM on Azure and installed OS Windows 2016 and SQL Server 2016 from Market Place. Below have been configured and every thing (RDP, SQL) works fine If I access from my Company Network. But If I am outside of…

SQL Server on Azure Virtual Machines
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,333 questions
asked 2020-07-01T04:27:19.157+00:00
Shivendoo Kumar 736 Reputation points
commented 2020-07-31T08:28:49.39+00:00
vipullag-MSFT 25,211 Reputation points
1 answer

VM is not responding properly to TCP requests on port(s): 3032

Hi, VM is not responding properly to TCP requests on port 3032. I have added the port in inbound rules. but cant access the port from outside. It is listening on other ports like 3389, 80,443 but not on 3032 and 21 as well. Inbound rules are in place…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,333 questions
asked 2020-06-30T19:48:49.807+00:00
Sagai Sagayanathan 1 Reputation point
commented 2020-07-31T08:25:40.29+00:00
vipullag-MSFT 25,211 Reputation points
1 answer

computer name shows not available in azure portal

Hi, Whenever computer name shows Not Available i can't connect to my VM using RD gateway it keeps on says trying to connect but not. After I restart the VM then computer name shows in azure portal and also able to connect How to come out of these kind…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,333 questions
asked 2020-06-25T15:23:36.793+00:00
GVS 146 Reputation points
commented 2020-07-31T08:21:47.863+00:00
vipullag-MSFT 25,211 Reputation points
1 answer

Understanding scan result differences for a web application scan and securing a static website

We have a static website hosted on Microsoft Azure. Our marketing team wanted a easy way to update it so WordPress was installed on Azure, the site was created, marketing team updates it. A WordPress plug-in exports their updates as HTML which is shown…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,094 questions
asked 2020-07-27T05:40:33.987+00:00
Steve 66 Reputation points
commented 2020-07-31T07:59:22.45+00:00
ajkuma 23,181 Reputation points Microsoft Employee
2 answers

Unable to List Virtual Machine in Azure Console

Started today (yesterday was okay), after logged-in to Azure Portal, I couldn't open the Virtual Machine service. Got something like below: { "shellProps": { "sessionId": "4ef90f7fbabc4e49a8a9470d486d35fb",…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,333 questions
asked 2020-06-01T03:25:45.677+00:00
Dedy Ardiansyah 1 Reputation point
commented 2020-07-31T07:28:29.823+00:00
vipullag-MSFT 25,211 Reputation points
2 answers

vm disabled

I just created my account and the vm but then when I try to connect it say that remote pc is disabled please contact support

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,333 questions
asked 2020-06-01T15:06:05.517+00:00
Sanchezdose 1 Reputation point
commented 2020-07-31T07:24:15.607+00:00
vipullag-MSFT 25,211 Reputation points
2 answers One of the answers was accepted by the question author.

Azure data factory copy activity cosmos db error

Hello I'm getting the following mistake when I try to make a mapping of an array on copy data activity from csv file to cosmos db. The structure on cosmos db for the item should be as follows: "InsuredItems": [ { "Accomodation":…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,825 questions
asked 2020-07-22T17:19:38.367+00:00
CORONADO GRANADOS Diana Milena 126 Reputation points
accepted 2020-07-31T06:28:17.603+00:00
CORONADO GRANADOS Diana Milena 126 Reputation points
2 answers One of the answers was accepted by the question author.

Authorization for azure REST API call

Hi, I'm trying to call the inbuilt azure API by bearer token generation. The bearer token is generated using "https://login.microsoftonline.com/{tenantID}/oauth2/token," and using this token, I'm trying to access the get device API from…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,140 questions
asked 2020-07-17T06:06:45.693+00:00
Rakesh S 151 Reputation points
commented 2020-07-31T05:36:02.64+00:00
Rakesh S 151 Reputation points
0 answers

Push Notification - Updating the app badge count doesn't work via APNS

Currently, we can receive alerts with no problem but when we do a "badge" count update it doesn't work. There are no errors on the push notification service either so we can't pinpoint the cause. We are doing backend device management so all…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
276 questions
asked 2020-07-28T02:32:16.55+00:00
Anonymous
commented 2020-07-31T04:45:50.51+00:00
SnehaAgrawal-MSFT 19,196 Reputation points
1 answer

Parse Server

I've seen several articles and posts referencing parse server implementation on Azure. All articles reference a marketplace resource that no longer appears to exist. …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,094 questions
asked 2020-07-28T21:09:43.753+00:00
Rachael Singleton 1 Reputation point
commented 2020-07-31T04:01:30.317+00:00
ajkuma 23,181 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

vision-ai-developer-kit

Ref: https://visionaidevkitsupport.azurewebsites.net/ I got an understanding of deploying vision AI model on to the device but I am not clear on how to manage the device using IoT Hub SDK. i.e. How can I implement/ interact with the device using IoT…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
548 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,140 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
209 questions
Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
230 questions
asked 2020-07-24T23:51:57.34+00:00
Chandra Mohan 461 Reputation points
accepted 2020-07-31T03:01:01.563+00:00
Chandra Mohan 461 Reputation points
1 answer

Can i SysPrep an Azure VM, to configure all language and region settings to en-Gb

Is it possible to use an unattend.xml with SysPrep on an Azure VM, to configure all language, region and system UI default language to en-GB?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,333 questions
asked 2020-06-09T00:12:07.127+00:00
James Quinn 1 Reputation point
commented 2020-07-30T23:40:52.41+00:00
KarishmaTiwari-MSFT 18,642 Reputation points Microsoft Employee
1 answer

How to take the Network Security Group(NSG) logs to Azure Sentinel

Hello, I have Azure Sentinel, Kindly suggest the steps how to forward the NSG(Azure Firewall) logs to Sentinel. Regards, Chandan Prajapati

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
583 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,011 questions
asked 2020-07-18T19:15:54.85+00:00
Anonymous
commented 2020-07-30T23:00:48.757+00:00
Marilee Turscak-MSFT 35,366 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Non-interactive login to registered dataset

I'm trying to tune hyperparameters similar to the following guide: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters My PyTorch Dataset in train.py contains: ws = Workspace.from_config() ds =…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,636 questions
asked 2020-07-21T15:52:44.937+00:00
Adam Stewart 51 Reputation points
commented 2020-07-30T21:58:37.773+00:00
GiftA-MSFT 11,161 Reputation points
2 answers

Fix for: "WebJob cannot be added from portal if deployment form source control is configured." Error?

I use Git as a deployment method so I assume that is the source control deployment they are mentioning. This is an error that only started coming up in the past few months as I have already created many WebJobs from the portal. I have seen this…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,094 questions
asked 2019-12-04T00:05:46.193+00:00
Eric Giddings 1 Reputation point
commented 2020-07-30T21:52:20.247+00:00
BruceANeiman 1 Reputation point
1 answer

Export SQL database data using logic apps to a password protected Excel file

Hi All. I have a logic app solution which exports data from a Azure SQL database onto csv file, I will now like to change is such that it exports data to a password protected file (excel) .The password will be static.

Azure SQL Database
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,914 questions
asked 2020-06-15T22:49:33.003+00:00
MrFlinstone 501 Reputation points
commented 2020-07-30T21:37:13.09+00:00
Jorge Luis Izquierdo 1 Reputation point