User Profile
Bilal_Achahbar
Copper Contributor
Joined Dec 03, 2018
User Widgets
Recent Discussions
Create Log Analytics querie for Analysis service
I want to create a custom alert for Analysis services, through Azure monitor I tried to create an Alert with success for one of my analysis service but for the other one I want to create a custom time period (100m) and try to implement this by using log queries to implement this likehttps://www.reddit.com/r/AZURE/comments/aibhi3/custom_time_periods_for_azure_alerts/eemhfpfhttps://www.reddit.com/r/AZURE/comments/aibhi3/custom_time_periods_for_azure_alerts/eemhfpfhttps://www.reddit.com/r/AZURE/comments/aibhi3/custom_time_periods_for_azure_alerts/eemhfpfprovided me. But inside my Log analytics workspace I wanted to try to write a query for the performance of the QPU but doens't seem to find a way to do this. I am a beginner in Azure let alone in writing queries for Log analytics. Is it possible to write log queries for analysis services ?831Views0likes0CommentsCreate OMS Alert throug ARM template
Hi all I am trying to create an oms workspace with alerts attached to it through ARM templates. I already created an OMS workspace and for the alert part I followed the following https://abcdazure.azurewebsites.net/how-to-deploy-oms-alerts-with-arm-template/. After some struggle why my alert won't deploy i saw in the commands of the same tuturial following note. The "Action" scheme has been changed and additionally the alerts are in the Azure Monitor:) Here is https://docs.microsoft.com/nl-nl/azure/azure-monitor/insights/solutions-resources-searches-alerts#actions" When I tried to read the documentation and get any smarter I just got stuck in a endless loop of reference links: The link provided in the tutorial said that Beginning May 14, 2018, all alerts in an Azure public cloud instance of Log Analytics workspace began to extend into Azure. After some time I found following https://docs.microsoft.com/nl-nl/azure/monitoring-and-diagnostics/monitoring-create-action-group-with-resource-manager-template. Where I thought I finaly found how the new alert will be explained. But this is for application insights not for log analytics. TO my question than: Is there someone who can help me out try to find how the new Alert scheme works or try to guide me in the right direction. PS: the arm template of my first tutorial gave me following error : https://stackoverflow.com/questions/53554346/deploying-oms-alerts-through-arm-templates-give-bad-gatewaySolved4.5KViews0likes7CommentsUnable to connect to the destination mentioned in the KeyVault URL
I am trying to use the Dynamics 365 Data export service to connect with my Azure SQL with Azure AD connection. When following this tutorial : https://www.youtube.com/watch?v=txms2Yvn6Vc and many more; i figured out how to export my D365 data export service but this tutorial is based on my SQL user. When I try to use a Azure AD user to do the authentication I keep getting the error "Unable to connect to the destination mentioned in the keyvaul URL error" What I did ATM is , used the D365 Powershell script like the tutorial mentioned to create a keyvault with the connection string and paste the keyvault url inside my D365 settings to validate. This works if i use the second connection string in the pic below But when I do the exact same thing with an Active directory connection string (second connection string in picture) This does not work !! Inside the SQL server I ensured that my Azure AD user has active directory admin roles. And the userID I use inside my connection string has all the rights inside the server and database to do the minimum for D365 Export service (create, insert table, ....) But still i got a fail inside my D365 . Tried everything ATM don't know where to look. Any body who had the same issues as me ? OR know which step I am missing ?What are the minimum license need for the office 365 secure score points
Hi as i can see in my securescore.office.com platform the points i need to implement to advance my secure score. I can not see what are the minimum licensing needed for certain points. I try to create a list of all the required license that i need for some secure score points and which license i need to upgrade to make my office 365 secure score go higher ?SolvedCan't figure out which permissions i need to access Partner center
In the official documentation i found this https://docs.microsoft.com/en-us/partner-center/develop/partner-center-authentication?tabs=powershell-app-only%2Cpowershell-partner-consent%2Cpowershell-csp-auth%2Cdotnet-cpv-auth#partner-consent. But when i execute the powershell code my refresh token is empy when i Writ-Host the variable. I guess because I don't have the right permissions but I can't seem to see what specific permissions I need. I can access the https://partner.microsoft.com/en-us/pcv/dashboard without any problems and I have the rigth permissions to access every function.887Views0likes0CommentsPartner central rest api unauthorized access
I followed the Microsoft doc to get the billing profile of a customer. With the auth [https://docs.microsoft.com/en-us/partner-center/develop/partner-center-authentication?tabs=powershell-app-only%2Cdotnet-partner-consent%2Cdotnet-csp-auth%2Cdotnet-cpv-auth] I deployed following Powershell Code `$credential = Get-Credential Connect-PartnerCenter -Credential $credential -ServicePrincipal -TenantId '<TenantId>'` I than copied the access token and produced a Postman Get request but still got an 401 unauthorized request It could be from the security update of Microsoft , but the Auth documentation is from january so i think These are the steps to https://www.microsoftpartnercommunity.com/t5/UK-Partner-Zone-Discussions/FY19-CSP-program-new-mandatory-security-requirements/td-p/6981to the partner central Or I don't have the right permissions as a user to get the billing profile. I know it's one step that I oversee or that it's one thing that I did wrong but I can't see it I am aware that there are some questions online about this issue. But Can't seem to find a solution there. [Edit ] Tried to access the bearer token by firstly accessing the refresh token via this powershell code $credential = Get-Credential$token = New-PartnerAccessToken -Consent -Credential $credential -Resource https://api.partnercenter.microsoft.com -ServicePrincipal But keep getting following error : Even when i added the URL in the redirect URL setting: Is there someone who already tried this or sees what i am missing here ?2.5KViews0likes0CommentsRe: What are the minimum license need for the office 365 secure score points
But how can i find the total list , of all secure score point. And which license they all need. Some kind of documentation. The official documentation of Microsoft i posted above is very bad. And the documentations i found about the secure score(also see post above) doesn't give me a complete list of minimum requirements9.8KViews0likes4CommentsRe: Create OMS Alert throug ARM template
I am sorry for the bad explanation. What i mean is that in my query i can use "Heartbeat" and get results. But i can ask for performance logs. So therefore i asked if i need some extra resource so that every log of the virtual machine will be pushed to the log analytics. So that i can run the "Perf" query on my log analytics.4.3KViews0likes3CommentsRe: What are the minimum license need for the office 365 secure score points
Tried to find this in the following documentations , and blogs - https://github.com/MicrosoftDocs/OfficeDocs-o365seccomp/blob/public/SecurityCompliance/office-365-secure-score.md - https://docs.microsoft.com/en-us/office365/securitycompliance/office-365-secure-score neither of the above gives me a complete list of all the score points available The following blog does and even with what license and add ons i need for certail secure points. Not for all of them unfortunately , that's why i tried to ask it here - https://justaucguy.wordpress.com/2018/01/10/office-365-secure-score-practical-in-depth-analysis/ - https://justaucguy.wordpress.com/2018/10/24/microsoft-secure-score-new-task-practical-analysis/10KViews0likes6CommentsRe: Create OMS Alert throug ARM template
What I don't understand , is how my alerts that I create being connected to the virtual machine. If i create an alert under : workspaces\savedsearch\shedule\actions the alerts in the portal are shown under the workspace resource and not under the virtual machine.4.3KViews0likes5Comments
Recent Blog Articles
No content to show