Forum Widgets
Latest Discussions
Digital event—Migrate to Innovate: Be AI Ready, Be Secure
Learn how to fuel innovation and maintain a competitive edge with a secure, optimized, and agile foundation on Azure. Join this free digital event to see how migrating Windows Server and SQL Server to Azure helps prepare your organization to embrace AI and cloud-native services while addressing current business challenges, including saving costs and maintaining security. Register now to learn about the business outcomes of migrating to Azure, including: AI readiness: Get results with an AI-ready foundation on Azure. In a study of customers using Azure AI services, a composite of six organizations achieved a three-year ROI of 284%. Code-to-cloud security: Reduce risk and costs by replacing multiple third-party security tools with comprehensive, multilayered security. Maximizing ROI and performance: Run your workloads faster and at a lower cost. AWS is up to 5 times more expensive than Azure for Windows Server and SQL Server—and SQL Server runs up to 5.5 times faster on Azure than on AWS. Cloud agility anywhere: Help secure and govern your entire digital estate across hybrid, multicloud, and edge environments on your own terms using an adaptive cloud approach. Register now > Migrate to Innovate: Be AI Ready, Be Secure Tuesday, April 16, 2024 9:00 AM–11:00 AM Pacific Time (UTC-7)EricStarkerMar 18, 2024Former Employee383Views1like0CommentsAzure Load Balancer
Hello All, I have created azure load balancer and vmss(virtual machine scale set) as backend. I hosted web application in the vmss using custom script extension. I wanted to know how many request is going to my web app via load balancer. Is there any metrics available or any other way to find the total number of requests?Sathishku1340May 18, 2023Copper Contributor738Views1like4CommentsError BCP109: The type "Microsoft.KeyVault/vaults/secrets" does not contain function "getSecret"
Hi, I am trying to pass the secret value as a secure parameter to a Bicep module, but I am getting the error: Error BCP109: The type "Microsoft.KeyVault/vaults/secrets" does not contain function "getSecret". Code in main. Bicep file resource myVaultSecret 'Microsoft.KeyVault/vaults/secrets@2023-02-01' existing = { name: 'myVault/mySecret' } .... module sqlModule 'sqlserver-module.bicep' = if (databaseService == 'sql') { name: 'sqlDeployment' params: { administratorLogin: administratorLogin administratorLoginPassword: myVaultSecret.getSecret('mySecret') location: location resourceGroup: resourceGroup serverName: serverName servicePlanSku: servicePlanSku sqlDBName: databaseName subcription: subscription tags: tags workloadEnv: workloadEnv } } #end main.bicep code sqlserver-module.bicep file @description('The administrator password for the SQL server.') @secure() param administratorLoginPassword string I am following the instructions based on the document: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-functions-resource#getsecret Any help will be appreciated !! ThanksluistorresApr 21, 2023Brass Contributor1.4KViews1like1CommentCannot RDP into the new VM
Hello, Learning Azure SQL VM. Created a new VM and SQL VM. No issues here. When I try to connect, I am getting typical error window: Network config looks OK except the bottom one and I cannot make any changes here anyway: Once I am able to launch RDP session, then, I will be creating a new Azure AD user besides using ADDS. So, my first challenge is get the RDP working. Can you please help me on this asap? Thanks. VictorVictor5090Apr 21, 2023Copper Contributor659Views1like2CommentsMigrate VM to Azure
I have a virtual machine running on standalone esxi and I do not have the access to the virtual host. but I have access to the VM which runs Windows Server. How can I migrate this to Azure? I have already tried using Starwind v2v and created 2 vhds (1 for OS and 1 for Data) and uploaded them to Azure. I created an image out of the OS disks and tried deploying a VM. It's been like 45 minutes now, but still it says the deployment in progress. If this does not work, what methods I can use to migrate the VM?phantom2000Jan 17, 2023Copper Contributor2.1KViews1like5CommentsAzure multi region - Data transfer
We have multi region(One in South central US and other in Australia) Azure set up and I have below questions 1. Is it possible to enable VNET peering between regions and enable data transfer? 2. Or is it better to have global peering and enable data transfer? Any idea on data transfer costs ?Praneeth1160Jul 15, 2022Copper Contributor1KViews1like1CommentMonitoring Azure Backup just got even better!
Your backup is only as good as your last successful restore - but now Azure Monitor has improved capabilities for monitoring and alerting of Azure Backup's security, backup jobs and restores. Pierre chats with the product group and drops you some documentation links: https://techcommunity.microsoft.com/t5/itops-talk-blog/azure-backup-monitoring-and-alerting/ba-p/3284049?WT.mc_id=modinfra-63447-socuffSoniaCuffApr 19, 2022Microsoft621Views1like0CommentsAAD Connect synchronization of pwdLastSet
Hello We have an hybrid environment , AD on prem synchronized by AAD Connect to Azure AD using password hash sync , and we want to get the on prem AD attribute pwdLAstSet synchronized with the corresponding one lastPasswordChangeTimestamp on Azure AD . Is it possible to achieve this simply changing to the current system time the attribute "pwdLastSet" , by assigning "0" and in turn "-1" to it , as explained in the page ? : https://social.technet.microsoft.com/Forums/en-US/6622c897-c460-41ce-a237-a6eabff3ca12/why-cant-i-set-pwdlastset-with-setaduser?forum=winserverpowershell I tried but actually the attribute isn't synchronized , it gets aligned only If I really make a password reset on prem but I'd rather avoid on prem users change their passwords . Thanks a lot. Regards AntonelloAntonello69Oct 28, 2021Copper Contributor3.6KViews1like2Comments
Resources
Tags
- Azure Virtual Machines7 Topics
- azure4 Topics
- Azure Active Directory (AAD)3 Topics
- AzureAD3 Topics
- updates2 Topics
- gpo1 Topic
- Azure Key Vault1 Topic
- infrastructure1 Topic
- Azure Virtual Desktop1 Topic
- azure backup1 Topic