Posts

Showing posts from July, 2020

How to build container storage in Azure storage account

Image
If we want to build container storage, we have to create azure storage account first. 1) Create azure storage account 2) After creating storage account, go to this storage account and select " container" tab. 3) Give your container name and assign "Public access level" . In this case, I will show with "private (no anonymous access)  and Click "create". 4) 5) I will upload some file into this container as show below. Click " upload " and Browse your files that you want to upload to this container. 6) Before you upload, you can choose different option in "Advance" tab. authentication type - you can authenticate with Azure AD user Account (or) Account Key Block type - you can set block blog, page block, append block Block Size -  you can choose any size in block size, max size is 100MB. Access Tier -  HOT, COOL, ARCHIVE ( If you want to frequency access your data, you can set to hot tie...

How to Create Azure Storage Account

Image
I already explain about azure storage introduction in this post ( https://phonemyintmyatzaw7.blogspot.com/2020/07/azure-storage.html ) and today I will show you how to create azure storage account step by step. 1)Go to azure portal and choose " storage accounts ". 2) Click "Add" to create a new storage account. 3) In s ubscription tab, you can choose your azure subscription type. In resource group tab, you can create a new one or you can choose existing resource group. In storage account name tab, you can assign your account storage name. In Location tab, you can choose the location where your storage account will be placed. In Preformance  tab, you will see two option 'standard and premium'. Standard means Azure will keep your data by using magnetic disk drive. Premium means it will keep your data by using SSD Disk Drive. (you can see this information in  https://phonemyintmyatzaw7.blogspot.com/2020/07/azure-storage.html  ). In ...

Introduction to Microsoft Azure Backup

Image
Microsoft Azure Backup ကcloud based backup အမျိုးအစားဖြစ်ပြီးသူ့ရဲ့လုပ်ဆောင်ချက်က Cloud ပေါကVMတွေကိုသာမက on-premise က physical server တွေနဲ့ Hyper V တို့လို VMWare Infra ပေါမှာrunနေတဲ့ virtual machinesတွေကိုလည်း azure cloud ပေါကိုbackup လုပ်ပေးနိုင်ပါတယ် အခြားapplicationsတွေနဲ့databaseအမျိုးအစားတွေဖြစ်တဲ့SQL server တို့လိုMicrosoft Exchange Databaseကိုလည်းbackupလုပ်ပေးနိုင်ပါတယ် Azure Backup ကိုသံုးခြင်းရဲ့အားသာချက်တွေကတော့ပံုမှန်သမရိုးကျbackup solution တွေdata recovery တွေလုပ်မယ်ဆိုရင် backup Infra တွေဆောက် backup servers တွေsetupလုပ်networking ပိုင်းတွေsetupလုပ်တာတွေကြောင့်လည်းငွေကြေးအားဖြင့်လည်ူကုန်ကျစရိတ်အရမ်းများပါတယ်တ စ်ချို့ကျပြန်တော့လည်းremote sitesတွေမှာbackupထားခြင်းကြောင့်လည်း Capital expenditures အရ သူ့အတွက်ကြိုတင်ရင်းနှီးမြှပ်နှံရတဲ့ငွေအင်အား အချိန်တွေလည်းအရမ်းပေးရပါတယ် Azure Backup ကိုသံုးမယ်ဆိုရင်အဲလိုတွေစဉ်းစားစရာတွေမလိုဘဲ ကိုယ့်backup planကိုအချိန်တိုအတွင်းအကောင်ထည်ဖော်နိုင်ပြီး ကိုယ့်data တွေကိုcloud ပေါမှာsecure ြဖစ်အောင်ထိန်းသိိမ်းနိုင်ပါတယ် Azure Backup ကိ...

How to Export Office365 Exchange Online Moblie User List into excel CSV Format

Copy this pink colour script into notepad and save as "all file" types and give file name to MobileUser.ps1. $credentials = Get-Credential -Credential youremailaddress     Write-Output "Getting the Exchange Online cmdlets"     $session = New-PSSession -ConnectionUri https://outlook.office365.com/powershell-liveid/ `         -ConfigurationName Microsoft.Exchange -Credential $credentials `         -Authentication Basic -AllowRedirection     Import-PSSession $session $csv = "C:\TEMP\MobileDevices.csv" $results = @() $mailboxUsers = get-mailbox -resultsize unlimited $mobileDevice = @() foreach($user in $mailboxUsers) { $UPN = $user.UserPrincipalName $displayName = $user.DisplayName $mobileDevices = Get-MobileDevice -Mailbox $UPN               foreach($mobileDevice in $mobileDevices)       {           Write-Output "Getting in...

Azure Storage

Image
ခေါင်းစဉ်ကအတိုင်းMicrosoft azure storage အပိုင်း ဆိုပေမယ့်လည်းstorage accountနဲ့ပက်သက်တာတွေကိုပိုပြီးဆွေးနွေးပေးသွားပါမယ် Storage အပိုင်းကိုတော့ generalလောက်ဘဲဆွေးနွေးပေးသွားပါတယ်ကျွန်တော်တို့ကAzure cloudမှာ virtual machines တွေဆောက်တယ် applicationတွေrun တယ်အဲဒီapplicationတွေ VM တွေရဲ့ data storageတွေကိုazure cloudပေါမှာထိန်းသိမ်းထားနိုင်ဖို့အတွက်microsoftကstorage အမျိုးအစားများစွာနဲ့ထောက်ပံ့ပေးထားပါတယ်အဓိက storage အမျိုးအစားတွေကိုပြောရမယ်ဆိုရင်Azure SQL Server,Azure Cosmos DB နဲ့ Azure Table Storageတို့ဘဲဖြစ်ပါတယ် တစ်ခြား Storageအမျိုးအစားတွေဖြစ်တဲ့Azure Queue နဲ့ event hubs တို့လို messages တွေကိုsend and storeလုပ်ဖို့လည်းသံုးစွဲနိုင်ပါတယ် Azure Storage မှာသံုးနိုင်တဲ့ Data servicesတွေကတော့ Azure Blobs, Azure Files, Azure Queues နဲ့Azure Tables တို့ပဲဖြစ်ပါတယ် အဲဒါနဲ့ပက်သက်တဲ့တစ်ခုချင်းကိုတော့နောက်ပိုင်းမှဘဲtheoryသီးသန့်ဆွေးနွေးသွားပေးပါတယ် အခုက Azure storage account တစ်ခုကိုcreateလုပ်တော့မယ်ဆိုရင်ဘယ်လိုတွေလုပ်ရမှာလဲပြီးတော့storage account တစ်ခုပြုလုပ်တော့မယ်ဆိုရင်သူ့မှာရနိုင်တဲ...