-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation on Invoke-AzVmRunCommand unclear #15704
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Drewm3, @avirishuv. Issue DetailsDescriptionsrc/Compute/Compute/help/Invoke-AzVMRunCommand.md This video and examples show several details which are not mentioned in the documentation: CostThe things mentioned which are not clear in the documentation:
Some concrete examples would save a lot of customer confusion as well.
|
@avirishuv can you take a look at this issue? |
@amjads1 can you take a look at this issue? |
Looking into the issue. |
Working with @koralski to add additional clarity with examples in the existing documentation: https://github.com/Azure/azure-powershell/blob/main/src/Compute/Compute/help/Invoke-AzVMRunCommand.md |
https://github.com/Azure/azure-powershell/blob/main/src/Compute/Compute/help/Invoke-AzVMRunCommand.md -Parameter For linux the parameters get converted to environment variables: Azure CLI: REST API Example: |
Thanks @koralski for the updates! |
@amjads1 @koralski does the powershell update look correct? https://github.com/Azure/azure-powershell/pull/16000/files |
@mimckitt Looks good to me. Thanks for the updates Micah! @caroysMSFT I will go ahead and closed this issue now with the assumption that document will be updated in next week or so. |
* Update Invoke-AzVMRunCommand.md #15704 * Update Invoke-AzVMRunCommand.md * Update Invoke-AzVMRunCommand.md * Update Invoke-AzVMRunCommand.md * Update Invoke-AzVMRunCommand.md * Update Invoke-AzVMRunCommand.md * Update Invoke-AzVMRunCommand.md * Update Invoke-AzVMRunCommand.md * Update Invoke-AzVMRunCommand.md Co-authored-by: Yunchi Wang <[email protected]> Co-authored-by: Beisi Zhou <[email protected]>
* Update ci config to add tools/GeneratedModuleList.txt to skip list (#16216) Co-authored-by: wyunchi-ms <[email protected]> * Fix an issue in checking if we need to prompt survey. (#16232) * Fix FirewallRuleName wildcard filtering in Get-AzSqlServerFirewallRule (#16237) * Add Wildcard helper * Fix wildcard filtering in Get-AzSqlServerFirewallRule * Update src/Sql/Sql/ChangeLog.md Co-authored-by: Beisi Zhou <[email protected]> * [Storage] Add example for move datalakegen2 item with Sas (#16256) * Update Invoke-AzVMRunCommand.md (#16000) * Update Invoke-AzVMRunCommand.md #15704 * Update Invoke-AzVMRunCommand.md * Update Invoke-AzVMRunCommand.md * Update Invoke-AzVMRunCommand.md * Update Invoke-AzVMRunCommand.md * Update Invoke-AzVMRunCommand.md * Update Invoke-AzVMRunCommand.md * Update Invoke-AzVMRunCommand.md * Update Invoke-AzVMRunCommand.md Co-authored-by: Yunchi Wang <[email protected]> Co-authored-by: Beisi Zhou <[email protected]> * Update notebook and spark job definition cmdlets to support folder path (#16269) -update change log -add example for specifying multi-level folder path -update FolderName to FolderPath as PowerShell Team suggested -update foldername description in help doc -resolve some comments in code review -update change log -add new parameter foldername Co-authored-by: Yunchi Wang <[email protected]> Co-authored-by: wyunchi-ms <[email protected]> Co-authored-by: kceiw <[email protected]> Co-authored-by: Reggie Gibson <[email protected]> Co-authored-by: Wei Wei <[email protected]> Co-authored-by: Micah McKittrick <[email protected]> Co-authored-by: YanjunGao <[email protected]>
Description
src/Compute/Compute/help/Invoke-AzVMRunCommand.md
This video and examples show several details which are not mentioned in the documentation:
https://techcommunity.microsoft.com/t5/itops-talk-blog/how-to-run-scripts-in-your-azure-vm-by-using-run-command/ba-p/1362360
Cost
The things mentioned which are not clear in the documentation:
Some concrete examples would save a lot of customer confusion as well.
The text was updated successfully, but these errors were encountered: