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
4
votes
1 answer

Service Bus - Retrieve message from session by sequence number

I am currently trying to retrieve a specific message from a session. To do so I use want to use the .Receive(Int64) on the MessageSession where I pass in the sequence number of the message. Here is my code - long msgSequenceNr = 1337; QueueClient…
Tom Kerkhove
  • 2,151
  • 5
  • 26
  • 42
4
votes
1 answer

Windows Azure Pack - Where's the Storage?

Does anyone know if Windows Azure Pack is expected to offer the Storage service any time soon? I have a client who's very interested in the technology, but only if it has storage....
Louis S. Berman
  • 994
  • 1
  • 9
  • 25
3
votes
5 answers

"Arithmetic operation resulted in an overflow." getting this error in ASP.Net after converting to the Azure project

I am working on an asp.net application. Now I am working on to move it to windows azure server. After converting the project to the windows azure project it gets started to give me errors in accessing the database. I am able to access the data but…
jkmehmi
  • 66
  • 1
  • 8
3
votes
1 answer

Storage Spaces Direct

Some background: I'm trying to set up Azure Pack in a test environment, and are currently woriking on setting up the servers who's going to host it all. To do this i have two virtual Windows Server 2016 TP4 servers hostet on a ESXI host, and so i…
2
votes
2 answers

Azure Pack REST API Authentication

After hours of search in Microsoft messed up API documentation for its products, i am still no where on how to authenticate a rest API request in windows azure pack distribution. Primarily i want to create an API which automate the process of…
Rishabh Soni
  • 159
  • 1
  • 10
2
votes
1 answer

Does Azure Pack support auto scaling Web and Worker roles with WASABi?

WASABi seems to support autoscaling of Web and Worker roles in Azure public cloud, however it's not clear if the same behavior can be applied to on site Azure Pack (private cloud) instances. Anyone know?
Paul Fryer
  • 9,268
  • 14
  • 61
  • 93
1
vote
2 answers

Publish content files within an Azure Cloud Service project

I have Azure Cloud Service project that written in C#. This project is contain Azure Worker Role. My Worker Role is reference another project (in same solution) that hold a directory in it. In this directory there are 10 HTML files. All those files…
No1Lives4Ever
  • 6,430
  • 19
  • 77
  • 140
1
vote
1 answer

how to change web.config when upgrading to Windows Azure.2.5

I'd like to know how to change web.config when upgrading to Windows Azure 2.5. Current web.config is like
user585440
1
vote
0 answers

Setting up YOURLS url shortener on a Windows azure website

I tried following this article to setup YOURLS url shortener on my website outrika.com. The website is hosted on Windows azure and i have successfully setup custom domain for it. Also i have added all YOURL files to it and have updated the…
Vivek Maskara
  • 1,073
  • 11
  • 29
1
vote
1 answer

how can I get, update and delete Quota of Plan Service of Custom resource provider for Windows Azure Pack

I am working on creating new custom resource provider in windows azure pack and I followed below (link) blog and its related blogs-…
1
vote
1 answer

Service Bus On-Prem - Abandoning deferred messages

Lately I've been working with the Azure Pack & Service Bus for Windows Server 1.1 where I'm doing message deferal with queues. I was wondering if it is possible to abandon a deferred message in order to make it visible to others again? Currently I…
0
votes
1 answer

Azure Pack remote console connect, failed to download RDP

I am trying to do a POC on the azure pack and been trying to make remote console connect feature work. But unfortunately, it fails with unable to download RDP file error.
Venkatesh
  • 3
  • 2
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

Azure Pack Service Bus - Windows Fabric Missing

Recieve this error when configuring service bus before joining it to WAPAdmin Portal. How can i install Windows Fabric which should contain FabricHostSrv manually. I cannot find a standalone installer for this. [Error] [12/15/2017 10:05:47 AM]: …
user2506891
  • 143
  • 2
  • 9
0
votes
0 answers

What could happen if I install all server roles on Windows Azure Pack: Web Sites on one machine?

At work, I'm in the process of installing Windows Azure Pack: Web Sites in a VMWare ESXi lab environment. I have little available RAM and hard drive space on the ESXi. I originally thought I would be able to do this without spending too much…
1
2