azure subscription
5 TopicsHow to avoid "This Size is not available in zone. . ."
Hi, Anybody has found the optimal solution to avoiding the following text, when selecting the VM on Azure: This size is not available in zone 2. Zones '1' are supported. Of course the zone numbers can be mixing. I tried to use the Get-AzComputeResourceSku CMDlet, but did not got any smarter: PS C:\> Get-AzComputeResourceSku -Location "westeurope" | Where-Object { $_.name -EQ "Standard_D4_v5" } ResourceType Name Location Zones RestrictionInfo ------------ ---- -------- ----- --------------- virtualMachines Standard_D4_v5 westeurope {1, 2, 3} type: Zone, locations: westeurope, zones: 2, 3 Basically Zones says, this should be available, but when trying to select that on portal or run PS. PowerShell gives the following error: New-AzVM: The requested size for resource '/subscriptions/.../virtualMachines/myVM' is currently not available in location 'westeurope' zones '2' for subscription '111.....111'. Please try another size or deploy to a different location or zones. ErrorCode: SkuNotAvailable ErrorTarget: StatusCode: 409 ReasonPhrase: Conflict The funny thing is, this speaks about "subscription" and if I choose a different subscription this VM size is available on the same zone. So I'm interest to hear what others are using for listing available VM sizes, to see how to choose similar VMs on all zones? I have tested with different sizes, and seems to be the case a bit randomly.6.7KViews0likes4CommentsHow to integrate Microsoft User Authentication using Microsoft Entra ID: A Step-by-Step Guide to Use
Microsoft Entra ID, also known as Azure AD (Active Directory), offers numerous advantages. Whether you're prioritizing security or seeking a well-organized and automated User Management system, this tool is your go-to for building a secure authentication system, be it for a web app, mobile app, or any other application.2.9KViews2likes0CommentsAzure Subscription Transfer from PAYG to EA
Hi Community, My organization is currently hosting couple of Windows Severs in PAYG subscription. They want to move their current Azure Pay as you go subscription to EA subscription. However, they're concerning about joining the Domain with Azure AD through Azure ADDS. Questions: 1. Is it necessary to join/register our domain to Azure AD through Azure ADDS if we move to EA from PAYG? 2. If yes, what are the pros and cons of joining our domain to Azure AD through Azure ADDS? Please advise. Many thanks in advance.2KViews0likes3CommentsAzure Subscription Move
I am looking to transfer my Azure subscription from one Azure AD tenant to another Azure AD tenant. I looked at the guidance here, https://learn.microsoft.com/en-us/azure/role-based-access-control/transfer-subscription however, I am trying to grasp the potential impact of the resources such as VMs and network related services running. I have already recreated the app services is the target Azure AD tenant under a new subscription to minimize impact, backed up ACLs, roles, and custom roles. I also verified the public IPs associated with some of the VMs are standard (static). Can anyone provide some insight on possible downtime while moving the subscription? If any at all?1.5KViews0likes2CommentsAzure MVP Extended Benefit
I have redeemed my Azure MVP extended benefit, and the subscription was processed using my credit card. I received the confirmation email, but the credits have not been reflected in my account yet. I also double-checked the Azure Extended Benefit canvas, which shows a message indicating that the benefits have already been redeemed.63Views0likes0Comments