Deploying WebRoles to pre-existing VMs

We have developed and tested our webroles in our Free trial Azure cloud.
We now have to deploy the webroles to Company A Azure cloud. Company A is open to creating IIS VMs for our deployment but will not share username/pwds with us to publish our Webroles to their cloud.
This should be a pretty common scenario, would like to hear from folks who have solved it in their deployments.
How do we publish web roles to a pre-existing VM?

Hi hlettersMSDN,
It is not possible for you to publish Web Roles to pre-existing VMs,for the Web Role will create its own hosting environment when you provision it.you
could refer to the similar issue in the link below:
https://social.msdn.microsoft.com/Forums/en-US/5ef943f7-0ec8-4d2d-b38d-ebc1c975e46a/deploy-service-on-existing-vm?forum=windowsazuredevelopment
While you could try to  create Web Site instead of Web Role ,and deploy it to VM.
For how to deploy Web Site  to Azure Virtual Machine ,I suggest that you could refer to the link below  :
https://social.msdn.microsoft.com/Forums/azure/en-US/30a45c15-e274-4917-a61e-2120240a2e69/deploy-from-vs2010-to-azure-virtual-machine
Best Regards,
Kevin Shen.

Similar Messages

  • Why is my pluggable Navigation effecting the pre-existing Horizontal Combobox?

    I've created a new nav scheme by copying the pre-existing "Horizontal Combobox" navType and view code (c#). I gave it a unique "GetID()," "GetName()," and GetScope() Like I'm suppose to. Due to the bug in my version of PT (5.0) I had to add it to the ActivitySpaces.xml file and not the CustomActivitySpaces.xml.
    Anyway, the problem is that my scheme seems to show up if I've choose it or the pre-existing "Horizontal Combobox" scheme.
    Anybody have any idea what I'm doing wrong?

    Mr. Singh,
    The deployer XML files only shipped with portal 5.0.1, and only on the CD; we've dropped them going forward and replaced them with scripts that rebuild the entire UI. On the 5.0.1 CD, the files you're looking for can be found on Disk 1, in the directory "UI Source Code"; they're called buildplugnav.xml and buildplugnav.net.xml. However, they only deploy to IIS and Tomcat, and don't handle a variety of conditions like redeploying to a live production portal.
    The key is to compile your own code and put it into a JAR/DLL file which is then deployed within the portal WAR/webapp file. A simpler way to work would be to have your web app server look for both the war/webapp file and its contents in one place. To do this, edit the j_config.xml or n_config.xml files (depending on whether you're Java or .NET) and change the WebHome value to point to your local Plumtree install directory. Let's do a Java example (.NET would be remarkably similar):
    <WebHomevalue="c:\\pthome\\ptportal\\5.0\\webapp\\portal.war"></WebHome>
    (I've installed into a directory called c:\pthome; the default would be something like c:\Program Files\Plumtree). You'd also want to make sure your webapp server uses an XML file to point to the new WAR location, whether it's BEA, WebSphere, or Tomcat.
    Then you can do the following:
    1. Build your own JAR file with a pluggable navigation in it. Use "jar -cvf nameofjar.jar *.*" to jar up the class files of your pluggable nav.
    2. Copy that JAR to your lib directory (in this case, c:\pthome\ptportal\5.0\lib\java)
    3. Add or update that jar in your WAR file (I use WinZip and re-add the jars in lib\java)
    4. Stop + restart your webapp server.
    The idea is you should be in control of your own build process, because it may involve a source control system, ANT, Visual Studio .NET, an installer, or other tool.
    David Phipps
    Plumtree Software

  • In ical I just added new calendars to a pre-existing calendar group, I can make events with these calendars, but not reminders, any suggestions?

    in ical I just added new calendars to a pre-existing calendar group, I can make events with these calendars, but not reminders, any suggestions?

    Hi,
    Lion has changed the way reminders (todos as was) work. They now seem to need to be in a seperate calendar.
    In iCal open the File menu and select New Reminder List... and select where to put it.
    Best wishes
    John M

  • When I sync my ipod to add new material, sometimes itunes will automatically rearrange the song order of my pre-existing albums by number of plays. Why does it do this? And is there a way to stop it?

    When I add an album to itunes and subsequently to my ipod, everything is arranged by track number of the album. Sometimes when I sync in order to add new material to my ipod, itunes for some reason automatically rearranges some of my pre-existing material by songs with the greatest number of plays to least (though sometimes it seems to be completely random). When I check itunes on my computer, everything still appears to be in order but the way it appears on the device often is in the previously mentioned disorder. Why does it do this? Is there any setting that I can adjust to make it stop because the only way I've found so far is to delete the rearranged material and re-import the cd and then re-sync. It might sound picky, but I prefer that my music be in order by track number as the artists themselves intended for various reasons the foremost being that I often listen to whole albums from start to finish and this glitch makes such problematic. I have found some settings in preferences that focus on how material is arranged but this seemed to be focused on the actual folders where the music is located on my hard drive and not the way it appears on the ipod. If anyone knows the reason it does this or has suggestions on fixing it, I would be greatly appreciative. Thanks.

    Did the original songs that do not appear on the car player play in the Music app on the iPod? Sometimes glitches happen and they do not. Also, If y ohave a 5G iPod/iOS 7, purchase songs  will show with an cloud icon by them if they are not downloaded if Shall All is turned on in Settings>iTunes and App Store

  • Adding a single page to pre-existing website

    I currently have a website running on Amazon S3 and want to add a page to the domain using Muse and do not want to replace the pre-existing website.
    Example:
    Current web address:
    subsite.mywebsite.com
    Desired address of Muse-created site:
    subsite.mywebsite.com/musesite.html
    subsite.mywebsite.com does not need to be modified in any way—my clients just need to be able to access musesite.html via a link using my brand's domain. Can this be accomplished using BusinessCatalyst provided hosting? If so, how can I accomplish this?

    Hi Joseph,
    You need to create the page in Muse and then export the html to a local folder on your computer and then upload the exported content on the root folder of your existing business catalyst site. You will not be able to use the web forms with this approach.
    If you can host the site in a sub directory, then you can create the page in the Muse and then publish directly to a sub-directory on the root, this way you will be able to use the web forms.
    - Abhishek Maurya

  • How do I find the ports a pre existing program used in DAQ?

    Hi all, 
    I am setting up a laser displacement sensor and trying to utilize a pre existing program that was created by graduate students before me. There are 4 wires coming from the laser displacement sensor that need to be connected to the DAQ but we have no information telling us where these wires are supposed to attach to the DAQ in order to run the pre existing program correctly. 
    Is there any way that we could figure this out? 
    Thank you for your help,
    mccutchen12c

    James, 
    Thank you for your help! Yes, we have looked at a couple different methods on how to tell if the information had been programmed by the previous grad students and we haven't had any success in finding that information. So I believe you are right in assuming its not documented.. We will do a better job of documenting for future grad students after us. 
    I have attached our code. Any insight you could give would be greatly appreciated!
    We have an Acuity AR200-6 laser displacement sensor with green, yellow, black and a wire that isn't wrapped that all lead to the serial port in the back of the computer and ground. We then have white, blue, orange and brown wires that do not have a location.. We did some research and the are as follows:
    white: laser disable
    blue: buttons disable
    orange: voltage output
    brown: voltage RTN
    We are starting to wonder if we are just not supposed to use the DAQ.. Can you confirm the connection is solely through a serial port? 
    Cheers, 
    Carley

  • How do I find and include pre-existing music files on my PC?

    I'm new to iTunes and believe that I should be able to find and include pre-existing music files on my PC?
    I've found out how to show the menu bar but I can't see how to do the above except file/folder by file/folder.

    Hello there, LeighCenturion.
    The following Knowledge Base article provides instruction on how to add content from your computer to iTunes:
    Adding music and other content to iTunes
    http://support.apple.com/kb/HT1473#2
    Specifically:                     
    Adding content on your computer to iTunes
    iTunes helps you add digital audio and video files on your computer directly to your iTunes library. You can add audio files that are in AAC, MP3, WAV, AIFF, Apple Lossless, or Audible.com (.aa) format. If you have unprotected WMA content, iTunes for Windows can convert these files to one of these formats. You can also add video content in QuickTime or MPEG-4 format to iTunes. To learn how to add these files to iTunes follow the steps below.
    Open iTunes
    From the File menu, choose one of the following choices:
    MacAdd to Library
    Windows
    Add File to Library
    Add Folder to Library
    Navigate to and select the file or folder that you want to add
    If iTunes is set to "Copy files to the iTunes Music folder when adding to library," iTunes will copy all content that is added to the iTunes library to the iTunes Music folder. To adjust this setting or change the location of this folder, go to the Advanced tab in iTunes Preferences.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Adding a pre-existing podcast to iTunes U using the feed method.

    While trying to add another pre-existing CSULB podcast to our CSULB on iTunes U (using the "feed" method), I encountered an error message that I don't know how to interpret.
    Can you help me with this or is there somebody else at Apple I should work with?
    The pre-existing podcast is at: http://www.ccpe.csulb.edu/citt/podcast/feed.aspx
    The error message reads:
    "While attempting to download. . . iTunes U encountered an authorization error and could not update the content. Verity your authorization access to the feed specified in the feed URL field, including the user name and password permissions, and then try again."
    I have no idea what this means. Can someone please help?
    Walter

    bgerth wrote:
    Is anyone using Podcast Producer 2 to publish content on iTunes U, and if so, does it work reasonably well (do you recommend using it)?
    Its spiffy. I like it, but I'm a softie when it comes to Apple stuff.
    Am I correct in thinking Podcast Producer 2 can only be used to create an RSS feed to point to podcasts stored in its Podcast Library or can you use Podcast Producer to upload files into our institutional iTunes U storage space (yes we are fortunate to have access to Apple's 500 GB storage space)?
    You can choose to do either. Although I haven't seen anything official, I suspect that Apple prefers the use of Podcast Library…but that's just a preference, not any sort of recommendation or future direction. In the end, I suggest (and I think Apple would agree) that you do what makes the most sense for you. For example, we choose to do it both ways.
    Can you provide a link to instructions (or explain how to either identify in iTunes U that the podcast is in Podcast Producer's Podcast Library as an RSS Feed or how to upload the podcast from Podcast Producer to a specific tab in a specific iTunes tab.
    I believe someone (a friend from Apple…??) released a PcP workflow action that deals with iTunes U the same way as PcPv1 did. Overall, though, probably the best kept PcP secret is that Podcast Producer is a generalized workflow solution. Sure, it's cast as a podcasting solution…but if you can get OS X Server to do something, you can get Podcast Producer to turn it into a workflow…anything. Since OS X Server can be scripted to upload content to iTunes U, Podcast Producer can handle that too.
    I appreciate any information given as I have tried with little success to find this information in either the iTunes U or Podcast Producer Admin guides.
    Thanks!!
    BGerth

  • Using airport time capsule to create an internet connected network from pre existing wifi network

    i bought an airport time capsule for college. I bought it to create a network for my dorm room so that I could take the pre existing wifi from the school and make my own mini network that I can hook my other stuff up to. Problem is that I don't have an ethernet hook up in my room so the network would have to be created from a wifi network rather that a ethernet hook up. Is this still possible? Alternate suggestions? I am afraid of either the college network blocking users from communication with other devices via the wifi, or the fact that my printer would be on a huge network for all to screw with.

    Is this still possible?
    NO, it won't work. Apple only works with apple.
    Alternate suggestions?
    I am sure your college has rules about not running your own wifi networks.. but anyway.. that is up to you.. the Apple TC cannot turn off 2.4ghz which would be handy.. so the only way to do this following the rules is ethernet. You can run a full network standalone on ethernet. And still use wireless for internet.
    If you want to use wireless standalone this is also possible but you need to connect a second wifi USB dongle your Mac so you can have two networks at once.. You can use an express to connect to the college wireless and bridge that to the TC by ethernet.. then use the TC to create your own network.. since you cannot turn off 2.4ghz I guess how long the College IT people take to track you down should be hours. If you could just use 5ghz it would probably be ok.

  • I have just downloaded Mac OS X 10.9 and Pages 5. When I open any pre-existing document in the new Pages the format is zoomed to 125%, the headers are out of position, the margins are changes, and inserted images are also relocated. What can I do?

    I have just downloaded Mac OS X 10.9 and Pages 5. When I open any pre-existing document in the new Pages the format is zoomed to 125%, the headers are out of position, the margins are changes, and inserted images are also relocated. What can I do?

    Have you tried resetting the SMC ?     >  Resetting the System Management Controller (SMC)

  • Adding a character into a pre-existing filename; Bridge CS5.1

    I would like to know if it is possible  to add a character or in my case a ( Character & a Space ) in-between an already  pre-existing sequential number
    For example,
    1301 Filename.jpg - - - - -> 13 01. Filename.jpg  ( Added a ( Space ) inbetween the two numbers, and placed a ( Period ) aswell.
    I would like to do this action to a group of files using the Batch Rename Feature; inside of Adobe Bridge CS5.1
    Is this possible? Is there a work around?

    I understand how string substitution works, you are misinterpreting the question.
    I would like to change the number sequence from.
    1301 Filename.jpg - - - - - - - -> 13 01. Filename.jpg
    1302 Filename.jpg - - - - - - - -> 13 02. Filename.jpg
    1303 Filename.jpg - - - - - - - -> 13 03. Filename.jpg
    1304 Filename.jpg - - - - - - - -> 13 04. Filename.jpg
    1305 Filename.jpg - - - - - - - -> 13 05. Filename.jpg
    As you can see I would like to ( Add ) Characters not replace. the characters being a ( Space ) and a  ( Period )
    But if there is a way to replace all of my sequence numbers together, that would be a viable option aswell.As of now I am not aware of a substitution command that will get rid of say a four digit combonation of numbers no matter what the actuall numbers
    That last sections of what you copy and pasted states there may be commands ( Expressions ) to replace filename patterns, but I am not aware of any specific commands ( Expressions ) I must type inside of the text bar to achieve the affect I am looking for.
    Any pre-existing help on Expressions?
    They are foreign to me and I would like to study the information for future use.
    I will be searching Google, if by chance I come across information pertaining to this subject, I will let you know. As of now any help is much appreciated.
    Ok I have figured out how to get rid of the string of numbers by using the Regular Expression of [0-9] but,
    I still do not know how to add a ( space ) inbetween the numbers without doing it all manually.
    Regular Expressions is the answer to my question, but now I have a new question. Which Regular Exresion do I use? It seems like it will take quite some time to get a good understanding of Regular Expressions, is there anyone who has a fair amount of knowledge on the subject who is willing to assist me in the mean time?

  • Specifying Question and Answer fields in Response sheet from Pre-existing Interactive PDF

    I am creating a new form from an existing interactive pdf, which has text boxes to supply answers. How can I get the response sheet to reflect the questions that are in the pdf? That is how does FormsCentral determine what the question and answer are in a pre-existing interactive pdf that is uploaded? Right now it is either putting the answers in the column next to the question or selecting the wrong heading when users respond and the response sheet is populated.
    Thanks!

    I'm not quite sure I understand your issue. FormsCentral create the columns in the Response Table using the field's name in the PDF.
    You might want to make sure that the fields are names correctly (using Acrobat) before importing the PDF in FormsCentral.
    You can also send your original PDF to [email protected] so that we can try to import it on our side and see what can be wrong. Please add a reference to this forum's thread in your email.
    Gen

  • How to reset an iPad with a pre-existing Apple ID/iCloud acct?

    We just bought a new (to us) iPad mini to use at our preschool in one of our classrooms.  The iPad mini came with a pre-existing account still loaded on it and will not let me set it up like the other 6 we already own (with our school's Apple ID/iCloud acct.  What can I do to get this setup other than trying to contact the previous owner (which we have and haven't received an answer)?
    Thanks in advance!

    You can't reset the code. The only option you have is to restore the device as new.

  • Trouble importing pre-existing videos on my computer into iTunes?

    I'm having trouble importing pre-existing videos on my computer into my iTunes library? For example, I've tried adding a home video and opening it with iTunes, etc, and no error comes up or anything, it just doesn't show up in my iTunes library, not in the music, TV, Movies, Podcasts or Radio. What is the problem, does the video need to be converted to a suitable format? If so, what is this and how do I do this? I'm a new iTunes and iPod user so I would really appreciate any solutions or advice to this problem.

    ARG!! me too! I have Widnows Vista as well!! PLEASE!!!! if you EVER find out how to fix this... tell me! I have a video I downloaded from You Tube and it's in the ".flv" format! Apple reads .MP4 along with many others... but this might be a type it doesn't support! so if you ever found out how to fix this.... TELL MEEEE!!!!

  • Safari opens links in new tabs, or in pre-existing tabs without giving me the option of opening the link in the same tab.

    Safari opens links in new tabs, or in pre-existing tabs without giving me the option of opening the link in the same tab.
    This has never happened before. Normally I would right-click and select open in new tab. How do I fix it? It's really frustrating.

    Safari > Preferences > Tabs
    "Open pages in tabs instead of windows:"
    Click the box for drop down.
    You have three choices, Never, Automatically and Always.
    Pick  your choice.

Maybe you are looking for

  • How to billing sub items ?

    Hi Gurus: I have set a BOM in sales contract and sales order. The requirement from customer is to be able to bill the sub item individually. I am able to bill the main item right now but not the sub item. Any body knows how to bill the sub item ? Tha

  • Any hope for older Mac Pro?

    My Mac Pro is a 2007 model and just under the necessary limit to be allowed to upgrade to either Mt. Lion or Mavericks. Is there any sort of upgrade that would make it eligible? (I can supply exact specs if needed)

  • How to configure RATE in BPC 7.5

    Hello everyone, I just finished to instalar SAP BPC 7.5 MS the RATE app its there but I dont know how to configure. I work with RATE with version 7.0 but the RATE but was configurated for other person, but I dont know the steps to follow. Thanks for

  • Beep when done not working

    I'm setting preferences in Photoshop CS6 and I'm trying to figure out how "Beep when done" works. Whether this option is on or off doesn't seem to make any difference.  I never hear any beep.  (I'm working on a Mac and I have my volume turned up).

  • Site-2-Site IPSEC VPN tunnel will not come up.

    Hello Experts, Just wondering if I can get some help on setting up a IPSEC VPN tunnel between a Cisco 2921 and ASA 550x. Below is the config show run | s crypto crypto pki token default removal timeout 0 crypto isakmp policy 1 encr aes authentication