This extension can add features to Azure portal.
azure-portal-plus-extension-demo.mp4
Favicon replacement rules
The favicon is replaced by the following rules.The icon of the resource group is used as the favicon of the tab, when your browser's tab is opening Azure Resource Groups or your resources in a resource group.
The icon of the service is used as the favicon of the tab, when your browser's tab is opening an Azure Service (ex. Virtual Machines
, Storage accounts
, and so on).
Note In case of
App Services
, the icon ofWeb Apps
is used thoughApp Services
contains not onlyWeb Apps
resource but alsoFunction App
resource.
The icon in top of the blade list (i.e. Overview
) is used as the favicon of the tab, when your browser's tab is opening your Azure resource.
When starting a process taking long time (deploying new resouces, changing configuration of your resources or deleting your resources), the favicon of the tab is blinked until the process finishes.
When finishing a process taking long time, a notification is displayed on your desktop, and the tab can be activated by clicking the notification.
When finishing a process taking long time, the tab opening Azure portal is activated (i.e. to be brought to the top) automatically.
Add the following copy menu to the resource page's header and disable built-in Copy title to clipbord
in More content actions
menu.
Resource name
Resource Id
format:/subscriptions/{subscription_id}/resourceGroups/{resource_group_name}/providers/{resource_provider_name}/{resource_type}/{resource_name}
Resource name and group as Azure CLI option
format:--name {resource_name} --resource-group {resource_group_name}
Resource name and group as Azure PowerShell option
format:-Name {resource_name} -ResourceGroup {resource_group_name}
Resource Template (JSON)
format:{ "name": "{resource_name}", "id": "/subscriptions/{subscription_id}/resourceGroups/{resource_group_name}/providers/{resource_provider_name}/{resource_type}/{resource_name}", "type": "{resource_provider_name}", : }
- Resource and group name as Azure CLI option
- Resource and group name as Azure PowerShell option
Note
This feature is available only for each resouce page. On subscriptions, resource groups and Entra ID pages, the copy button is not shown.
By storing filter string on inputting/updating on each list view, this can restore the filter string on the list view when opening the list view again.
This extension can be installed from Chrome Web Store.
If you can try a development version, the following steps are needed.
- get contents of this repository
- clone this repository
or - download zip file and extract it
- clone this repository
- open
chrome://extensions
- enable
Developer mode
and clickLoad Unpacked
- select the directory created by cloning at step 1.
- New feature
- Add a feature to restore fitler string on each list view.
- Bug fix
- Cannot keep a resource icon as the favicon when hiding the sidebar (#15)
- Improve features
- Copy ARM template(JSON)
- New feature
- Add a feature to copy resource infomation in various formats.
- Improve features
- Add beforeunload event listener to prevent accidental page leave during blinking favicon (#8)
- New feature
- Activate the tab opening Azure portal (i.e. bring it to the top) automatically when finishing a process taking long time (#9)
- Bug fix
- Refactor main.js to update favicon containers (#6)
- New features
- Add the following origins (#1)
ms.portal.azure.com
preview.portal.azure.com
- Add the following origins (#1)
The First release
- Basic features
- Replace favicon to one of the resource displayed
- Blink favicon during configuration
- Notify when finishing configuration