Automated Backup Does Not Seem to be Working

I tried to set up an automated backup on an Azure Web App. It's on the Standard Plan. It allowed me to configure it and after I did so I got a notification saying it was set up. And I see now that it has a status of "Created". But it does not seem
to have moved any further -- and it has been about 15 minutes.
I did successfully get a manual backup of the site to work last night with the same configuration.
Any ideas as to what I may be doing wrong?
Thank you.

Hi,
I would request you to check under backup options, scheduled backup is on.
And also please make sure that the Backup and Restore feature requires an Azure storage account and container that must belong to the same subscription as the web app that you are going to back up.
Do check this and let us know so that we can investigate further.
Regards,
Azam khan

Similar Messages

  • Xperia Z1S backup does not seem to have worked

    Last night I updated to lollipop, and that messed up my messenger. So I did a backup using PC companion, formatted my phone, and then used PC companion to restore the backup to my phone. It didnt give me any errors, just told me to unplug my phone, turn it off, and turn it back on and it should restore everything. But it doest seem like it did anything at all. I have no contacts, pictures, or apps. Its just like a new phone. My messaging app still locks up too, which makes me think its trying to load all my messages. How I can get all my contacts back at the least? I would like all my pictures and stuff on my phone as well, but contacts and messages are more important. 
    Solved!
    Go to Solution.

    @Harry_z1
    Alternatives on How to backup Xperias
    http://talk.sonymobile.com/thread/36355
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • "Item Help Subscription" does not seem to be working

    Hi All,
    I am on APEX 4.0.1. and trying to use the feature "Item Help Subscription" which does not seem to be working.
    Here is what I have done.
    -> Created a forms page (page 2) that has an item 'P2_NAME'. Define the "Help Text" for that item.
    -> Created another forms page (page 3) that has an item called 'P3_CUST_NAME'.
    -> In Page Definition for Page 3, Clicked on 'Edit All' icon under 'Items'
    -> Clicked 'Utilities' and selected 'Item Help Subscriptions'
    -> For Item 'P3_CUST_NAME', clicked on the LOV under 'Subscribe To' field and selected 'P2_NAME'
    However when I am clicking on 'Apply Changes' to save the changes, it is not getting saved. The 'Subscribe To' field appears blank even after applying changes.
    What I want to know is - is it a bug or have I missed something ? Is anyone using this feature successfully ?
    Any pointers or help will be highly appreciated.
    Thanks & Regards,
    Ashish Agarwal
    http://www.asagarwal.com

    Hi Ashish,
    I had created Item Help Subscription that you had mentioned.
    But I don't have any problem with this. It creates successfully.
    I am using Application Express 4.0.2.00.06
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

  • My photo stream does not seem to be working as before with the new PHOTOS update. some of my devices are not getting the uploads/downloads

    My photo stream does not seem to be working as before with the new PHOTOS update. Some of my devices are not getting the uploads/downloads, anyone have this problem?

    Recommend that you post your question in "Photos".
    Remember, Photos is not a replacement for Aperture.

  • My operating system does not seem to be working

    My operating system does not seem to be working properly.  The system preferences cannot be accessed and itunes won't work either.
    My mac is OS X Version 10.4.11 so is quite old.

    Hello,
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Let us know if that helps or not, or any other problems.

  • TS2634 ipad keyboard does not seem to be working.  I have recharged it ---what else should I do?

    My keyboard attachment to the ipad does not seem to be working.  It has been recharged.  Is there anything else I should be doing?

    When you plug in earphones, or anything in the audio output port, it should be reflected in SYSTEM PREFERENCES>SOUND.  If not, try a PRAM reset.
    http://support.apple.com/kb/HT1895
    Ciao.

  • HT1766 My touch screen does not seem to be working. The slide to unlock will not slide

    My touch screen does not seem to be working. I can not slide to open my phone or slide to turn off.

    You have tried restarting, right? Also, try holding the home and sleep/wake buttons together for at least 10 seconds, until the Apple logo appears. See if that helps. If it doesn't and you think this is a hardware problem, taking it into the Apple Store is your best bet.

  • %@ page import="..." % does not seem to be working correctly

    Hi,
              I am running Weblogic 6.1 sp1 and I am having a problem with import page
              directive. <%@ page import="my.package.*" %> does not appear to be working
              correctly when I try to reference classes in imported packages (my.package,
              etc.) from the useBean tag.
              The following code works with Resin, but not Weblogic:
              <%@ page import="my.package.*" %>
              <jsp:useBean id="errorBean" class="ErrorBean" scope="request"/>
              If, I take out the page directive, and change the useBean tag to:
              <jsp:useBean id="errorBean" class="my.package.ErrorBean"
              scope="request"/>
              then the page compiles and runs just fine.
              Michael
              

    Here's a snippet from Sun's j2ee tutorial
              (http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPBeans4.html):
              <jsp:useBean id="beanName"
              class="fully_qualified_classname" scope="scope"/>
              But I agree with you, the excerpt you posted seems to include the
              useBean tag, which is misleading.
              Nils
              Michael Hill wrote:
              >
              > I don't think this is the way it is "supposed" to be. Here is an excerpt
              > from the JSP Syntax reference on http://developer.java.sun.com
              > on the page directive:
              >
              > import= "{ package.class | package.* }, ..."
              > A comma-separated list of one or more packages that the JSP file should
              > import. The packages (and their classes) are available to scriptlets,
              > expressions, declarations, and tags within the JSP file. You must place the
              > import attribute before the tag that calls the imported class. If you want
              > to import more than one package, you can specify a comma-separated list
              > after import or you can use import more than once in a JSP file.
              >
              > ---
              >
              > It says the packages are available to tags within the JSP file as long as
              > you place the import before the tag that calls the imported class. In my
              > case, I am placing the import before the <jsp:useBean> tag.
              >
              > Michael
              >
              > "Nils Winkler" <[email protected]> wrote in message
              > news:[email protected]...
              > > I'm pretty sure that you have to specify the fully qualified class name
              > > in the useBean tag. import won't help you here.
              > >
              > > Nils
              > >
              > > Michael Hill wrote:
              > > >
              > > > Hi,
              > > >
              > > > I am running Weblogic 6.1 sp1 and I am having a problem with import page
              > > > directive. <%@ page import="my.package.*" %> does not appear to be
              > working
              > > > correctly when I try to reference classes in imported packages
              > (my.package,
              > > > etc.) from the useBean tag.
              > > >
              > > > The following code works with Resin, but not Weblogic:
              > > >
              > > > <%@ page import="my.package.*" %>
              > > > <jsp:useBean id="errorBean" class="ErrorBean" scope="request"/>
              > > >
              > > > If, I take out the page directive, and change the useBean tag to:
              > > >
              > > > <jsp:useBean id="errorBean" class="my.package.ErrorBean"
              > > > scope="request"/>
              > > >
              > > > then the page compiles and runs just fine.
              > > >
              > > > Michael
              > >
              > > --
              > > ============================
              > > [email protected]
              ============================
              [email protected]
              

  • Im having trouble restoring my MacBook Pro, "Comand" and R does not seem to be working for me.

    Everytime i try to restore it, it opens normaly to log it with a pop up window saying my start up disc is full. When i log in, my desk top is missing along with my personal wallpaper. Cant seem to do anything when i log in and i really need my comouter for work, someone please help. Just want to restore it.

    1. System Preference > Sound > Output
       "Settings for the selected device"
       Is the pointer for "Balance" set in the middle?
    2. Try to push the headphone a bit more into the port.
    3. Reset PRAM. http://support.apple.com/kb/PH4405
    4. Reset SMC.   http://support.apple.com/kb/HT3964
    5. If any of these steps does not help, contact Apple.
    Best.

  • Automated backups does not start

    I have upgraded both my Iphone 3gs and my Ipad 1 to IOS 5.
    Everything seems to work ok - However having enabled backup to Icloud I would expect that my devices would once a day be automaticly backed up to the cloud.
    I have now watched both devices for some days, and none of the performs automated backups. 
    I have succeded in performing a manual back-up to Icloud of both the devices - even as the process took quite a while.
    I place them both in the net adapter and both devices are connected to my wifi-network.
    If someone please can tell me if I do anything wrong or help me to a way to get the automated backup to work I would really appreciate it.
    When is the automated backup perfomed? Is the bacup incremental or is it a full backup?
    Thank you in advance
    Henrik

    I have upgraded both my Iphone 3gs and my Ipad 1 to IOS 5.
    Everything seems to work ok - However having enabled backup to Icloud I would expect that my devices would once a day be automaticly backed up to the cloud.
    I have now watched both devices for some days, and none of the performs automated backups. 
    I have succeded in performing a manual back-up to Icloud of both the devices - even as the process took quite a while.
    I place them both in the net adapter and both devices are connected to my wifi-network.
    If someone please can tell me if I do anything wrong or help me to a way to get the automated backup to work I would really appreciate it.
    When is the automated backup perfomed? Is the bacup incremental or is it a full backup?
    Thank you in advance
    Henrik

  • Open with Application... setting does not seem to be working

    Mac OS X 10.6.6, FF 4.0 (RC1), Microsoft Excel 2011 14.0.2. I needed to download several files with .xls suffix.
    Firefox asked what I wanted to do with the file, I indicated Open with Excel, and retain this setting. I then tried the next download, and the "Open With..." button showed no settings. I check the Preferences>Applications area, and Excel is there as the application of choice, but it does not appear as the "Open With" application in the download dialog box. If I just go ahead and download, the file does not open. If I *do* re-select Excel, then the file downloads and opens properly, but the setting is not retained for the next download, even though the "always do this" box is checked. It's a minor issue.

    Has nobody experienced this issue before?

  • The form filling application does not seem to be working

    The automatic form filling does not appear to be working

    You have or had an extension installed (MegaUpload toolbar) that has changed the user agent from Firefox/3.6.4 to Firefox/2.0.0.4.
    You can see the Firefox version at the top and the user agent at bottom of the "Help > About" window (Mac: Firefox > About Mozilla Firefox).
    You can check the '''general.useragent''' prefs on the '''about:config''' page.
    You can open the ''about:config'' page via the location bar, just like you open a website.
    Filter: '''general.useragent'''
    If ''general.useragent'' prefs are bold (user set) then you can right-click that pref and choose ''Reset''.
    See [[Web sites or add-ons incorrectly report incompatible browser]] and [[Finding your Firefox version]]
    See also http://kb.mozillazine.org/Resetting_your_useragent_string_to_its_compiled-in_default
    To see all the History and Cookie options, select: Firefox > Preferences > Privacy > History: Firefox will: "Use custom settings for history" - See [[Options window - Privacy panel]]
    Firefox > Preferences > Privacy > History: "Remember search and form history"
    See also [[Form autocomplete]]

  • Email receipts does not seem to be working

    In what way is this a better system ? Does no-one ever actually test these things before launching them ?
    Unluckily, my BT mail went live today. I have reset all my email accounts including sub accounts.
    On an average day I will receive around 50 personal emails on my main account, plus several on sub accounts.
    Since being switched to BT Mail this morning, the only emails I am receiving are the ones I send to myself to check the send/receive settings work (they do) or Microsoft Office test messages testing my outlook 2007 settings work (they also do)
    My online BT mail account has very neatly deleted it's entire inbox (thanks for that), and the self mails I do receive vanish as soon as I have read them and logged out UNLESS (I have just discovered) I untick the automatically ticked box, in which case it will retain them.
    What is happening to all the emails I should be receiving cos they sure as hell are neither making it to my phone/PC/Laptop or Spam Filter. I am not even getting spam mails through, despite having turned off the filtering option in the main BT mail settings

    Hi,
    I would request you to check under backup options, scheduled backup is on.
    And also please make sure that the Backup and Restore feature requires an Azure storage account and container that must belong to the same subscription as the web app that you are going to back up.
    Do check this and let us know so that we can investigate further.
    Regards,
    Azam khan

  • Firefox Embedded Quicktime Video does not seem to be working

    Hi,
    I am having trouble with Quicktime Videos that run using the Quicktime plug-in in the Firefox browser. I am not having similar problems with Safari and much of what I have been reading seems to talk about the Flash problem (which is not the same). I am on OSX 10.4.11 (852167), kernel Darwin 8.11.1, Firefox version 2.0.0.9, and Quicktime plug-in version 7.3.
    The videos I was trying to play are on the startrek.com site (specifically, http://www.startrek.com/startrek/view/series/TOS/episode/68730.html then click on the "Remastered Episode Preview" link -- it is a JavaScript popup from that point). The result is a pop-up with a white box where the video should be and all of the quicktime controls at the bottom. At first it seemed intermittent (maybe one out of three times the video played). Now, it doesn't seem to work at all (could just be that I cleared the cache and it was picking that up).
    I did try it with Safari and this video (and the others, of course -- that is just a test case) always works. I dug through the Apple support forum and the mozilla forum for firefox, but couldn't find anything specific to this problem.
    Thank you for your help,
    Jim

    HI and I am perplexed.
    I have the newest update for Quicktime on my Powermac Yosemite, 1gb ram and Flip4Mac installed. I have configured the prefernces for both the system prefs part and the QT prefs but I can not see the video...I can hear the music which this makes the 4th time I have installed it and I finally hear it but no pictures.
    I don't know what to do. I have OS 10.3.9, updated QT to the latest version, installed Flip4mac, fixed the prefs and even rebooted to the Panther 10.32 cd and used the Disk Utility to repair all hd's and repair permissions to the OS partition.
    As I said I can now hear the vid but no images appear. We are trying to use the vids (.wmv) to show off our members chosen each month but the few of us mac users only get moozik...lol
    I have tried .avi, .wmv and .swf, the latter I can see and hear but very choppy. In OS 9 I knew there were several codecs that needed to be installed but I thought they were installed with Panther.
    The url of the movie is Stormi's Artist of the Month Video ***may contain some nudity but it is not real people it is 3d art***
    Message was edited by: MaryW

  • How do I put music I have uploaded from a CD onto my iphone 5 via itunes? I have tried to drag and drop it onto my iphone when my phone is plugged into itunes this does not seem to be working.... Getting annoyed!!!

    I cant seem to get cd's that I have uploaded onto my iphone 5 via itunes. I have tried to highlight the items and drag and drop them into my phone but this isnt working...; This is really starting to frusterate me!!!
    Please help me

    If you have not already reverted the look and feel to be like iTunes 10 then
    View > Show Sidebar
    View > Show Statusbar
    click on the black arrow in the search box and untick Search Entire Library
    Now you should be able to drag and drop onto your phone or use the sync pages
    http://support.apple.com/kb/PH12113
    If your still having issues with your phone then Try this trouble shooting link
    http://support.apple.com/kb/TS1591

Maybe you are looking for