Tagged Questions
2
votes
1answer
72 views
Accessing Hadoop Cloud services from Windows
I am new to hadoop. I am using already hadoop configured VM provided by yahoo, since i am not allowed to install Linux OS in my machine.
I need to avail cloud services and have to work on hadoop ...
0
votes
0answers
43 views
Edit windows azure database over cloud service C sharp
Hi there Currently building an application for windows phone and have created a cloud service that allows apps to add database entries and retrieve them. The Application uses the could service through ...
0
votes
1answer
145 views
Windows Azure - Include a WCF service in a virtual directory of a web role
Is it possible to have a wcf service role live in a virtual directory (or the equivalent not sure if that word is the appropriate one for Azure) of a web role on Azure.
For example:
www.mydomain.com ...
0
votes
1answer
21 views
Manage software installed on remote systems - cloud?
I am looking for some sort of computer management software where I can specify certain applications to be installed on our company systems. The systems are not located in our internal lan and all the ...
0
votes
0answers
47 views
How to get a “Cloud system” in windows (Maybe using rsync?) [closed]
I need to get folder constantly updated from a computer usb drive to a web server.
I never did this, so I don't even know where to start. I heard about rsync, but I don't know if its a solid ...
0
votes
0answers
40 views
Any idea how to move my Image folder from my local machine to Azure Storage Container Blob?
Any idea how to move my Image folder from my local machine to Azure Storage Container Blob? I have tried some tools like
Azure Storage Explorer 5 Preview 1
CloudBerry Explorer for Windows Azure
...
2
votes
0answers
78 views
Windows Azure Toolkit for Java plugin does not work on a Mac
I am trying to create a Windows Azure Cloud Service. Therefore I used Eclipse (Indigo) on my Mac.
First I need to install (Eclipse > Help > Install New Software > http://dl.msopentech.com/eclipse) ...
2
votes
1answer
93 views
Is it possible to use Windows Azure Mobile service with Windows 8 App which requires relational Database?
I am now self-studying how to developing an App for Windows 8 with C# and XAML and I want to use Windows Azure service as a cloud server for my database, just like SQL. I am new to this technology and ...
1
vote
1answer
49 views
which program is good for putting 3D shapes in a website [closed]
I'm gonna design a website that gives the user the ability of putting 3D shapes on the screen by drag and drop or giving dimensions of the shape. which program do you sugest me to choose for designing ...
-1
votes
2answers
722 views
How to move Google Drive cloud folder to the root of a partition? [closed]
Annoyed by the fact that when using Google Drive (a cloud service like dropbox) all files need to be inside a folder called Google Drive so full address is E:\Google Drive\ drive.
But what I really ...
1
vote
2answers
225 views
dual boot to Xen cloud platform and windows
In my system I have windows on one of my hard driver and I have installed Xen cloud platform on the other one. The installation is complete now but I don't know how can I load Xen after reboot? In ...
0
votes
1answer
140 views
Remote desktop end point windows azure cloud microsoft
I have a remote desktop account end point with microsoft windows azure.
How do I create another remote desktop account to give my developer to work in the VM ?
I do not want to provide him with my ...
5
votes
5answers
2k views
Migrate Azure Web Site to Azure Cloud Service
I have a project and I'm planning to start the web app as an Azure Web Site and then migrate it to an Azure Cloud Service (also called Hosted Service) if it is needed as a scale strategy.
The ...
0
votes
1answer
96 views
Could we install MS CRM On Premise on the new Azure IAAS
Can we install Microsoft CRM on Windows Azure IAAS platform. Is this possible to import a Windows VM of MS CRM.
Has anybody tried this?
1
vote
2answers
2k views
email in windows azure cloud
When you register with an Internet service provider to host your website you get an option to create email addresses with your domain name. How is this posible when I have a windows azure cloud ...
3
votes
2answers
151 views
Can some other Azure role read unwiped disk data left by my role when my role Azure VM is reclaimed?
Suppose my Azure role stores some data on the VM local disk and is then terminated. The local disk was mapped onto some physical storage and so the data stored onto the local disk was written into ...
1
vote
2answers
1k views
RPC Server is unavailable error
We are working on Windows Azure platform . The application is working fine if we work from Visual Studio but when we deploy it to Windows Azure and tried to Run from the URL created its throwing RPC ...
1
vote
1answer
451 views
Select a specific menu item from a Windows context (right-click) menu using VBScript?
Is there a way that I could automate the right-clicking of a file in a Windows 7 folder and select the, "Send To -> Amazon Cloud Drive" context menu option in a simple VB script?
2
votes
2answers
61 views
How do I get the initial configuration of my Azure role?
Suppose I deploy an Azure role supplying a service package and a service configuration. Then I change the configuration one or more times without redeploying the role.
Is it possible to get the ...
1
vote
3answers
219 views
How to use Windows Azure in Indonesia?
I plan to implement my website (asp.net & sql2008) using windows azure, but I have difficulty to do it because windows azure has not released yet in my location (Indonesia).
Should someone like ...
0
votes
4answers
179 views
What exactly happens when I change number of Azure role instances?
I observe the following weird behavior. I have an Azure web role which is deployed on love Azure cloud. Now I click "Configure" in the Azure Management Portal and change the number of instances - the ...
0
votes
1answer
132 views
Restore Azure Web Role website?
I published a Azure Web Role from Visual Studio and something went wrong. I think my workstation settings are wrong. Is there a way to restore an Azure website if a deployment goes wrong?
2
votes
1answer
238 views
How do I define rules for Wasabi Azure scaling block in my code?
I think of using Wasabi block for auto-scaling my Azure application. Looks like the rules have to be hardcoded in an XML file. This bothers me, because the rules I want for my application require a ...
0
votes
2answers
108 views
Possiblity of Windows App (that interact with Hardware connected via USB) be hosted in Windows Azure
Our application (which is a Windows App) basically uploads data into database and then other part of the application will take that data and send it to the hardware (which is connected to the PC ...
0
votes
1answer
227 views
Windows Application hosting Windows AZURE Cloud service provided by Microsoft
Is it possible to host a Windows Application to be hosted in Windows Azure cloud service provided by Mircrosoft.
4
votes
3answers
410 views
What's the difference between OnStop() method and Stopping event in Windows Azure role?
Whenever a Windows Azure role is stopped its OnStop() method is invoked. Turns out that there's RoleEnvironment.Stopping event that is triggered before OnStop() is invoked. MSDN says this event is the ...
2
votes
2answers
1k views
Azure tutorial - How to use local blob storage
I am new to Windows Azure world. I do not have live Azure account. Can I still do the development work using local blob storage, SQL Azure, Fabric etc?
Can anybody share any link for Azure videos for ...
0
votes
1answer
50 views
How can I have better priviledges management in Azure roles?
AFAIK when I set up my Azure roles I have only one way to specify how much priviledges the process running role code will have - by using <Runtime executionContext> XML tag.
However this looks ...
0
votes
2answers
319 views
Why does updating a stopped Azure deployment take so long?
Complete Azure deployment takes a while for a reason, but here's what I do.
I stop the deployment, then while it is in "stopped" state I click "upgrade" and choose the service package. The deployment ...
1
vote
1answer
143 views
Is the Azure role host actualy restarted when a role crashes or is restarted via management API?
Suppose my Azure role somehow exhausts system-wide resources. For example it spawns many processes and all those processes hang and consume all virtual memory in the system. Or it creates a gazillion ...
0
votes
1answer
86 views
Is it possible to trash an Azure role host and get it started on the same host without cleanup?
Suppose my Azure role creates a lot of temporary files in Windows temporary folder and forgets to delete them. At some point it will receive "can't create temporary file" error. Suppose that once that ...
0
votes
3answers
296 views
Can I ask Azure runtime to not restart my role if OnStart() throws an exception?
My Azure web role currently contains lots of bugs and throws exceptions from OnStart(). Once an exception is thrown Azure runtime starts the role again. That's not convenient for me - the role ...
1
vote
2answers
895 views
How to access Azure local storage from a startup task?
In my Azure role startup task I need to deploy my native C++ application. I do that by running a set of actions from a .cmd file.
The problem is that the E:\ drive where the role contents is located ...
0
votes
1answer
64 views
Why is LocalStorage element listed at two levels of Azure service definition schema?
According to Azure service definition schema LocalStorage element can be present either in <WebRole><LocalResources> (this location is used in samples found everywhere) or right in ...
1
vote
2answers
122 views
How do I hard stop an Azure role?
Here's my scenario: my Azure web role does a lot of work in OnStart() and produces a huge debug trace that is uploaded to Blob Storage.
Now OnStart() hangs for whatever reason and I look into Blob ...
2
votes
3answers
538 views
How do I know why my Azure instance doesn't start?
I deployed my service package into Windows Azure. Management Portal has been showing "waiting for the role instance to start" for 30 minutes already so I assume something is wrong.
I know that ...
3
votes
2answers
182 views
How reliable is encryption used to encrypt Azure service packages?
This question is obsolete. Starting with SDK 1.5 packages are no longer encrypted.
Turns out Azure role service packages are encrypted so that once a package is produced only Azure runtime can ...
1
vote
1answer
134 views
How safe is storing my role service package in Azure blob storage?
Azure Management Portal allows deploying a service from a service package earlier uploaded to Azure blob storage. This looks very convenient but kind of paranoid - what if some third party accesses ...
2
votes
1answer
459 views
How do I verify the .cssx file created with CSPack Azure SDK tool?
Once I use "Build->Publish->Create Service Package Only" to pack my Azure role I get two files. One is the .cscfg - a tiny XML file with service configuration. The other is the package itself which is ...
1
vote
1answer
452 views
Why is GetEnvironmentVariable() returning the wrong directory for my RoleRoot in Windows Azure?
I am trying to create a Worker Role project for Windows Azure that loads a custom EXE upon startup. I adapted the code from David Chou's Jetty server example found here:
...
1
vote
1answer
201 views
How to develop facebook apps on windows azure platform?
What are the steps I need to do in order to host my .net written Facebook application on windows Azure platform?
I developed some facebook app already but I wrote them with PHP and hosted them on my ...
0
votes
1answer
146 views
How fast are Azure Storage changes propagated to instances?
Suppose I have several role instances and one instance writes to Azure Storage (blob, tables or queue - whatever). How fast will other instances be able to see and read those changes?
0
votes
3answers
401 views
How to have RoleEntryPoint.OnStop() called in Azure Compute Emulator?
I'm testing a trivial web role under Azure Compute Emulator and have overridden OnStart(), Run() and OnStop() methods in my class that derives from RoleEntryPoint.
OnStart() and Run() are called but ...
0
votes
2answers
632 views
Cloud storage, using linux or windows [closed]
Over the years i have played around with Network attached storage devices like ones provided by iomega which have cloud computing features built in meaning i can acces my data anywhere in the world. I ...
1
vote
1answer
117 views
Cloud / Grid Computing Process Controller
We have a set of ~10-15 windows desktops that we use for various grid computing tasks (crunching data, running optimizations etc), and I find myself constantly writing scripts / manually updating each ...
2
votes
1answer
176 views
Why does IIS accept requests before RoleEntryPoint.OnStart returns?
I'm playing with Azure sample from here on Compute Emulator and I found that if I make OnStart() in my class inherited from RoleEntryPoint rather slow to return the .aspx page in the web role accepts ...
1
vote
2answers
167 views
Is it possible for RoleEntryPoint.OnStart() to be run twice before the host machine is cleaned up?
I plan to insert some initialization code into OnStart() method of my class derived from RoleEntryPoint. This code will make some permanent changes to the host machine, so in case it is run for the ...
1
vote
2answers
226 views
Does Azure role need to clean up local resources before terminating?
Suppose my Azure role is notified that it will be terminated soon and technically can clean up local resources after itself (temporary files for example). Should it do so?
I'm not asking about ...
5
votes
3answers
169 views
Is it a good idea to reuse an Azure web role for backend processing?
I'm porting a huge application to Windows Azure. It will have a web service frontend and a processing backend. So far I thought I would use web roles for servicing client requests and worker roles for ...
2
votes
4answers
398 views
Is there a hard limit on how long Azure role startup can take?
Suppose I include a rather long-running startup task into my Azure role - running something like up to several minutes. What happens if the startup task runs "too long".
I'm currently testing on ...
