Rob
My feedback
-
3 votes
An error occurred while saving the comment -
7 votes
Thanks for posting this suggestion!
-
1 vote
Thanks for posting this! Our team will investigate.
Rob shared this idea ·
-
0 votes
Thanks for posting this! You can actually overwrite these scripts with your own content today just by importing a runbook with the same name as the script (just like global modules, these are global runbooks). So for example, you can name a script Sync-MicrosoftAzureAutomationAccountFromGithubV1 and your script will run when you click the “Sync” button.
In order for us to make these scripts public, we need to remove some proprietary code so this isn’t just as simple as releasing them. I’ll discuss with the team to see what we can do though.
Rob shared this idea ·
-
164 votes
We have done a lot of progress on this area in last few years, and we would like to know if there is something scenario specific that you guys are looking for?
Thanks,
Azure Portal TeamRob supported this idea ·
-
11 votes
Automation is now looking at sending job streams to Log Analytics.
Rob shared this idea ·
-
8 votes
We just added search for runbooks, and assets are in our backlog, but not planned yet. This vote helps us prioritize so thank you for posting!
Rob shared this idea ·
-
19 votes
Thanks for this suggestion. Yes, as you mentioned & Joe explained this is a known issue in SMA and Azure Automation, but there are workarounds now.
We can use this request to track making connection types mutable. -
1,004 votes
Hey Folks,
We have made some great progress on this idea and most of our services today do support move resources across groups.
We are still working towards 100% support and while we do that it would be great if you can help us prioritize the missing services.
Please file individual asks on each service category present in uservoice and vote for it.
Thanks,
Azure Portal Team -
1,788 votes
The Azure Resource Manager team is actively investigating the scenarios around renaming resource groups. To help us better understand the use-cases and to determine which implementations may be viable to address the problem, we would appreciate if you could fill out this 3-minute survey:
https://aka.ms/RgRenamingScenarios -
1,157 votes
Hey Folks,
We have made some great progress on this idea and most of our services today do support move resources across groups.
We are still working towards 100% support and while we do that it would be great if you can help us prioritize the missing services.
Please file individual asks on each service category present in uservoice and vote for it.
Thanks,
Azure Portal Team -
278 votes3 comments · Azure Monitor-Log Analytics » Solutions / Packs Gallery and new IP ideas · Flag idea as inappropriate… · Admin →
Can you provide a RANKED list of what is MOST and LEAST important for the various capabilities and scenarios that SM provides? i.e. you listed
- problem management
- incident management
- configuration items
…Rob supported this idea ·
do you just need to know when the child job finished? if so you can use Start-AzureRMAutomationRunbook with a wait switch and then you can get the output of the job.
Powershell workflow is compiled at run time so this adds extra processing that needs to happen before the job can start in addition to the time that Azure Automation needs to start the new job.