-
Notifications
You must be signed in to change notification settings - Fork 85
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
Azure Resource Explorer is shutting down #374
Comments
Makes me a bit sad, but it had a good run. Thanks for supporting it all these years! |
@balag0, please consider providing a landing page that explains it is shutting down before taking down DNS resolution completely for customer awareness 🙂 A blog post explaining the alternatives would also be very appreciated! |
Does the repo at https://github.com/projectkudu/AzureResourceExplorer contain the entire source code used by resources.azure.com? So we could self-host a version of that if we wanted to? |
Is there any GUI alternative for the Azure Resoure Explorer? The Azure Portal build in version is very limited in what it shows. The child resources are not shown there. So it is not really an helpful alternative, because more or less for all resources shown there, I also could just use the "JSON View" in the resource itself. |
@joakimlemb I would think that you could run your own if you follow the instructions in https://github.com/projectkudu/AzureResourceExplorer/blob/master/README.md |
Which sadly is barley alive too, I mean it doesn't have any official support nor has seen any improvement for a long time. For example, the migration from ADAL to MSAL is long time due, so it might just stop working at some point. |
Very disappointing, please reconsider. I guess this is the result of some internal organisational issue inside Microsoft - ie. the kudu/app service team not having the clout/recognition vs the arm/portal team. It's a shame that Microsoft continues to allow these sorts of internal disputes affect the customer. The version in the portal is very limited and loads slowly. Self hosting is impractical It's not needed all the time, but when it is, it saves a lot of time! Thanks to the team up until this point. |
(Looks like we finally got an eye searing banner 6 months later, thanks! :) I'd echo the calls for blog post. |
That's a real shame. Resource Explorer is super handy for exploring details of resources that aren't visible in the Portal and that require you to already know what you're looking for in the REST API or CLI. |
I also echo great disappointment in this manner. This utility has been a huge benefit in diagnosing peculiar issues and validating resource configuration. The existing Azure Portal UI aspects are strongly lacking in detail and navigation functionality at the level of detail the Azure Resource Explorer provides, as well as the superior speed of the ARE. |
I second that this is a useful resource. This needs to be available in the portal at the very least. Filtering on "hidden" values in a graphical manner is paramount. Not everyone wants to drop to a shell and run obtuse CLI commands! |
I am unable to access this tool through SAW as of today (it worked a couple days ago). Is the support being removed for different environments/networks? Its still working on my non-SAW machine with my corp credentials. |
I'm really disappointed, but when does MS listen. This resource has been one of the most helpful resources that brought together all the products in a very helpful and meaningful way, away from product specific issues. Seems like we can't have a unified view for a disparate build. |
My fork of Azure Resource Explorer is now available at https://azexplorer.tplant.com.au (source code) I've fixed a few issues - tenant selector data/styling, Azure PowerShell/CLI codegen, and static content caching. Working on swagger specs at the moment. A Windows container image ( |
I think that can only work if you add individual users into your tenant. |
@davidebbo it works with my other accounts from different tenants, after consenting to the app. fortunately the ARM scope it uses doesn't need Global Admin approval by default |
@pl4nty Interesting, as this is what I get:
My guess is that it works with other org accounts, but not with personal accounts. Does that match your testing? |
Hmm, I've just enabled a setting (Live SDK support). Would you mind trying again? My other multitenant apps have worked with personal accounts, but I only have one account to test with and it's in that tenant. If login still doesn't work, I'll see if I can get a HAR/screenshare from a colleague tomorrow |
That did not appear to make a difference for me. |
From a different personal account, I get a different error (though same meaning):
|
Thanks. Interesting that it provides different errors, but neither leads me to an obvious solution. There are a few differences between this and my other apps, so I'll spin up a staging app tomorrow to test. Trying v2 tokens again might be a good place to start |
Hey there, thanks for the tool. I have been using it recently, very new to the tool. I used it mostly to mass adding ipSecurityRestrictions for internal ips. adding ipSecurityRestrictions on azure portal UI is very time-consuming and manual. the navigation on the left side As it is sunsetting, I don't work on a Windows computer. Been using the web version all this time. What alternative can I look into? or what tooling should I start learning? Thanks! |
This is brutal. Our core infrastructure is actually on Azure Service Fabric and the portal tooling around the service fabric has always been tragically lacking. We've discovered over the years of various things that can ONLY be configured with the fabric in the resource explorer / direct API calls. So losing this as a supported Microsoft tool is really negatively impactful to us going forward. |
Why? |
What a shame. Such a handy tool. Sad to see it go. |
Very short sighted imo. The resource explorer has been massively helpful for seeing the full details of the Azure resources. Yes there are other ways to get this data but the point is, the gui representation quickly allows you to find resources and see the parameters. Massive L. |
Expanding on what @Jungers42 said, 20 of the troubleshooting guides for Service Fabric references Azure Resource Explorer: https://github.com/search?q=repo%3AAzure%2FService-Fabric-Troubleshooting-Guides%20resources.azure.com&type=code - Some of them also mentions other ways of troubleshooting/fixing (CLI/Portal) but not all of them. |
I want to echo this comment. Making resource changes to service fabric configuration outside of IAC e.g. editing node type durability tiers, promoting/demoting primary node types, updating service fabric application parameters etc. which can't be done via the portal It's a huge downgrade to lose such a helpful tool with the closest tool being the Azure Portal Resource Manager Resource Explorer. It lacks API client functionality and the ability to hyperlink to resources in resource explorer. It's a great tool for also traversing all of our azure resources via JSON which many of us are familiar from our experience with ARM templates This is disappointing and I hope that we at least get a commitment to feature parity with the alternative resource explorer |
I want to echo the sentiment here. I have been painstakingly looking for the httpsOnly setting for an app in azure cli and simply could not find it with either: az rest --method get --url https://management.azure.com/subscriptions/SUBSCRIPTIONID/resourceGroups/RESOURCEGROUP/providers/Microsoft.Web/sites/SITENAME/config/web?api-version=2021-02-01 Or az webapp config show --resource-group RESOURCEGROUP --name APPNAME --output json Until finally Azure Resource Explorer shows it! |
Before doing this brutal shutdown, at least adapt your documentation to accomodate switching certificates in Service Fabric, as outlined here. And I can imagine there are a lot of other tutorials that make use of the Azure Resource Explorer. Why would you shut it down anyway? Does it cost that much to host?? |
It's a shame that the tool is shutting down. This is yet another sign that Microsoft is slowly abandoning Service Fabric. |
Azure Resource Explorer - resources.azure.com is a very useful tool to quickly change a resource property and submit! Why is it being shutdown? How easy is it to get the request body, edit it, and resend it using the provided alternatives? |
Totally agree with this. We are having issues with updating our certificate in service fabric right now, and all documentation is referring to resources.azure.com... |
Azure Resource Explorer - resources.azure.com will be shutting down soon. We recommend alternatives such as https://github.com/projectkudu/ARMClient or the Azure Portal for managing Azure resources.
The github repo will still be available.
Thank you.
The text was updated successfully, but these errors were encountered: