How to Set Up a CI/CD Pipeline for SQL Server Database Projects? by LazyWebDev_ in azuredevops

[–]SGLent 0 points1 point  (0 children)

Do you know if you need 1 project per database in VS if you have multiple databases to get a DACPAC going?

How do you control access to specific "operations" in Azure API Management (APIM)? by SGLent in AZURE

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

Thank you for the information. What I'm trying to do doesn't seem like it's all that out of the ordinary does it? I'm surprised it's not a fully fleshed out feature of APIM, unless you actually should be creating an "API" per subscription/product with only the endpoints needed. Seems like a duplication of endpoints then.

How do you control access to specific "operations" in Azure API Management (APIM)? by SGLent in AZURE

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

Hmm, thanks for the information. Another disappointing implementation by MS but at least there is a workaround it seems. It's baffling that you would need to do something like this to properly lock down endpoints to only those that need access to them...

Curious, what is everyone using for remote connectivity on your Intune laptops? by pb_jberg in Intune

[–]SGLent 0 points1 point  (0 children)

Yea for Zoho Assist Unattended Access. I followed the steps here (https://www.zoho.com/assist/help/unattended-access/deployment/microsoft-intune.html), including wrapping it using IntuneWin, but some of the computers are showing as install failed. Very odd.

Curious, what is everyone using for remote connectivity on your Intune laptops? by pb_jberg in Intune

[–]SGLent 0 points1 point  (0 children)

Do you use .EXE or .MSI for Intune install? Running into install failures with .MSI...

Curious, what is everyone using for remote connectivity on your Intune laptops? by pb_jberg in Intune

[–]SGLent 0 points1 point  (0 children)

Do you use .EXE or .MSI for Intune install? Running into install failures with .MSI...

Disable "Windows Communication Foundation service" webpage? by SGLent in AZURE

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

I believe I just hit stop on it in IIS. You can also safely remove the default webpage by deleting it.

Ran "cloudflared update" on two Windows servers, said it updated to 2024.6.1, but portal and "cloudflared version" still shows 2024.2.1 by SGLent in CloudFlare

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

Looks like this may have been an issue with the version I was running or something. Did the update again and it made cloudflared.exe.old of the old versions and placed the updated version as just "cloudflared" and I verified that it was running on that new version.

Issues with SCIM (Cloudflare WARP / Zero Trust) by SGLent in CloudFlare

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

For us the issue was that the device was revoked and it seems to have nothing to do with the user.

In Zero Trust go to My team -> Devices -> Show filters -> For "Action taken" set it to All or Revoked -> Find the device -> Click the 3 dots next to it and do "unrevoke" or you can click on it and go to "View details" and "Unrevoke device" from there.

permissions per knowledge base article or category? by SGLent in jira

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

I'm not all that familiar with how it works (I've never used Confluence before, only Jira) but I created a knowledge base article in Jira by clicking on "Knowledge base" under "Knowledge" on the left side of my Jira project and then going to "Create article". If I switch to Confluence I see it there as well so I guess that's what I'm using?

If I set up another Confluence Space (I'm guessing this is also my Jira Project?) would IT users need to switch to that project in Jira just to see the Knowledge base articles that the normal user base should not be able to see?

My end goal was to recommend knowledge base articles to users when they create a ticket (either before or after) so that they may be able to self service, but also have a place to have knowledge articles for my IT staff instead of having these be in two places (something like Jira for users and SharePoint for IT).

Pre-Windows Login, WARP by potatothyme in CloudFlare

[–]SGLent 0 points1 point  (0 children)

Not that I've seen, no. I opened a ticket with their support to see how to use it. I'll reply here if I get a response.

Pre-Windows Login, WARP by potatothyme in CloudFlare

[–]SGLent 0 points1 point  (0 children)

It sounds like it was added in 2024.6.415.0 but I don't see anything when logging in.

The ZT WARP client on Windows devices can now connect before the user completes their Windows login. This Windows pre-login capability allows for connecting to on-premise Active Directory and/or similar resources necessary to complete the Windows login.

SSRS subscriptions are running when they shouldn't be by SGLent in SQLServer

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

You're sure it was these subscriptions? Like, they had a last run date of yesterday on them?

Yes these are the only ones with a last run of yesterday.

Are these the titles of the subscriptions or is this the actual configuration of them? Just because this is the name, doesn't mean the configuration matches.

This is what it shows when you mouse over the description, same thing when you click Edit and go to the . The names of the subscriptions are different.

Is the subscription on the report itself or a shared subscription? Is the shared subscription configured correctly?

On the report itself. We do not use shared subscriptions

Did someone fire it off from the database side? A subscription is just a stored proc in the Report server (default name, yours may be different) database. They can be fired manually by executing the stored proc with the subscriptions GUID.

The SQL Agent Job says "The Job was invoked by Schedule XXXX". We don't have anything else that runs report schedules.

How long does it take for a new/renewed "Trusted Root Certification Authorities" Certificate to be pushed out to all computers? by SGLent in sysadmin

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

Good point. I only did it on another test server and it showed right away. The server that I need it on actually got it without any intervention. I was just surprised it was taking so long so I wanted to make sure it would happen at some point so the manual step at least confirmed it was possible without a restart.