How to create an azure website with PowerShell?

Hello
I'm, trying to create a new wordpress website in Azure with PowerShell, I saw a video: https://www.youtube.com/watch?v=LHjkn59Lf0g
But, When execute my code, I get the following error:
New-AzureResourceGroup :
06:42:41 p. m. - Resource SuccessBricks.ClearDB/databases 'dbdb3' failed with message 'User
failed validation to purchase resources. Error message: '["Credit Card is the only supported payment instrument for
purchases"]''
What Can I do?
I have a bizspark subscription with enough money :S
THANKS!

Hi Victor,
Thanks for your question.
Firstly, I recommend you to create the website and recourse group in Azure portal to see if the issue persists.
In addition, I will have a test for this and feedback to you later. Appreciate your patience.
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]

Similar Messages

  • How to create a mount point with PowerShell

    Hello,
    Can you please point me to a sample which creates a mount point using powershell?

    Try this. I cooked it up by consolidating a few different sources.  I posted it on the microsoft connect suggestion for native support, under workarounds:
    https://connect.microsoft.com/PowerShell/feedback/details/627099/need-powershell-equivalent-to-cmds-mklink
    #symlinks.ps1
    # First add a type so it stays available for this instance
    Add-Type -TypeDefinition @'
    using System;
    using System.Runtime.InteropServices;
    namespace mklink
    public class symlink
    [DllImport("kernel32.dll")]
    public static extern bool CreateSymbolicLink(string lpSymlinkFileName, string lpTargetFileName, int dwFlags);
    [DllImport("kernel32.dll")]
    public static extern bool RemoveDirectory(string lpPathName);
    [DllImport("kernel32.dll")]
    public static extern uint GetLastError();
    Function New-ReparsePoint() {
    <#
    .SYNOPSIS
    Creates a reparse point to the specified target.
    .DESCRIPTION
    Creates a reparse point to the specified target.
    .PARAMETER Path
    Path to the reparse point to remove.
    .NOTES
    Author: Jordan Mills
    Version: 1.0
    .EXAMPLE
    Remove-SymbolicLink -Path "E:\directory\mount"
    #>
    [cmdletbinding(DefaultParameterSetName="default")]
    Param (
    [parameter(
    ParameterSetName="default",
    Position=0,
    Mandatory=$true,
    ValueFromPipeLine=$True,
    ValueFromPipelineByPropertyName=$True
    [parameter(
    ParameterSetName="file",
    Position=0,
    Mandatory=$true,
    ValueFromPipeLine=$True,
    ValueFromPipelineByPropertyName=$True
    [parameter(
    ParameterSetName="directory",
    Position=0,
    Mandatory=$true,
    ValueFromPipeLine=$True,
    ValueFromPipelineByPropertyName=$True
    [Alias("Path","FileName","Directory")]
    [string[]]$Name,
    [parameter(
    ParameterSetName="default",
    Position=1,
    Mandatory=$true,
    ValueFromPipelineByPropertyName=$True
    [parameter(
    ParameterSetName="file",
    Position=1,
    Mandatory=$true,
    ValueFromPipelineByPropertyName=$True
    [parameter(
    ParameterSetName="directory",
    Position=1,
    Mandatory=$true,
    ValueFromPipelineByPropertyName=$True
    [string]$TargetPath,
    [parameter(
    ParameterSetName="file",
    Position=2,
    Mandatory=$false,
    ValueFromPipelineByPropertyName=$True
    [switch]$IsFile,
    [parameter(
    ParameterSetName="directory",
    Position=2,
    Mandatory=$false,
    ValueFromPipelineByPropertyName=$True
    [switch]$IsDirectory
    If ($IsFile -or $IsDirectory) {
    If($IsFile) {
    $result = [mklink.symlink]::CreateSymbolicLink($Name,$TargetPath,0)
    Else {
    If($IsDirectory) {
    $result = [mklink.symlink]::CreateSymbolicLink($Name,$TargetPath,1)
    Else {
    Write-Error -Message "Conflicting path type parameters. This should not happen."
    Break;
    Else {
    If (Test-Path -LiteralPath $TargetPath -PathType Leaf -ErrorAction SilentlyContinue) {
    $result = [mklink.symlink]::CreateSymbolicLink($Name,$TargetPath,0)
    Else {
    If (Test-Path -LiteralPath $TargetPath -PathType Container -ErrorAction SilentlyContinue) {
    $result = [mklink.symlink]::CreateSymbolicLink($Name,$TargetPath,1)
    Else {
    Write-Error -Message "Unable to determine path type of TargetPath. Use -IsFile or -IsDirectory."
    Break;
    If ($result) {
    Get-Item $Name
    } Else {
    Write-Error -Message "Error creating symbolic link" -Category WriteError #-ErrorId $([mklink.symlink]::GetLastError())
    Function Remove-ReparsePoint {
    <#
    .SYNOPSIS
    Removes a file or directory that is a reparse point (symlink or hardlink) without removing all child objects.
    .DESCRIPTION
    Removes a file or directory that is a reparse point (symlink or hardlink) without removing all child objects.
    .PARAMETER Path
    Path to the reparse point to remove.
    .NOTES
    Author: Jordan Mills
    Version: 1.0
    .EXAMPLE
    Remove-SymbolicLink -Path "E:\directory\mount"
    #>
    [cmdletbinding()]
    Param (
    [parameter(
    Position=0,
    Mandatory=$true,
    ValueFromPipeLine=$True,
    ValueFromPipelineByPropertyName=$True
    [Alias("FullName","Name","FileName","Directory")]
    [ValidateScript({Test-Path $_})]
    [string[]]$Path
    $Path |
    Get-Item |
    ForEach-Object {
    $Item = $_;
    Switch ($Item.Attributes -band ([IO.FileAttributes]::ReparsePoint -bor [IO.FileAttributes]::Directory)) {
    ([IO.FileAttributes]::ReparsePoint -bor [IO.FileAttributes]::Directory) {
    # Is reparse directory / symlink
    If ($whatif) {
    Write-Host "What if: Performing the operation `"Delete Directory`" on target `"$($_.FullName)`""
    } Else {
    [System.IO.Directory]::Delete($Item.FullName);
    Break;
    ([IO.FileAttributes]::ReparsePoint -bor 0) {
    # Is reparse file / hardlink
    If ($whatif) {
    Write-Host "What if: Performing the operation `"Delete File`" on target `"$($_.FullName)`""
    } Else {
    [System.IO.File]::Delete($Item.FullName);
    Break;
    default {
    Write-Error "$Item is not a reparse point."

  • I have a mobleme account and an existing iweb website. I would like to create a second website with a registered domain name. How do I do this?

    I have a mobleme account and an existing iweb website. I would like to create a second website with a registered domain name. How do I do this?

    All you need to do is create your second site in iWeb, move it to the top of lhe list of sites in the left hand pane and publish to your MobileMe account. You must make sure the second site has a different name from the first.
    Then setup domain name forwarding to the second site following Apple's instructions here: iWeb: Using your own domain name. You will need to setup forwarding at your domain name provider also. 
    The key is that the second site (with the domain name) must the top top size in iWeb.
    Note:  with MobileMe scheduled to be discontinued on June 30, 2012, you might begin looking into obtaining another host.  When you do you'll find that both sites will need to have a domain name. 
    When the time comes take a look at HostExcellence.com.  I've had excellent results with it. They have a couple of packages that offer free domain names.  And most important they have outstanding 24/7, ear-to-ear customer support.
    OT

  • Linking Azure website with Remote mysql database in Cpanel

    I am creating an azure website eg calvynlee.azurewebsites.net
    In my hosting cpanel account, I create a mysql db & user, in order to link the azure website with this mysql db, I had place a "%" in the remote mysql section.
    It works, but when I remove the % from the remote mysql section. Azure website unable show error connection with my database.
    Question:
    Understand that placing % is allow all remote connection to my database. For security purpose, placing % is not recommended, and placing the website IP address is the most suitable practice.
    Unfortunately, I place the website IP (by ping the website and obtain the IP) in remote mysql section is not working.
    My cpanel service provider mention that the IP I obtain is not the right IP, there will be another host sever IP
    What is the actual IP address I should put? and How to find this right IP?

    Hi,
    Based on your description, your mysql db is created in cpanel, and want to let the azure website connect with this db, I don't familar with cpanel, in general way the azure website request may be stopped by something, such as firewall etc.., as far as I
    know, the azure Hybrid Connections may meet your requirement, you can connect a website on Microsoft Azure to any on-premises resource that uses a static TCP port, such as SQL Server, MySQL, HTTP Web APIs, Mobile Services, and most custom Web Services, refer
    to
    http://azure.microsoft.com/en-us/documentation/articles/web-sites-hybrid-connection-get-started/ for more details, hope this helps, if not, please feel free to let me know.
    Best Regards,
    Jambor 
    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.

  • How to create / edit a website using SharePoint Designer 2013

    How to EDIT a website created by Frontpage using SharePoint Designer 2013 ?
    How to CREATE a new website using SharePoint Designer 2013 ?

    You can edit any sharepoint site using designer not any other site.
    To create a new website using designer follow below:
    To create a new site, click the File tab, choose Sites, and perform one of the following:
    Click New Blank Web Site to create a blank, empty SharePoint site.
    Click Add Subsite to My Site to create a new site under your My Site.
    Under Site Templates select a template to create a new site based on a SharePoint template.
    http://office.microsoft.com/en-in/sharepoint-designer-help/get-started-with-sharepoint-designer-2010-HA010370548.aspx#BMopensites

  • How To Create Drop Down Menu With Tab

    hi
    How To create Drop Down Menu with tab in Header of application like website Horizontal Dropdown Menu In html.
    Thanks
    Manoj
    Edited by: Manoj Kaushik on Dec 30, 2009 4:16 AM

    Try the Apex forum {forum:id=137} someone there may have an answer.
    Which version, that could be important, XE out-of-the-box has apex 2.1 if it hasn't been upgraded to 3.x

  • How to create an unsolved cube with awm???

    hi all,
    I readed the "Oracle Olap developer's guide to the Oalp api" and I found there's 2 type of Cube: Solved and Unsolved Cubes. And this document says: "... if all the data for a cube is specified by the DBA, then the cube is considered to be Solved. If some or all of the aggregate data must be calculated by Oracle OLap, then the cube is unsolved ..."
    I tried with awm 10.2.0.3.0A to create an unsolvedCube but I can't. All cubes I created are solvedCube. To know if a cube is solved or unsolved, I wrotte an program in Java to read informations of package mtm.
    Some one can tell me how to create an unsolved cube with AWM ou other soft please!

    SH is not a relational OLAP data model which is quite different from the GLOBAL schema which is based on an Analytic Workspace.
    If you change the aggregation method you will need to re-compute the whole cube which can be a very big job! You might be able to force the unsolved status be de-selecting all the levels on the Rules tab in AWM. However, I think by default analytic workspace OLAP models always provide a fully solved cube to the outside world. This is the nature of the multi-dimensional model.
    Relationally, as keys are located in separate columns a cube can be unsolved in that the key column only contains values for a single level from the corresponding dimension tables. If more than keys for different levels within the same dimension appear within the fact key column then the cube is deemed as being solved.
    Therefore, I am not sure you are going to get the information you require from the API. To changes the aggregation method you will have to switch off all pre-compute options and also disable the session cache to prevent previously calculated data being returned when you change the aggregation method.
    Hope this helps
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • How to create an explain plan with rowsource statistics for a complex query that include multiple table joins ?

    1. How to create an explain plan with rowsource statistics for a complex query that include multiple table joins ?
    When multiple tables are involved , and the actual number of rows returned is more than what the explain plan tells. How can I find out what change is needed  in the stat plan  ?
    2. Does rowsource statistics gives some kind of  understanding of Extended stats ?

    You can get Row Source Statistics only *after* the SQL has been executed.  An Explain Plan midway cannot give you row source statistics.
    To get row source statistics either set STATISTICS_LEVEL='ALL'  in the session that executes theSQL OR use the Hint "gather_plan_statistics"  in the SQL being executed.
    Then use dbms_xplan.display_cursor
    Hemant K Chitale

  • How to create a Sales order with ref to Contract using Function Module

    How to create a Sales order with ref to Contract using Function Module BAPI_SALESDOCU_CREATEFROMDATA ?

    We have a unique situation where we like change the sold-to customer of the sales order
    once order has been created. These orders have been created using either by function module
    BAPI_SALESDOCUMENT_COPY or using BDC (VA01, Copy with reference).
    These two processes work abosolutely fine except someone might have change the sold-to
    customer of the ship-to customer of the original sales order. If this the case then the new
    sales order will be created with the old sold-to and with not the new sold-to.
    We tried using BAPI_SALESDOCUMENT_CHANGE and commit afterwards. We checked
    the returned parameteres of the BAPIs and they are all successful but sold-to remains the
    same old one.
    Any help would be much more appreciated.

  • How to create a pdf file with CS5

    Hello, I'm new to PhotoShop CS5 and haven't figured out yet (despite two hours of trying) how to create a pdf file with pictures and texts.  Can someone please help me with this ?  The "help" button in CS5 doesn't seem to cover this question.  Nor do the FAQs.
    Thank you very much.

    Save As... Photoshop PDF.

  • How to create  a test plan with specific transactions (or program)

    Hello,
    I'm a new user in Sol Man !
    How to create  a test plan with specific transactions (or program).
    In my Business Blueprint (SOLAR01) I've created in 'transaction tab' the name of my specific transactions and linked it.
    In my test plan (STWB_2) those specific doesn't appear to be selected !
    Thanks in advance.
    Georges HUYNEN

    Hi 
    In solar01 you have defined but you have to assign the test case in solar02 for this test case in the test cases tab.
    When you do so expand the business sceanario node in test plan generation of STWB_2 transaction and now that will appear.
    Also visit my weblog
    /people/community.user/blog/2006/12/07/organize-and-perform-testing-using-solution-manager
    please reward points.

  • How to create a web template with company logo

    how to create a web template with company logo . can any one help me with the steps. or any notes. thnaks in advance .
    2. i have 25000 articles and client want to have a selection feild to see top article ex:50,10,20, 100, 1000 etc . same for bottom articles . plz let me know how to do it . thanks for replay . i am new bw so plz .
    thanks to you all

    Hi
    1) Please read
    http://help.sap.com/saphelp_nw04/helpdata/en/4a/c8353c51aab32be10000000a114084/frameset.htm
    2) Create a condition in the Query Designer: Use a formula variable
    See http://help.sap.com/saphelp_nw04/helpdata/en/73/702e39074dc93de10000000a114084/frameset.htm
    Heike

  • How to create a transport request with query and only with its structure.

    HI guru,
                how to create a transport request with query and only with its structure.transport request should not  include any other query items like ( variables, conditions...etc)
    thanks in advance.
    venkata

    Hi,
    Goto RSA1 and then Transport Connection -> In SAP Transports select Object Types-> Query Elements -> Then select Query->Give Technical name of the query and then select for transfer. In the right side you can choose the components which you wanted to transport.
    Regards,
    anil

  • How to create a csv file with NCS attributes?

    Hi
    i installed Cisco Prime NCS and trying to perform bulk update of device credentials with csv file.
    How to create a csv file with all required attributes?
    This is part of NCS online help talking about this topic:
    Bulk Update Devices—To update the device credentials in a bulk, select Bulk Update Devices from the Select a command drop-down list. The Bulk Update Devices page appears.You can choose a CSV file.
    Note        The CSV file contains a list of devices to be updated, one device per line. Each line is a comma separated list of device attributes. The first line describes the attributes included. The IP address attribute is mandatory.
    Bellow is test csv file i created but does not work:
    10.64.160.31,v2c,2,10,snmpcomm,ssh,zeus,password,password,enablepwd,enablepwd,60
    10.64.160.31,v2c,2,10,snmpcomm,ssh,zeus,password,password,enablepwd,enablepwd,60
    The error i am getting while importing this file:
    Missing mandatory field [ip_address] on header line:10.64.160.31,v2c,2,10,snmpcomm,ssh,zeus,password,password,enablepwd,enablepwd,60
    Assistance appreciated.

    It looks like the IP address field is incorrectly set.,
    It should be as follows
    {Device IP},{Device Subnet Mask}, etc etc
    so a practical example of the aboove could be (i dont know if this is completely correct after the IP address / Subnet Mask)
    10.64.160.31,255.255.255.0,v2c,2,10,snmpcomm,ssh,zeus,password,password,enablepwd,enablepwd,60
    below is a link to the documentation
    http://www.cisco.com/en/US/docs/wireless/ncs/1.0/configuration/guide/ctrlcfg.html#wp1840245
    HTH
    Darren

  • How to create a procedure function with a return value of ref cursor?

    Can anybody provide a sample about how to create a procedure function with a return value of REF CURSOR?
    I heard if I can create a function to return a ref cursor, I can use VB to read its recordset.
    Thanks a lot.

    http://osi.oracle.com/~tkyte/ResultSets/index.html

Maybe you are looking for

  • Windows 8.1 kernel_data_inpage_error BSOD

    Hey there, had a windows update last night when i logged off, did the usual update and shut down, and it carried on this morning when i switched my PC on. Since then i have had 3 lock ups of sorts, everything stops responding but the mouse still move

  • How to transfer the stock form Project stock to Sale order stock

    Hi How to transfer the stock form Project stock to Sale order stock I tried to do this with movement type 413Q System is giving me error Valuated project stock not allowed with customer stock. Message no. KI346 How to do this Thanks NK

  • How do I access my itunes on a new computer without access to the old?

    My old computer is dead and gone and I do not own an iphone, but have gotten a new computer.  How do I access my itunes and all the content I have been putting on it for so long now?  My new computer is an acer; I do not own any apple products yet (p

  • Dual HDMI monitor setup on mac mini late 2012

    Hey there i just purchased a late 2012 mac mini and two of these monitors: Amazon.com: AOC IPS i2367Fh 23-Inch Screen LED Monitor: Computers & Accessories They only have HDMI and VGA connectivity - my question is, whats the best way to setup these mo

  • Extracting from a Database: Postgres

    Hi, I know that Postgres isn't a certified database by SAP BI. This means that i won't be able to use DB CONNECT to extract data from a Postgres Database. I just want to confirm with you experts if this is case. If my assumption is correct, is there