2

Problems with Save-AzureRmProfile

 2 years ago
source link: https://www.codesd.com/item/problems-with-save-azurermprofile.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Problems with Save-AzureRmProfile

advertisements

I have created virtual machine in Azure and selected Windows Server 2012 R2.

I have installed windows PowerShell using the Web platform installer. When I try to run the following command:

Save-AzureRmProfile -Path C:\MyPath\myfile.json

It throws the error:

The term 'Save-AzureRmProfile' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

I have tried to follow this link here by adding environments variables but no help. Has anyone solved this issue?


Save-AzureRmProfile works on version 3.7. You could use the following cmdlet to check Azure PowerShell version.

Get-Module -ListAvailable -Name Azure -Refresh

You could download 3.7 version msi installer from this link.

Related Articles

Game JPA problem with save ()

I'm trying to save a simple object in the database, but it's giving me problems. This is my object class: @Entity @Table(name="lines") public class Line extends GenericModel{ @Id @Column(name="line_id") private int id; @Column(name=&qu

problem with save () in barcode generation in Windows

hi i'm working in an app which generate barcodes into a pdf file. I tried it in linux and worked perfectly, but when try it in Windows, i receive some errors. My code is the next: def crear_barcode(numero): filename = 'generated/temp/'+numero writer

Problems with AppStore Updates

I have a problem with my application (first one) when people downloading it from appstore, here is the scenario: I have an a quiz-app with 2.174 questions in the database (core data and sqlite3). The questions resides first in a .txt file and is upda

Bizarre problem with WPF XAML file

I've just started a very simple WPF application which consists of a main large image and four smaller images. In order to assist with the layout, I created some JPEGs in MsPaint containing the images -2, -1, 0, +1 and +2 and just copied them into the

Problems with some vb6 datagrids on Windows 7

I apologize in advance for the long question... I have a really large project written in VB6 that I need to use on some Windows 7 PCs. There are many forms with datagrids on them. Three of these datagrids are buggy in the sense that they (a) have rem

Delphi XE3: Problems with Complex Pre-Build Events

We are currently in the process of switching from Delphi XE to Delphi XE3, and we are having serious problems with our pre-build-events. Our pre-build events look like this: SubWCRev "<SVN-Path>" "<InputFile>" VersionInfo.r

Problems with Promoting () using the implementation of the red-black tree from The Tomes of Delphi

I am using the Red-Black tree implementation written by Julian Bucknall in his well-known book, The Tomes Of Delphi. Source code can be downloaded here, and I am using the code as-is in Delphi 2010, with modifications to TdBasics.pas to let it compil

Problem with join table and has_many by association in Rails 4

Guys this is my DB structure. AccountGrade.rb MODEL its a join table for account & grade models class AccountGrade < ActiveRecord::Base belongs_to :account belongs_to :grade attr_accessor :grade attr_accessor :section end My account.rb MODEL class

Problem with NSData Backup in Core Data Context

I'm trying to save managed object with one of the attribute's type Date to the managedObjectContext. Code is like: reminder.eventDate = selectedDate; NSLog(@"Date: %@", selectedDate); NSError *error = nil; if (![reminder.managedObjectContext sav

Problem with extracting video data from the server only in the browser plugin

I have a problem with a server, written in Java, running on Tomcat, serving video files. I didn't write the code and have very little familiarity with the libraries involved in this problem, so any ideas to pursue would be much appreciated :) The vid

Java JFrame Problem with Dialog Box

When I run the program I'm facing some problem with JFrame Buffer, I don't know what the problem exactly is. When I run the program, it displays some dialog box part on the top left corner of the buffer. Here is output of my program: And following is

Problem with JPA EntityManager

i am new to JPA, i have a problem with my JPA . i have used the entity manager as follows: 1: package com.icesoft.icefaces.samples.datatable.jpa; 2: 3: import java.util.logging.Level; 4: import java.util.logging.Logger; 5: 6: import javax.persistence

Problem with creating a form for inserting information in different tables

I'm pretty much a Rails beginner, at the moment developing a rather complex webapp in Rails 2.2. So, in this webapp, there are "factories". Not the design pattern, mind you, actual factories (it's a game). For each factory in a player's team, th

Problem with C-style Ruby Loops

I find the .each do hard to get to stick, so I was hoping for regular use of C for loop syntax which seems to not work, so I tried a while but still get errors. I have tried this. i = 0 while i < SampleCount samples[i] = amplitude amplitude *= -1 i++

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK