User Profile
GregorySuvalian
Iron Contributor
Joined 9 years ago
User Widgets
Recent Discussions
Re: Customize the friendly name of the desktop application ("SessionDesktop") using Bicep/ARM
SvenAelterman This is how you can do it in terraform (by calling directly REST API), the same thing can be accomplished by `deploymentScript` in bicep/ARM resource "azapi_resource_action" "change-desktopname" { type = "Microsoft.DesktopVirtualization/applicationGroups/desktops@2022-10-14-preview" resource_id = "${azurerm_virtual_desktop_application_group.main.id}/desktops/SessionDesktop" method = "PATCH" body = jsonencode({ properties = { friendlyName = "DevOps Desktop" } } ) }714Views0likes0CommentsCan not see "Windows Virtual Desktop" application in Azure AD
I have running and working Azure WVD infrastructure. I'm trying to enable `Start VM on connect` feature but I can not find a Enterprise Application or App Registration called "Windows Virtual Desktop" like being instructed. My Azure AD does not have anything with name "Windows Virtual Desktop" at all. I deployed Azure WVD through portal, using Wizard, did not do anything out of ordinary. WVD is using Azure AD based authentication (no ADDS etc)4.9KViews0likes7CommentsHow do you check if workbook datetime parameter is not set?
Hello, I have setup datetime picker so I can filter results of Resource Graph query for tags values in specific daterange. I want to show all results when parameter is not selected at all ("unset") I expected that I can use following KQL expression but it's not working since I assume parameter value is not empty. It fails with error message below. Query is invalid. Please refer to the documentation for the Azure Resource Graph service and fix the error before retrying. todatetime(): function expects 1 argument(s). Filter expression should be Boolean... Resources | where type == 'microsoft.compute/virtualmachines' | where tags['datecreated'] > coalesce(todatetime({dateCreated:start}),todatetime('2016-11-09T02:53:17.4582226Z') )1.6KViews0likes0CommentsAre there 2 different versions of Teams? One for personal use and one for corporate?
I have corporate account which I use Teams with and when I try to use teams with my personal account I'm present with option to switch like below which provides to website to use teams for personal use If I go to a website and actually download teams client, shutdown current instance of Teams and install it then I can switch between both accounts (like you can see below) Executable client looks exactly the same (version and everything). So I have to do every time I have to restart computer or every time Teams updates itself. Are there 2 different versions of client and how I always use personal one (the one which allows switching between accounts)?38KViews0likes1CommentAMA question
There is conflicting installation instructions for docker on Windows 2016 on docker website and Microsoft website, stemming from using different PackageProvider. Docker uses "DockerProvider" and Microsoft using "DockerMsftProvider". What shall be used? https://docs.docker.com/engine/installation/windows/docker-ee/ https://docs.microsoft.com/en-us/virtualization/windowscontainers/quick-start/quick-start-windows-serverSolved1.7KViews2likes1CommentAMA Questions
1. Microsoft pushing different container orchestration platforms simultaneously and it's difficult to decide where to invest time learning and implementing. There is swarm, DC/OS, kubernetes and service fabric. So question is which container orchestration is supported for windows container and worth investing time and money into?2.2KViews2likes7CommentsRe: (Azure) Virtual Desktop Optimization Tool now available
Christiaan_Brinkhoff This tool shall reset back execution policy to default or instruct to set it only for current execution scope (current process via Set-ExecutionPolicy Bypass -Scope Process) otherwise it leaves system in undesired security state.12KViews0likes0CommentsHow Shared Image Gallery can be used for sharing accross tenants and subcriptions
I used RBAC share feature as noted in documentation but it does not seem to work as expected. I have Azure AD 1 and Subcription 1 where shared image gallery is being hosted. I also have Azure AD 2 and Subscription 2 where I'd like to create VM from shared image gallery version. I gave user 1 in Azure AD 2 reader permission to Shared Image gallery which works fine and that user 1 can see all images in shared image gallery. Question is how do I create VM from image since the only option user 1 sees in subscription is Subscription 1 since it's logged to Azure AD 1. How do I deploy that image to Subscription 2 which is under Azure AD 2?1.2KViews0likes1CommentRe: VMs on the same VNET can not talk to each other
Neither persistent route no static IP is required to route between subnets. They shall work per documentation out of the box with no additional changes. There is no NSGs setup on any level, there is no firewalls on either side. I'm pretty sure something is broken in Azure specifically for my VNET setup and not something specific to VMs which I put in.46KViews0likes2CommentsRe: VMs on the same VNET can not talk to each other
=========================================================================== Interface List 14...00 0d 3a 02 8d 68 ......Microsoft Hyper-V Network Adapter #2 1...........................Software Loopback Interface 1 15...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2 =========================================================================== IPv4 Route Table =========================================================================== Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 10.0.0.1 10.0.0.4 261 10.0.0.0 255.0.0.0 On-link 10.0.0.4 261 10.0.0.4 255.255.255.255 On-link 10.0.0.4 261 10.255.255.255 255.255.255.255 On-link 10.0.0.4 261 127.0.0.0 255.0.0.0 On-link 127.0.0.1 306 127.0.0.1 255.255.255.255 On-link 127.0.0.1 306 127.255.255.255 255.255.255.255 On-link 127.0.0.1 306 224.0.0.0 240.0.0.0 On-link 127.0.0.1 306 224.0.0.0 240.0.0.0 On-link 10.0.0.4 261 255.255.255.255 255.255.255.255 On-link 127.0.0.1 306 255.255.255.255 255.255.255.255 On-link 10.0.0.4 261 =========================================================================== Persistent Routes: Network Address Netmask Gateway Address Metric 0.0.0.0 0.0.0.0 10.0.0.1 Default =========================================================================== IPv6 Route Table =========================================================================== Active Routes: If Metric Network Destination Gateway 1 306 ::1/128 On-link 14 261 fe80::/64 On-link 14 261 fe80::8d2a:8b0e:c4ad:807b/128 On-link 1 306 ff00::/8 On-link 14 261 ff00::/8 On-link =========================================================================== Persistent Routes: None Windows IP Configuration Host Name . . . . . . . . . . . . : core-dc01 Primary Dns Suffix . . . . . . . : ecomply.local Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : ecomply.local Ethernet adapter Ethernet 2: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter #2 Physical Address. . . . . . . . . : 00-0D-3A-02-8D-68 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::8d2a:8b0e:c4ad:807b%14(Preferred) IPv4 Address. . . . . . . . . . . : 10.0.0.4(Preferred) Subnet Mask . . . . . . . . . . . : 255.0.0.0 Default Gateway . . . . . . . . . : 10.0.0.1 DHCPv6 IAID . . . . . . . . . . . : 335547706 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-21-F4-ED-77-00-15-5D-0A-1D-DE DNS Servers . . . . . . . . . . . : ::1 10.0.0.4 10.0.0.5 NetBIOS over Tcpip. . . . . . . . : Enabled Tunnel adapter isatap.{4EA8D25B-523C-4E10-B0A9-3A7FE5508DC1}: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2 Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes46KViews0likes4CommentsRe: VMs on the same VNET can not talk to each other
Mean I can not ping between them or can not open TCP connection between them. Yes internet and routing to proper Internet works fine, just communication between them is not. I'm using IP addresses for communication, firewalls on hosts are disabled. PS C:\Windows\system32> Test-NetConnection 10.0.0.4 -port 3389 WARNING: Ping to 10.0.0.4 failed -- Status: TimedOut WARNING: TCP connect to 10.0.0.4:3389 failed ComputerName : 10.0.0.4 RemoteAddress : 10.0.0.4 RemotePort : 3389 InterfaceAlias : Ethernet 2 SourceAddress : 10.0.1.5 PingSucceeded : False PingReplyDetails (RTT) : 0 ms TcpTestSucceeded : False The same test running against VM on local subnet works fine as expected PS C:\Users\cloudadmin> test-netconnection 10.0.1.5 -port 3389 ComputerName : 10.0.1.5 RemoteAddress : 10.0.1.5 RemotePort : 3389 InterfaceAlias : Ethernet 7 SourceAddress : 10.0.1.6 PingSucceeded : True PingReplyDetails (RTT) : 3 ms TcpTestSucceeded : True46KViews0likes6CommentsVMs on the same VNET can not talk to each other
Not sure what is exactly happening since it was always working before but VMs on different subnets within the same virtual network with no NSGs or firewalls between them can not talk to each other. Ping is failing as well as any other sort of communication. Firewalls are disabled on both sides. All machines have access to internet. Communication was tried using IP addresses and not names. Both ping as well as TCP based tests were used.Solved47KViews0likes8Comments
Recent Blog Articles
No content to show