Azure Storage Account Contd
- Networking Options in Storage Acount
- Public Endpoint
- Public Endpoint over selected networks
- Private Endpoint

Activity 1: Recover a Deleted Storage Account
- A deleted storage account may be recovered in some cases from Azure portal.
- To recover a storage following conditions must be true
- The storage account was deleted within past 14 days
- A new storeage with the same name has not been created since the original account was deleted
- The user who is recovering the storage account must be assigned to Azure RBAC role that provides
Microsoft.Storage/storageAccounts/writepermission
- Steps:
- Create a new resource group (
storageacc) - Create a storage account with any name & ensure you make a note of it
- Now delete the storage account.
- While Recovering if you have deleted the resource group ensure you create a Resource group with same name before recovery.
- Navigate to the overview page of any existing storage account in the Azure portal

- Now try to view the data updated.

- Create a new resource group (
Exercise:
- Installing Azure CLI & Powershell Refer Here
