Forum Widgets
Latest Discussions
Copying template.json from Export Template and deploy in bicep
I have a question, i want to deploy my resources (already created on Azure Portal) on my Azure Dev Ops Repo. My question is: is it legit to take the template.json from Export Template and then convert it into Bicep and then deploy with some changes on Azure Dev Ops? Thank you very much!Solvedakin_kJul 16, 2024Copper Contributor634Views0likes5CommentsAzure LB/Scale Set
Hi Team, I have a quick question, I see that we can add existing scale sets to the LB. I also see that we can also add the existing LB to the Scale sets. Are both the configurations same or is there any difference ?Solvedteja1027Mar 30, 2023Copper Contributor606Views0likes2CommentsAutomation Accounts to Start/Stop VM
Hi Team, I'm trying to trace down why one the VMs is starting on its own, even though it is stopped manually. I went and checked the automation accounts and it has so many runbooks inside and it is difficult for me to takedown each job and see if this VM is provided on that specific runbook. Is there a way to verify that. Thankyou.Solvedteja1027Mar 29, 2023Copper Contributor990Views0likes2CommentsFrontdoor Custom Domain in Bulk
Hi Everyone. We are on the brink of migrating our onprem workload to Azure AKS. We have hundreds of clients and every client has its own subdomain p.e client1.contoso.com. To avoid unexpected overload we'll migrate them in batches and for that, we'll need to create custom domains on Azure Frondoor to forward the clients included in those batches to the correct cluster. The batches are composed of 40-50 clients and creating these custom domains one by one would be a pain. I wrote a bash loop to create the custom domains from a csv file using the following command, which works fine when creating only one domain but it doesn't if I edit it for the loop. az afd custom-domain create -g rg-test-frontdoor --custom-domain-name client1-contoso-com --profile-name FrontDoor01 --host-name client1.contoso.com --minimum-tls-version TLS12 --certificate-type ManagedCertificate --no-wait The loop: #! /bin/bash while IFS="," read -r domainName domainHost do az afd custom-domain create -g rg-test-frontdoor --custom-domain-name $domainName --profile-name FrontDoor01 --host-name $domainHost --minimum-tls-version TLS12 --certificate-type ManagedCertificate --no-wait echo "Creating: $domainName, $domain" echo "" done < <(tail -n +2 domains1.csv) And my test CSV: domainName,domainHost client1-contoso-com,client1.contoso.com client2-contoso-com,client2.contoso.com Running the above bash script as createDomains.sh I get the following: ****@****:/mnt/c/scripts/FrondoorCSV$ ./createdomains.sh Command group 'afd' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus '. dRequest) Property 'AfdDomain.HostName' cannot be set to 'client1.contoso.com Code: BadRequest '. sage: Property 'AfdDomain.HostName' cannot be set to 'client1.contoso.com Creating: client1-contoso-com, client1.contoso.com Command group 'afd' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus '. dRequest) Property 'AfdDomain.HostName' cannot be set to 'client2.contoso.com Code: BadRequest '. sage: Property 'AfdDomain.HostName' cannot be set to 'client2.contoso.com Creating: client2-contoso-com, client2.contoso.com Any ideas on how can I make it work, or a workaround for this massive job? I'd need something to automate the TXT record to DNS zone but this is in the second plan. Thank you in advance, Will.SolvedWilliamBonomoOct 21, 2022Brass Contributor1.8KViews0likes5CommentsHow to generate the architecture from azure tenant?
Dear experts, want to know if there is a way to generate the full architecture diagram for an Azure Tenant. It should include network, logical, with VMs , vnet, hub spoke model, something similar to what we see in Azure Architecture Center. I checked the Network map in Defender for Cloud but it gives only network topology , also i could not see where is firewall placed? where is WAF placed etc. Idea is to quickly assess Azure cloud for deployment , if you have a better way then do suggest that as well thank you in advance for your views.SolvedanuragydvSep 28, 2022Copper Contributor7.9KViews0likes4CommentsHow to export my Infrastructure from Azure as a blueprint for creating identical setup
I have setup an infrastructure and deployed my application on it. How to export my Infrastructure as a blueprint for creating identical setup. The goal is that, if i have to setup identical environments, i can just import the blueprint and have an infrastructure ready along with the applications that i have deployed.Solvedabhinavmishra14Apr 07, 2022Copper Contributor2.5KViews0likes2CommentsASR - Error 78038 - The source machine is in a state which couldn't be failed over.
Hello folks. I'm running some tests on ASR to protect vmware vms on azure and I start to face some problems, hope someone could help me. I was able to run failover and failback on windows, centos 7 and ubuntu servers, but I'm facing some issues with centos 8. I'm able to do a failover and reprotect it but when I try to failback I'm getting an error: Error 78038 - The source machine is in a state which couldn't be failed over. After this error I'm unable to do anything with this replicated item. The recovery points are not showing anymore and any new recovery point wasn't created after that.SolvedriquepsJul 21, 2021Copper Contributor969Views0likes1Comment
Resources
Tags
- azure virtual machines8 Topics
- azure5 Topics
- Azure Active Directory (AAD)3 Topics
- AzureAD3 Topics
- updates3 Topics
- ARM Templates1 Topic
- Bicep1 Topic
- Azure Key Vault1 Topic
- containers1 Topic
- PasswordReset1 Topic