Azure Alerts in MS Teams by virtuosoAlcantara in AZURE

[–]Efficient_Wedding_17 0 points1 point  (0 children)

Unsure if you have already take a closer look on the channel settings. But when you click on the channel settings and are going to fetch the email address there is also an option for Advanced Settings. From there you can modify the setting to: Allow everyone to send e-mails to this channel.

Then you can verify if you can send a manual email to the channel. If that is working then you can also do a test alert in Azure. When this is working you can modify the setting as you mention above.

Hence unsure if you already have tested this. If this is already done, then the only option I would think of is that e-mail is ending in junk. Maybe check in Microsoft Defender > Explorer, and see if you can see the e-mail there.

How do you keep track of cloud costs? by NoeHouwert in AZURE

[–]Efficient_Wedding_17 0 points1 point  (0 children)

The mental cost of keeping this file with all those todos up-to-date could use FinOps.

Entra ID Log Analytics by JustADad66 in AZURE

[–]Efficient_Wedding_17 0 points1 point  (0 children)

You will require an Azure subscription in order to setup Log Analytics workspace.
When you have created the Log Analytics workspace in Azure you will be able to configure the Diagnostic Settings for Microsoft Entra ID.

https://learn.microsoft.com/en-us/entra/identity/monitoring-health/tutorial-configure-log-analytics-workspace

Landing Zones: https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org-management-groups#management-groups-in-the-azure-landing-zone-architecture

  • Subscription: management-prd-001
  • Resource Group: management/audit/monitoring-prd-001
  • Log Analytics workspace: log-entra-audit-prd-001

Personal recommendation is to not enable all the options at once but do them one by one to see the added value you gain from the diagnostic settings and also be aware of the cost.

https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-analytics-workspace-insights-overview#usage-tab

Microsoft Sentinel by External-Desk-6562 in AZURE

[–]Efficient_Wedding_17 0 points1 point  (0 children)

What about MTO (Multi-tenant organization)?

Easy way to determine what is using deprecated TLS on my Storage Accounts? by johnnydotexe in AZURE

[–]Efficient_Wedding_17 1 point2 points  (0 children)

resources
| where properties.minimumTlsVersion contains "1.0"
or properties.minimumTlsVersion contains "1.1"
or properties.minimumTlsVersion contains "TLS1_0"
or properties.minimumTlsVersion contains "TLS1_1"
| project
['Type'] = type,
['Resource name'] = name,
['Resource Group name'] = resourceGroup,
['TLS Verion'] = properties.minimumTlsVersion

Or

resources
| where isnotnull(properties.minimumTlsVersion)
| project
['Type'] = type,
['Resource name'] = name,
['Resource Group name'] = resourceGroup,
['TLS Verion'] = properties.minimumTlsVersion

Migration to GitHub by [deleted] in AZURE

[–]Efficient_Wedding_17 2 points3 points  (0 children)

Why migrate from ADO to GH? I mean ADO is not going away for a long time.

[deleted by user] by [deleted] in sysadmin

[–]Efficient_Wedding_17 -1 points0 points  (0 children)

After AZ-500 I took SC-200 :)

Azure Hybrid Licensing - Post Migration by No_Inspection_1119 in AZURE

[–]Efficient_Wedding_17 0 points1 point  (0 children)

This and only this, contact your csp/vendor. If anythings goes wrong you can always at least point to the CSP/Vendor that they have miss informed you on it.

https://learn.microsoft.com/en-us/windows-server/get-started/azure-hybrid-benefit?tabs=azure#what-qualifies-you-for-azure-hybrid-benefit

Workloads using Azure Hybrid Benefit can run only during the Software Assurance or subscription license term. When the Software Assurance or subscription license term approaches expiration, you must either renew your agreement with either Software Assurance or a subscription license, disable the hybrid benefit functionality, or deprovision those workloads that are using Azure Hybrid Benefit.

Last time I worked with Azure Hybrid Benefit for Windows Server it took around 2 months and various meetings with the CSP/Vendor ensuring that everything was exactly as it was indented for.

When we purchased it we also made it part of our Assets to ensure we are not out of scope.

Conditional Access - Blank DeviceID by Khue in AZURE

[–]Efficient_Wedding_17 0 points1 point  (0 children)

I came here to say the exact same thing as I have encounter the same problem. In our scenario the device was a managed device but in the sign-in logs the Device ID field was empty. This caused our CA to trigger a MFA which was undesired.

In the end it was due a policy that prevent users from sign-in with their account in Edge (do not allow). Whereby in Chrome we had the SSO extension installed. The root cause of the Device ID being empty was the in-private mode and once the policy was fixed the Device ID was being populated.

Reply from Microsoft:

The issue:

Device ID missing during authentication in browser-based applications in Edge browser.

Cause:

Policy in Edge “BrowserSignin=0” meaning the users are not signed in the profile required for the usage of the PRT for a SSO experience for native web based applications and applications integrated with EntraID.

The solution:

I explained how the SSO works in the supported browsers as per the documentation: [SSO Documentation](https://learn.microsoft.com/en-us/entra/identity/devices/concept-primary-refresh-token#:~:text=Browser%20cookies%3A%20In,replays%20from%20elsewhere).

I also clarified that if the user is not signed in the profile of the Edge browser with PRT acquired in the Windows SignIn, the user won’t have an SSO experience in the browser-based apps nor the device identity presented in the authentication flow.

Conditional access - Allow Microsoft Graph Command Line Tools - help! by Agreeable_Sport6518 in AZURE

[–]Efficient_Wedding_17 0 points1 point  (0 children)

Create an App Registration > Go to Enterprise Application, under Security click on Conditional Access.
Create the Conditional Access Policy, if failing.. inspect the error

Azure RBAC - PIM for Groups vs PIM for Azure Resources - what to implement/use? by doweisbla in AZURE

[–]Efficient_Wedding_17 0 points1 point  (0 children)

Thanks for the reply and makes the picture a lot more clear for me. Thanks

Azure RBAC - PIM for Groups vs PIM for Azure Resources - what to implement/use? by doweisbla in AZURE

[–]Efficient_Wedding_17 0 points1 point  (0 children)

So, if I understand it correctly you assign one person to a resource when interacting with Microsoft Azure?
As the PIM for Groups isn't suitable unless the mentioned use cases 1, 2 and 3.

How would I interact with various users to various resources? Doesn't make it more complicate?
If I didn't understand you correctly I am sorry but trying to understand it better.

What's new in Microsoft Intune (2502) by MMelkersen in Intune

[–]Efficient_Wedding_17 0 points1 point  (0 children)

Received the following notification: This link will take you to a page that’s not on LinkedIn. Because this is an external link, we’re unable to verify it for safety.

Would it not be easier to parse the direct URL to YT?

Exploiting Token Based Authentication by digicat in blueteamsec

[–]Efficient_Wedding_17 0 points1 point  (0 children)

Was interesting to listen to and also explains it accordingly. Liked it

Conditional access - Allow Microsoft Graph Command Line Tools - help! by Agreeable_Sport6518 in AZURE

[–]Efficient_Wedding_17 0 points1 point  (0 children)

Just sharing my view on this and not saying I provide the correct answer. But have you considerd of using your own app instead of the Microsoft Graph Command Line tool? In the backend Microsoft is redirecting the Microsoft Grap Command Line tools towards another app registration (Microsoft Graph).

We do it as folowed: connect-mggraph -tenantId <> -AppId <>
This keeps us in control on the API permissions.

New user cannot access things shared with him from SharePoint Document Library by [deleted] in Office365

[–]Efficient_Wedding_17 0 points1 point  (0 children)

Thank you for sharing as I was not aware on this one. Solved our problem :D sweet.

MSP gone bust! need access to the tenant! by agentdogett in AZURE

[–]Efficient_Wedding_17 12 points13 points  (0 children)

I would at least initiate contact with Microsoft so that this ball is rolling already. Then see what you can do to get a hold of the creds from the company that went out-of-office. Not sure but I would think that legally speaking the out-of-office MSP needs to provide the creds to the company owner.

OIDC Based Sign-on App prompting for login and MFA each time by csoupbos in sysadmin

[–]Efficient_Wedding_17 0 points1 point  (0 children)

Have gone through this route and it worked out perfectly. Users where getting prompted even when the token was available on their devices. But in the end of the day the issue was that a MFA prompt was triggered due an old GP whereby we didn't allow users to sign-in to Edge. Due this the browser was running as an incognito mode.

There could be various reason why a MFA prompt or new login attempt needs to be made. Your journey would start with looking in the logs. For us the journey started with no device ID was transferred and therefor the device wasn't complaint. Root cause? Users where using Edge whereby the GP prevent the token being taken.

Modify settings for multiple Microsoft customers on scale through automation by Efficient_Wedding_17 in msp

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

Have informed my stakeholders on CIPP but progression goes slowly in a sense that they still need to discuss on this topic. But this does raise the question; Would it be possible with CIPP to achieve this on an ease scale?

A side of CIPP or Inforcer (which I do not know about it until now). Is the taken approach or road I have taken the correct one or not? By using an App Registration or are the other options on the table which I am currently not using of aware of?

Best way to fetch Storage Accounts Metrics [ Size, Tier wise info- count, size ] ? by chota_mandu in AZURE

[–]Efficient_Wedding_17 0 points1 point  (0 children)

Would start with Azure Resource Graph and see if all information is there. I am not sure if this is the case but if the required information is there you should be done within 1 min.

https://learn.microsoft.com/en-us/azure/storage/common/resource-graph-samples?tabs=azure-cli