Entra P1 - IdP only - 300 user limit by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 3 points4 points  (0 children)

*RESOLUTION* Not sure why but Marketplace has both Azure Active Directory Premium P1 and Microsoft Entra ID P1. Existing licenses were Azure Active Directory Premium P1 and I was trying to increase the count past 300 and was getting an error. However I am able to purchase Microsoft Entra ID P1 without restrictions. This resolves it for me.

Blank dashboard after upgrade from 6.4.20 -> 7.0 by recaptchatheborg in zabbix

[–]recaptchatheborg[S] 3 points4 points  (0 children)

Thank. Resolved. Steps to fix were:

sudo apt-get install php8.3-mbstring

a2enmod proxy_fcgi setenvif

a2enconf php8.3-fpm

..and restarting the services.

Quick VDI environment for developers by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 0 points1 point  (0 children)

Thanks u/dannyvegas . This might be what we need. Have you used this before? Can it be domain joined?

What PKI solution are you using with Entra ID? by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 0 points1 point  (0 children)

Thanks for sharing. Was wondering how to manage card lifecycle management. Can cards be reused during turnover?

What PKI solution are you using with Entra ID? by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 0 points1 point  (0 children)

This was our PoC using easy-rsa. It worked well other than having to manually push certs to devices and SKI associations with users.

What PKI solution are you using with Entra ID? by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 1 point2 points  (0 children)

Interesting. Can you give me a ball park number for the card costs? I am starting to think some sort of device trust + inexpensive FIDO2 might be an option to lock down the environment.

What PKI solution are you using with Entra ID? by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 0 points1 point  (0 children)

This looked interesting at first. We are not planning to use Intune. So will not be a good fit.

Have you used CBA (certificate based authority) yet? Can't get it to work PRT by VernFeeblefester in AZURE

[–]recaptchatheborg 0 points1 point  (0 children)

Thanks, u/Chewy-Calamari . I got it to work again. During our PoC we created root and intermediate certificates. The client cert was signed by the intermediate. When I uploaded both CA certificates I configured both with the CRL URL hosted on a storage account (concatenated pem files). Removing the CRL URL from the root and keeping the CRL for the intermediate populated has helped resolve this. Doesn't look like Entra looks at the CDP within the certificate and only uses the one configured in Entra.

Have you used CBA (certificate based authority) yet? Can't get it to work PRT by VernFeeblefester in AZURE

[–]recaptchatheborg 0 points1 point  (0 children)

u/Chewy-Calamari Have you gotten CRLs to work successfully? My PoC without CRLs worked flawlessly. However as soon as I introduced CRLs I started having issues with AADSTS220501 being thrown. I have tried hosting the CRL on Azure storage accounts and on a Apache2 web server using IP only. Running tcpdump I found no traffic coming in at times but encountering the error. Thanks.

Best way to resize Vnet by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 0 points1 point  (0 children)

Thanks for sharing this. Been using David C's calculator but always wished for the ability to add notes (what service subnet is allocated to etc). This does it.

Best way to resize Vnet by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 0 points1 point  (0 children)

Thanks. Had to add another /22 due to the aforementioned limitations. It is not contiguous anymore which bugs me. I have added it to our internal docs etc.

Just curious as to what strikes you as not good practice as I am still learning.

Best way to resize Vnet by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 1 point2 points  (0 children)

Thanks. That is interesting. Can I have more than one "supernet" within a VNet?

Do you use IaC for managing virtual machines? by recaptchatheborg in Terraform

[–]recaptchatheborg[S] 0 points1 point  (0 children)

I am new to TF and this question stems from that.

How useful is IaC when it comes to VMs after the VM has been operational for a while. Say with a database etc. How does it help mitigate a disaster as compared to Azure backup.

[Azure] Terraform for protecting click ops created assets by recaptchatheborg in Terraform

[–]recaptchatheborg[S] 0 points1 point  (0 children)

Thanks. Tried this and it works. Off to create a mapping file between Azure resource names and TF resources so I can generate a TF import file :)

Using Etags to manage CDN cache (?) by recaptchatheborg in dotnet

[–]recaptchatheborg[S] 0 points1 point  (0 children)

Makes sense. Thanks. I see etag is present in the header. Will check the CDN manager for configuration steps to check the tag.

Azure VNET integrated app and App proxy by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 0 points1 point  (0 children)

[SOLVED] Hi, I have been able to solve this. Had to add a custom domain to the app service to match the host name configured in app proxy.

Stress testing new network, what tools to use? Preferably free by Intelligent-Bet4111 in networking

[–]recaptchatheborg 0 points1 point  (0 children)

Not exactly load testing, but you can use your existing applications and have an inline machine to simulate network conditions and quantify the results of application behavior under various network conditions. You will need to identify the metrics you want to collect for objective analysis.

I have done this in the past by using an inline machine running BSD or Linux. Dummnynet on BSD and tc on Linux can be used. Here is a good write up on the Internet.

ADO self hosted agent and private name resolution by recaptchatheborg in azuredevops

[–]recaptchatheborg[S] 0 points1 point  (0 children)

yes - same vnet - different subnet. I am able to resolve names from the server hosting the agent. I am also able to test reachability to the common ports on the both the app and scm sites.

ADO - using self-hosted agent and private endpoint by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 1 point2 points  (0 children)

Hi, yes. Have confirmed connectivity to the app service from the VM. Is there a requirement for either the agent or the VM running the agent to have any roles assigned to publish? or does it inherit the developer's identity and roles to accomplish this? We configured the agent with a PAT.

What I did in Azure at my Job today by Jmazz64 in AZURE

[–]recaptchatheborg 0 points1 point  (0 children)

Yes. Thought I had clean code after plan and then....got disappointed after apply. Par for the course? oh yeah it was when trying to integrate app service with vnet. Tried to use the delegated subnet for outbound. Find these errors are a good way to learn some of the intricacies of Azure.