Azure File Storage error The remote name could not be resolved

I am following http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-files/ 
While executing $s = New-AzureStorageShare mysampleshare -Context $ctx  I get error as
New-AzureStorageShare : The remote name could not be resolved: 'mystorageaccount.file.core.windows.net'
At line:1 char:6
+ $s = New-AzureStorageShare elasticsearch -Context $ctx
+      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (:) [New-AzureStorageShare], StorageException
    + FullyQualifiedErrorId : StorageException,Microsoft.WindowsAzure.Commands.Storage.File.Cmdlet.NewAzureStorageShare
Thanks,
Subodh

Azure Files is a Preview feature. Did you request and got access to it at the billing portal's Preview Features (https://account.windowsazure.com/PreviewFeatures)?
Also, you can now try creating the File share via the Preview Portal (https://portal.azure.com -> your storage account -> "File Shares").

Similar Messages

  • Cannot Create New Share from Azure PowerShell - The remote name could not be resolved

    I have created a storage account. It seems that there isn't a specific way to create file storage rather than blob storage.
    I followed the instruction for creating a share in Azure Power Shell but when I try $s=New-AzureStorageShare... I keep getting the error "The remote name could not be resolved".  I checked the account name and it matched what is shown on the
    Azure site.
    I also cannot access the storage from the URL's.  I get the message "This page can't be displayed.
    How can I create a file storage account and a share to it?
    Thanks,
    Glen

    Hi Glen,
    Thanks for your post!
    Did you sign up your File Service ?
    To sign up, go to the Microsoft Azure Preview Portal, and sign up for the Microsoft Azure Files service using one or more of your subscriptions. As subscriptions
    are approved for the Azure File preview, you will get an email notifying you of the approval. We will be slowly opening up the service to users in batches, so please be patient after signing up.
    After sign up and enable this feature, I suggest you could refer to this blog for how to use Azure File service (
    http://blogs.msdn.com/b/windowsazurestorage/archive/2014/05/12/introducing-microsoft-azure-file-service.aspx#faq7 ).
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I have configure remote access feature web application proxy but not configure give the error. The remote name could not be resolved.

    I have configure remote access feature web application proxy but not configure give the error. The remote name could not be resolved in server 2012 R2.
    I have configure Ad and ADFS different server and try to configure web application proxy different server. what setting are required for connect web application proxy to Ad and ADFS.

    Hi,
    In addition, please make sure that the port 443 is not blocked by the firewall.
    Web Application Proxy requires internal name resolution to resolve the names of backend servers, and AD FS servers. When publishing web applications via Web Application Proxy, every web application you publish requires an external URL. For clients to reach
    these web applications, a public DNS server must be able to resolve each external URL that you configure. Note that the external URL must resolve to the same IP address as the Web Application Proxy server, or the external IP address of a firewall or load-balancer
    placed in front of the Web Application Proxy server.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Failed to verify gateway status. The remote name could not be resolved: 'machinename' Office 365, Power BI

    Hi
    I am trying to setup a Power BI On Premise datasource at a client site. 
    I successfully installed the Data Management Gateway (DataManagementGateway_1.2.5303.1_en-us (64-bit)) software on a Windows Server 2012 box and created the Gateway on the Power BI Office 365 site.
    The Gateway is running correctly with no errors. When trying to setup the Datasource I get an error. As soon as I try to set the credentials the following message appears. 
    Failed to verify gateway 'GatewayName' status. The remote name could not be resolved: 'servername.domainname.net’ 
    The servername which is returned in the error message is exactly the name which the DMG was installed on. 
    There is a firewall in place with a proxy server and I don't know if this might cause the problems. The
    following website suggests adding the proxy settings in the config files of the DMG but this did not solve the problem.
    The above setup process works perfectly when running the DMG from my laptop, connecting to a Gateway and creating a DataSource connecting to SQL Server.
    Any assistance would be appreciated.

    HI
    Thank You for the reply.
    I resolved the issue in the mean time. I was on laptop which does not belong to the domain.
    When setting up the datasource you should be on the same domain as the datasource as per the below post.
    http://sharepoint-community.net/profiles/blogs/connecting-office-365-to-on-premises-data
    Regards, Drickus

  • The remote name could not be resolved

    We are running Office 365 Power BI (as a trial) and published our data through the data manager gateway service.
    We are able to retrieve a list of shared tables / views through Power Query in Excel 2013 Professional Plus.
    However, when clicking on edit on any table returned we get this error in the Power Query window:
    DataSource.Error: OData: Request failed (NameResolutionFailure):
    The remote name could not be resolved: 'SERVER-NAME.DOMAIN.local'
    Details: https://POWERBISITE.hybridproxy.powerbi.com/ODataService/v1....
    I have tried configuring the Data Manager Gateway service to run HTTP (at first) and HTTPS.
    Could this be a port number issue? Or what else?
    Appreciate any help, Thank you
    Ian

    Hi intrasight,
    I gave the hosts thing a try.
    I was getting 'unable to resolve' errors in attempting to use Power Query in a small stand-alone test domain (all computers are in the domain, and in this little LAN).  So I edited
    hosts in C:\Windows\System32\drivers\etc
    I added this line: 
    192.168.0.4 mycomputer.ad.mydomain.com
    mycomputer is the name of the computer running the Data Management Gateway, and
    ad.mydomain.com is the name of the domain.
    Now, I get
    <textarea class="role-selectableText" cols="1" readonly="readonly" rows="1" style="width:659px;height:87px;" tabindex="-1">DataSource.Error: OData: Request failed: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS
    secure channel. Details: https://mydomain.hybridproxy.powerbi.com/ODataService/v1.0/mydatasource</textarea>
    Which tells me that hosts on the client is indeed now resolving the name/IP correctly, and Power Query is  finding the DMG directly (rather than via the
    hybridproxy.powerbi.com cloud service).
    But that's terrible!  
    A) I shouldn't need to use hosts since
    B) the hybridpproxy cloud service is finding the DMG on my database machine (because the Test Connection works OK) 
    C) but without hosts the client Power Query says that "The remote name could not be resolved"
    DataSource.Error: OData: Request failed: The remote name could not be resolved: 'mycomputer.ad.mydomain.com'
    Details:
    https://mydomain.hybridproxy.powerbi.com/ODataService/v1.0/mydatasource
    There's no way an actual production system should require editing
    hosts on all client machines.
    So to my mind, the original question is still outstanding. 
    How do I get Power Query to resolve the remote name?
    Cheers, Donna
    Donna Kelly

  • Remote name could not be resolved in App but MobileService project connects ok

    I have a mobileservice project that runs fine as a Web client. But if I use the MobileServiceClient reference in my Universal app I get "The remote name could not be resolved". 
    In the client Phone app written in c#, I have the auto-generated MobileServiceClient in App.xaml.cs. Then I get a reference to IMobileServiceTable using App.myClient.GetTable call to get a reference to service table. Afterwhich I make a call 
    List<MyData> items = await myClientDataTable.Where(
                    MyData => MyData.Id == 'some id'
                ).ToListAsync();
    The error 'The remote name could not be resolved'. Which doesn't seem right as the mobileservice project runs fine as a Web client. By web client I mean, if I F5 on the MobileService project it runs in the
    web browser where I can add and retrieve data.
    Any help appreciated!

    T.,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Preview Error, "The Document "name" could not be saved

    Hello!
    After modifying a file and trying to save, I receive this error. It does not allow me to save as either or to my desktop.
    I have tried changing the permissions, but no luck.  I tried googling the error in hopes that someone else had encountered this error and had a solution but after days of searching I've come to no avail in my quest. 
    Any help would be very much appreicated!!

    That's the error I'm getting.  His issue is close but not quite the same.  I'm not downloading the pciture from outlook (PC's has outlook, Mac's has Entrouage).  The issue is that I am trying to edit the picture from the SAN and I was able to do a basic "save" and it would save the image but now all I get when I try to save it in any way is the above error (was the image included at the top) I've tryed to save to the desktop/library/SAN/documents; save/save as but nothing seems to work

  • I can no longer play my music from iTunes on my computer.  i get the error prompt: The song (name) could not be used because the original file could not be found.  What do I do?

    not sure what to add other than to repeat myself.  ive lost ability to play music from my iTunes library on my computer.  Everything is there but i get an error message that says '"The song (name) could not be found.  Would you like to locate it?   Then it gives me the option to locate or cancel.  i can't do that for 3800 songs!!  i have all my music in separate folders by album and all individual selections in an external hard drive.  i can play from there but thats clicking on one number at a time.  i lost my capability in the process of Microsoft correcting a problem with my outlook program.  Why, i haven't a clue.   help!!

    This happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes .
    tt2

  • I tried to play my iTunes and suddenly get an error message that says "The song (name) could not be used because the original file could not be found.  Would you like to locate it now?"  It happens on all my tunes and each one I select ends up with a "?"

    I tried to play my iTunes and suddenly get an error message that says "The song (name) could not be used because the original file could not be found.  Would you like to locate it now?"  It happens on each tune I select and a "?" appears beside the song.  Does this sound familiar to anyone?

    I was not complete clear.
    Since you never changed the settings in the advanced section of iTunes preferecnes, you have to chech that your music is really in the location setted in the folders reported in the advanced section.  If not you have 2 ways: reset the position of this folders or in the actual disk organisation or in the pointing on the preferences.
    If you press the reset button you just give to itunes its default setting as for the position of the music files: probably this will be a good choice if you have never changed any default preference.
    But before I would check the folders and see if the songs are really there
    In my iTune I have this, and I believe it is the default.
    Users/YOURHOMEFOLDERNAME/Music/iTunes/iTunes Music

  • TS4009 The document "Name" could not be opened. (Numbers file @ iCloud)

    I have a file saved at iCloud that can not be opened anymore.
    Numbers says: The document “Name” could not be opened.

    I've solved my problem by following instructions here:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=308&mforum=iworktips ntrick
    Step-by-step:
    1. renamed .numbers-tef file to .pdf;
    2. control cliked - then - Show Package Contents
    3. double clicked index.xml.gz - index.xml has been created!
    4. renamed back .pdf to .numbers
    5. double cliked file and Bingo! Numbers opened the file.

  • Trying to update creative cloud, comes error: The installation program could not access the important files / directories. Try to run the installer again. (Error code: 43), please contact customer support. The same error comes updating Muse. Mac 10.9.5. W

    Trying to update creative cloud, comes error: The installation program could not access the important files / directories. Try to run the installer again. (Error code: 43), please contact customer support. The same error comes updating Muse. Mac 10.9.5. What shall I do?

    Alauda_positos I would recommend reviewing your installation log files to determine the exact directory which the installer is unable to access.  You can find details on how to locate and interpret your installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  You are welcome to post any specific errors discovered to this discussion.
    For information on how to adjust file permissions please see Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html.

  • Windows VPN: Error 720 - A connection to the remote computer could not be established

    Dear all
    I have a windows7 Laptop 64bit Dell 1340.
    I was working with a UMTS card, was connected with a VPN to a windows 2003 server over PPTP and experienced a bluescreen. After this, I have the following errors when connecting to the VPN:
    "Registering your computer on the network... Error 720: A connection to the remote computer could not be established. You might need to change the network settings for this connection"
    and in the event view I receive the following:
    EventID: 1, Source RasSstp
    CoId={A3478DFD-FFA4-4E8F-9DA3-CE829BDA777B}:The initial Secure Socket Tunneling Protocol request could not be successfully sent to the server. This can be due to network connectivity issues or certificate (trust) issues. The detailed error message is provided below. Correct the problem and try again.
    I tried to use the Rarepair.exe tool but it looks to work only on windows xp. I deleted the IP and TCP settings without any luck.
    I run a registry cleaner as well with out any luck.
    Your help will be greatly appreciated!
    Marc

    Hi,
    Since it worked previously, a quick solution is to run System Restore and get back to the previous status when the issue didn’t occur.
    If system restore doesn’t help, please also try the following:
    1.    Check if you can establish the VPN via other connections except the connection through the UMTS card.
    2.    Reset the PPTP and L2TP WAN miniport with running the following commands one by one in an elevated command prompt:
    Netcfg -u MS_L2TP
    Netcfg -u MS_PPTP
    Netcfg -l %windir%\inf\netrast.inf -c p -i MS_PPTP
    Netcfg -l %windir%\inf\netrast.inf -c p -i MS_L2TP
    Then reboot the computer and see how it works.
    Meanwhile, I would like to share the following with you for your reference:
    Troubleshooting common VPN related errors
    Hope this helps. Thanks.
    Nicholas Li - MSFT

  • BB Torch - bluetooth tethering for laptop internet use: "Error 720: A connection to the remote computer could not be establishe​d

    Trying to set up Blackberry Torch for laptop tethering...bluetooth. I have connection/drivers/etc. but keep getting error message: "Error 720: A connection to the remote computer could not be established. You might need to change the network settings for this connection." Where and what do I chancge setting to so this will work?
     I have synched my phone and laptop wirelessly across other internet connection....just cant get this above to work. Anybody know how to fix this? Thanks!

    Hi,
    Since it worked previously, a quick solution is to run System Restore and get back to the previous status when the issue didn’t occur.
    If system restore doesn’t help, please also try the following:
    1.    Check if you can establish the VPN via other connections except the connection through the UMTS card.
    2.    Reset the PPTP and L2TP WAN miniport with running the following commands one by one in an elevated command prompt:
    Netcfg -u MS_L2TP
    Netcfg -u MS_PPTP
    Netcfg -l %windir%\inf\netrast.inf -c p -i MS_PPTP
    Netcfg -l %windir%\inf\netrast.inf -c p -i MS_L2TP
    Then reboot the computer and see how it works.
    Meanwhile, I would like to share the following with you for your reference:
    Troubleshooting common VPN related errors
    Hope this helps. Thanks.
    Nicholas Li - MSFT

  • Error 720: A connection to the remote computer could not be established.

    So I got an aircard Novatel P720. It was working fine for months. Then I installed a VPN connection. Now, I get this error.
    Error 720: A connection to the remote computer could not be established.
    Most of of what I found recommends uninstalling the WAN Miniport (IP), it seems that  I have to go thru so many hoops to get this fixed. Wondering if I would be better off rebuilding my machine from scratch again. Is there an patch or another way to get me going.
    I think this is an old issue. Lots of comments on this thru Google. I am hoping I can get a definative answer from Lenovo's itself!

    josezald wrote:
    So I got an aircard Novatel P720. It was working fine for months. Then I installed a VPN connection. Now, I get this error.
    Error 720: A connection to the remote computer could not be established.
    Most of of what I found recommends uninstalling the WAN Miniport (IP), it seems that  I have to go thru so many hoops to get this fixed. Wondering if I would be better off rebuilding my machine from scratch again. Is there an patch or another way to get me going.
    I think this is an old issue. Lots of comments on this thru Google. I am hoping I can get a definative answer from Lenovo's itself!
    Well, seeing since your having an Issue with a non Lenovo product. I dont think your going to get an official answer from Lenovo. You may get suggestions however. 
    Ignorance is no excuse!

  • Error 720 a connection to the remote computer could not be established win 8

    hello, i have this error on my windose 8, error 720 a connection to the remote computer could not be established ,for VPN connection,  how can i fix it ? 

    Hi,
    For this issue,I would like to know your VPN protocol.
    Did you use Windows in-built VPN client?
    I think the issue is related to your security software or Firewall.
    Let’s temporarily disable other security software and Windows firewall to check if that helps.
    If it doesn't work, please uninstall the third-party security software or firewall to test it.
    Also, please check your event view to see if there are some related error in it.
    Regards,
    Kelvin hsu
    TechNet Community Support

Maybe you are looking for

  • Unable to get the AppsLocalLogin.jsp page

    Hi, We are on oracle Db 11.2.0.2 and EBS : 11.5.10.2 on Solaris Sparc 64 Bit 5.10. We have recently added a web node to an existing setup. Although Apache services are up , but we are unable to get the AppsLocalLogin.jsp page. Replacing the domain na

  • Reporting Financials EHP3 - Problem with 0FIGL_M30

    Hi All,   We are using the multiprovider 0FIGL_M30 for the Balance Sheet, P&L and Cash Flow Statements in SAP BW. When we activate the multiprovider 0FIGL_M30, I see the Infoproviders 0FIGL_V30, 0FIGL_C30 and 0FIGL_V31 under the multi provider. But w

  • Oracle DBConsole Problem

    Hi I am facing a strange problem with my Oracle Database10g DBConsole.First of all the service starts sometimes from the Microsoft Windows MMC and sometimes does not. Then if the service starts i get only the page that displays that datbase state can

  • Why Should I Upgrade to Mavericks 10.9.1?

    So the reviews in the App Store really put me off upgrading my computer. I see a lot of complains about many details in the new system. Yet I also see a lot of people who say that the upgrade works perfectly for them. If thats the case, then why so m

  • RD00 combining outputs to the same spool

    Hi All, Can anyone explain why Invoice outputs using standard RD00 and the associated SMARTFORM are being sent to the same spool record? So trigger an output for one invoice but do not print immediately. Spool record created for one page with status