Questions tagged [azure-pack]

The Windows Azure Pack for Windows Server provides a solution for enterprises looking to act as service providers. Running on top of Windows Server and System Center, the Windows Azure Pack enable you to offer a rich, self-service, multi-tenant cloud with Windows Azure-consistent experiences and services.

29 questions
0
votes
1 answer

What is the difference between Azure Pack and Azure Stack?

Microsoft seems to have two frameworks and solutions for cloud on-premises services: Azure Pack and Azure Stack. What is the difference between them and why would I chose one over the other one? Or are these solutions complementary?
Kosmo
  • 402
  • 7
  • 21
0
votes
2 answers

Powershell Workflow not able to use -parameters to create a VM

I am having a problem with my Powershell Workflow that I am authoring in Windows Azure Pack Admin Site. In Powershell ISE, the following works but in Service Management Portal Admin Site Runbook Authoring, it does not work. Where it is getting…
Charles Ryan
  • 23
  • 2
  • 3
  • 9
0
votes
1 answer

Create Vm in WAP using PowerShell, error 400

I'm trying to create a VM using PowerShell in Windows Azure Pack. I've downloaded the subscription, and Get-WAPackVM returns the VM's already created. I've tried running these two scripts: $OSDisk = Get-WAPackVMOSDisk -Name "W2012R2…
0
votes
1 answer

Anonymous Directory in Azure Pack

I've recently created an MVC application that leverages Windows Authentication. I have a subdirectory named "EventReceivers" that a want to allow anonymous access on. I've updated my web.config with the proper location element and all works fine on…
lestersconyers
  • 354
  • 2
  • 9
0
votes
2 answers

Single self-service portal for Azure hybrid cloud

If we extend out datacenter with Azure cloud services to create a hybrid cloud infrastructure, is it possible to perform self-service provisioning and management of infrastructure (like VMs) from a single portal? Basically I would like to be able to…
Tanmoy Sengupta
  • 406
  • 4
  • 18
0
votes
1 answer

Windows Azure Pack Authentication Using Node.js

I am trying to customize Windows Azure Pack using REST API. To authenticate the API, I need the token. I am able run the SampleAuthApplication (Code below), but that is in .NET . I want to implement the same thing in Node.js Here is the…
0
votes
1 answer

Custom Windows Azure Pack

I hope someone can help me on code the below. At this moment I have a little problem with Windows Azure Pack, I want to custom the MgmtSvc-AuthSite and MgmtSvc-TenantSite to change the text, but for example with Chrome/Firefox the code I can see in…
AnubisVolga
  • 311
  • 3
  • 18
0
votes
1 answer

Not able to add worker after successful installation of Website Controller, Management server,Front end server,Publication server and File server

After successful installation of Windows azure pack I am trying to install Windows Azure Pack: Web Sites v2 U6. I am able to install most of the servers to the Website controller. All below servers are in ready state so there is no issue of…
0
votes
2 answers

How to restore sql database in Private Azure Cloud subscription?

I want to restore my database bacpac file into Private Azure Subscription but I do not get any option in Azure portal :( Is there any way to do this?
Neo
  • 15,491
  • 59
  • 215
  • 405
0
votes
1 answer

Windows Azure Pack and SQL Azure Sharding

I seem to be having some difficulty finding answers to my question. Does anyone know if Windows Azure Pack for private clouds allows you to utilize a local version of SQL Azure? I don't see any mention of SQL Azure in the documentation. …
Jon Gear
  • 1,008
  • 1
  • 11
  • 22
0
votes
1 answer

Workflow Manager / Service Bus 1.1 How do I configure SB Portal?

I have a testserver with Windows Azure Pack, Workflow Manger and Service Bus 1.1 Installing Workflow manager and configureing it I had to remove old SB databases to replace them through the workflow configuration wizard. When this is done there is a…
Gatewarden
  • 391
  • 1
  • 3
  • 16
0
votes
1 answer

Service Bus for Windows Server - Deferred messages with TTL behavior

When using deferred messages the time-to-live is being ignored, is it possible to have this behavior and send the messages to dead letter queues? If so, how do I achieve this?
0
votes
1 answer

Windows Azure Pack - Maximum number of virtual machines per subscription id

For Windows Azure Pack setup for managing private cloud, what is the maximum number of virtual machines that can be created by a single user-role (i.e. per subscription-id) ?? I did not find any documentation giving these details. Can someone point…
Nirman
  • 1
  • 1
0
votes
1 answer

Integrate Windows Azure Pack with Active Directory

Is it possible to integrate Windows Azure Pack with Active Directory and have domain users authenticate Tenant Portal using Single-Sign On? Can anyone point to some good articles. Note: I know WAP supports ADFS but I'm looking for plain AD support…
Sri Kanth
  • 476
  • 2
  • 14
1
2