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
1
vote
1 answer

Azure Stack TP2 install: Invocation of step 60.61 failed

I'm getting the error on the POC (proof of concept) machine after running the command .\InstallAzureStackPOC.ps1. It takes a long time, reboot the POC machine and then "autologon" itself. After it keeps on the deployment process and fails at step…
Raul
  • 11
  • 1
0
votes
1 answer

Application Insights on Azure Stack Hub

We are moving some services to privately hosted Azure stack (based on Azure Stack Hub), and I was wondering if "Application Insights" is available in Azure Stack Hub? On my App Service resources I can see the "Application Insights" menu item, but it…
jbiversen
  • 371
  • 3
  • 14
0
votes
1 answer

Failed to install AKS on Az Stack HCI

I try to install AKS on Azure stack HCI cluster but it stuck at Validating Load Balancer VIP, though my control-plane appliance is up and running. this error shows at install-AksHci command
0
votes
1 answer

How to download Azure VM Image(.vhd)?

I am trying to bring Cisco Cloud APIC image on Azure Stack Hub, but have no idea how to download its VM image from Azure. Can someone provide a complete roadmap of doing the same?
Qbert
  • 326
  • 3
  • 5
0
votes
1 answer

Is there -k or --insecure equivalent of curl for azure sdk for go?

curl contains options like '-k' /'--insecure' to allow insecure SSL connections/transfers, is there anything in azure-sdk-for-go or azure go-autorest
Qbert
  • 326
  • 3
  • 5
0
votes
1 answer

Azure Stack HCI move VM from node to cluster

I have a powershell script that creates virtual machines on one of my nodes in my Azure Stack HCI cluster and I was wondering if there are powershell commands for deploying my virtual machine onto my cluster? Or is there a way in powershell so that…
MDH98
  • 21
  • 2
0
votes
1 answer

Service Fabric "Container deployment is not supported on the node" on Azure Stack

We are trying to deploy a Docker Container on a Service Fabric running on Azure Stack. Unfortunately, it constantly fails with the error message Container deployment is not supported on the node. The container is not pulled or even started. We don't…
BaluJr.
  • 1,010
  • 2
  • 11
  • 25
0
votes
1 answer

Azure Stack REST APIs

We are looking for Azure stack Resource REST APIs. we want to handle Azure stack Resources like Resource groups, Virtual machines, Vnet, Subnet, etc. using REST APIs, can anyone point us to any link or document so where we can get all these APIs.
Qbert
  • 326
  • 3
  • 5
0
votes
0 answers

Azure Stack Server using SSO openID Configuration failure when after Rollover/24 Hours happens

I have a web application which have an issue in SSO authentication validation using "UseOpenIdConnectAuthentication", which is failing when they are trying to validate the IdTokens. It occurs when in every 24 Hours/when Rollover happens. Then the…
FabULOUS
  • 21
  • 5
0
votes
1 answer

Can I use ARM JSON script to apply restrictions to subscriptions on Azure Stack?

So I manage Azure stack and I want to put a cap on the number of Windows VMs that could be created per subscription and I also need it in template form for automation. So far I have not been able to do that. Could I please get some help?
0
votes
1 answer

ASPX not redirecting in Production Azure Stack

I am deploying a website created in ASP.NET on Azure Stack. There is one ASPX page that I am trying to redirect after authentication, it is working perfectly on my local machine but after publishing it even credentials are correct it is not going to…
Sachin Yadav
  • 187
  • 3
  • 4
  • 15
0
votes
1 answer

How do you delete everything in a resource group except for specific resources programmatically?

Let's say I have a resource group MyAppRG. It has a storage account, a SQL server, a keyvault, and a VM. How would I delete everything except the storage account and the keyvault in the resource group programmatically? I know that there is a way to…
0
votes
1 answer

Azure Stack Hub Marketplace - Custom OS Image

Looking for help on publishing a custom OS image to the Azure Stack Hub Marketplace. I have published a custom Windows image to the Azure Stack Hub Marketplace. I can see the OS image in the marketplace but when I go to use it, after completing the…
jimbo.19
  • 23
  • 3
0
votes
1 answer

I have a problem with "Create an Azure AD App" Specifically with the powershell Script "Create-AADIdentityApp.ps1"

I have installed Azure stack development kit and i am trying to install the App service. Then when i have to run the PS1 script Create-AADIdentityApp.ps1 i fill in the following…
0
votes
0 answers

How to debug a Azure Stack app service webfarm deployment failed due timeout?

I have app service installed on a Azure Stack Development Toolkit. When try to deploy an app, a Django app from a template, for instance, after a few hours I get the message: { "id":…