Questions tagged [azure-stack]

Microsoft Azure Stack is an extension of Azure that brings the innovation of cloud computing to build and deploy hybrid applications anywhere. - ONLY QUESTIONS ABOUT PROGRAMMING ARE ON-TOPIC. General server help can be obtained at Super User or Server Fault.

If you need help setting up Azure Stack resources, ask those questions on Server Fault or Super User.

Microsoft Azure Stack is a hybrid cloud platform that lets you deliver Azure services in your datacenter. This platform is designed to support your evolving business requirements. Azure Stack can enable new scenarios for your modern applications, such as edge and disconnected environments, or meet specific security and compliance requirements.

Azure Stack offers several high-level services

Intro to Azure Stack

  • [Introducing Microsoft Azure Stack]

Each of these services offers the ability to scale up or down based on demand using predetermined virtual machine sizes to run the services.

Use this tag for questions relating to applications hosted on Azure Stack.

59 questions
0
votes
1 answer

Terraform ARM-Template fails because of not unique ID

I use the following Terraform ARM template to deploy to Azure Stack: ... resource "azurestack_template_deployment" "nsg-rule1" { count = "${var.nsgr_map["nsg_sourceportranges"] == "" && var.nsgr_map["nsg_destinationportranges"] == "" &&…
0
votes
1 answer

What is the difference between Azure Stack Edge and Azure Stack Hub?

I understand Azure Stack Edge is Hardware as a service. I Azure stack hub the extension of azure running on stack edge?
Haseeb Afsar
  • 619
  • 5
  • 7
0
votes
2 answers

Http trigger Azure Function v2 (python) executes the entire logic as per expectations but gives 504 Gateway timeout after 4 mins on web request

I have created a Http-Triggered Python Azure Function which takes 3-10 mins to process the entire business logic depending upon the data size. While triggering this function using postman or python web request, it only waits for the response till 4…
Devesh Sharma
  • 949
  • 11
  • 14
0
votes
1 answer

Any model quality difference between Azure Cognitive Service container vs Cloud

Reading through Azure documentation on Cognitive Service LUIS and Text Analytics, and it only mentioned the on-prem container offers the "same capabilities", but not mentioning if it is the same model, in terms of quality and deterministic…
0
votes
1 answer

Get-AzsHealthReport is not recognized

I tried to get Azure Stack identity health report according to the below document. But getting error if the packages are installed on power shell. Link Get-AzsHealthReport : The term 'Get-AzsHealthReport' is not recognized as the name of a cmdlet,…
vish
  • 671
  • 2
  • 7
  • 15
0
votes
1 answer

Add custom role to user subscriptions?

I am trying to create a custom role and add it to user subscriptions. The problem I am having is the values to put in the AssignableScopes value. It works find if I use the Default Provider Subscription, "AssignableScopes":[ …
Phil Bolduc
  • 1,586
  • 1
  • 11
  • 19
0
votes
1 answer

Unable to get instance metadata in Azure Stack VM Instance

In any Azure instance I can easily fetch instance meta data from IMDS urls like below- curl -H 'Metadata: true' http://169.254.169.254/metadata/instance?api-version=2017-12-01&format=text But when I am trying the same from Azure Stack, I am getting…
some_guy
  • 83
  • 8
0
votes
2 answers

Cost effective method for Provisioning IoT Hub Device Azure

I am writing a service for device provisioning on Azure IoT hub, So I came across Azure Device provisioning service which include TPM, X.509 certificate and symmetric key based provisioning mechanism. My Question is which one will be more cost…
Sujith S
  • 67
  • 1
  • 8
0
votes
2 answers

Azure Stack and Ansible

There is no azure stack ansible modules in the latest ansible 2.7. There are two things i want to know. 1. Is it feasible to customize azure ansible modules to work for azure stack? 2. If yes for the first question,what are the features which are…
0
votes
0 answers

Azure Stack and Azure Pack support OPC UA

Do Azure Stack and/or Azure Pack support OPC UA? I am planning to build an on-premise cloud solution using Azure. This solutions has to receive data via OPC UA. I already found an example which shows that OPC UA can be somehow connected to Azure:…
enigma
  • 493
  • 2
  • 5
  • 18
0
votes
1 answer

What is Azure Stack Time Server?

Unable to find online that what is Azure Stack Time Server. All the related articles/posts I've found so far mention setting up the IP address (or something of that sort) for Azure Stack Time Server. But what actually is Azure Stack Time Server?…
nam
  • 21,967
  • 37
  • 158
  • 332
0
votes
2 answers

AzureStack Delete All the resources and their dependent resources in a Resource Group

I am writing an script that would get all the resources in a resource group and removed them and then it removes the resource group itself in an azurestack environment. I couldn't just use $Resources = Find-AzureRmResource -ResourceGroupName…
Nadia
  • 21
  • 3
0
votes
1 answer

SNAT Ports for Outgoing Connection from Azure (Stack)

I don't manage to get a working outgoing connection from my load-balanced VMs created in Azure Stack. I have scenario 2 of the documentation: "Public Load Balancer associated with a VM (no Instance Level Public IP address on the instance)". Only…
BaluJr.
  • 1,010
  • 2
  • 11
  • 25
0
votes
3 answers

Connection of StorageExplorer to AzureStack still not working

I am now using the current Azure Dev Pack (18.03). When following the tutorial for connection there is now the following error when trying to connect: The problem is, that the tutorial is only mentioning the following dialog for connecting a…
BaluJr.
  • 1,010
  • 2
  • 11
  • 25
0
votes
2 answers

Runbook deployment on Azure Stack

Please help me with any document or link to how to deploy a Runbook on Azure Stack. I know we can do it in azure portal though. But I am not getting the exact procedure how to proceed in Azure Stack. We have public cloud where we have the policy…