2 weeks and total crickets. As a startup, its getting hard to justify using AWS when you cant get a response to basic tickets. Anyone have any ideas? Case no 178468976600279 submitted by /u/dbacks820 [link] [comments]
The cross-site community pulse: gold-layer posts + comment threads read live from the Communication Hub, ranked by importance. Turn a post into Discord / LinkedIn / X.
Vague bounceback message from AOL to an Office 365 e-mail address
by JamesHarenDPOTY
In a dilemma, need to know how to troubleshoot. I have access to the O365 tenant where the recipient email address is housed and the couple of test message sent that boucned are not showing up in Message Trace as if AOL never actually attempted to submit them to Exchange Online. If they did, again they dont' show in Message Trace. Below is the only info from the NDR, no actual diagnostic info or bounce code. The user reported issues with receiving multiple emails from AOL/Yahoo addresses. What do you make of this situation? This seems to be more an AOL issue, could they have "blacklisted" the recipient address in their system for outbound email? I've seen them do that with senders for inbound emails. From: [ [email protected] ](mailto: [email protected] ) To: "Sending_AOL_addr"@aol.com Aug 3, 2026, 12:00 AM Sorry, we were unable to deliver your message to the following address. <"office365emailaddress">: Unable to deliver message after multiple retries, giving up." submitted by /u/JamesHarenDPOTY [link] [comments]
submitted by /u/mazonfly [link] [comments]
How is your zero trust implementation going?
by bobert3275
Possibly moving to this and seems like a ton of processes will change. Have you guys done it and how is your honest experience with it? I want to know what to expect submitted by /u/bobert3275 [link] [comments]
Every team I talk to these days will tell you, unprompted, that they've moved past that mentality. More deliberate now, more careful, more "quality-first." Nobody wants to be associated with the phrase anymore, it's become a bit of a punchline. But when I look at what actually happens day to day, ship first, find out what broke from a user report or a support ticket, patch it after, it looks pretty similar to what it always looked like. The vocabulary changed. The retros got more polished. There's a Slack channel for "learnings" now instead of just quietly fixing it and moving on. The underlying loop, though, ship, discover, patch, doesn't look that different from five years ago on most teams I've seen. Maybe that's fine. Maybe the loop was never really the problem, and the actual improvement is somewhere else, better rollback speed, better observability so the discover step is faster, smaller blast radius when something does break. That would be real progress even if the core behavior looks the same from a distance. Or maybe I'm just seeing survivorship bias, the teams that talk publicly about being careful and deliberate are a specific, vocal subset, and they're not representative of what's actually happening at most places. Genuinely asking, not trying to make a point here: what's concretely different about how your team ships now versus a few years ago? Not how you'd describe the philosophy, what's actually different in practice, deploy frequency, review process, what happens in the fifteen minutes after something goes wrong. submitted by /u/ClickOk5811 [link] [comments]
Public DNS Failover/Redundancy
by SethTTC
Hi, I'm looking for a solution where Cloudflare is hosting public DNS but it's replicating downstream to a secondary? Is anyone doing this? I want Cloudflare to be the source of truth for things like DNSSEC and for Powerdmarc to publish to it, etc. submitted by /u/SethTTC [link] [comments]
Anyway to get a server 2019 data center iso?
by BrokenPickle7
I have a problem with a VM in azure that requires me to use the iso, only problem is all of my licensing is handled by azure. The eval setup disk won't work. Anyone have a method to obtain the full iso? submitted by /u/BrokenPickle7 [link] [comments]
I've been troubleshooting an infuriating issue that started after moving clients from Windows 11 23H2 to 24H2 (and confirmed it's still present in 25H2) and definitely banging my head on against the wall. Symptoms User has a mapped drive SMB share open in File Explore Browser download appears to hang for ~1-3 minutes (sits at 100%) Explorer.exe stops refreshing properly e.g., right-click create file - does not appear unless you refresh explorer, immediately visible in PWSH, will appear once the hang has cleared SMB copy operations appear frozen or stop updating. Explorer in general feels hung. What I've found: Closing the Explorer window connected to the SMB share sometimes restores normal behavior, restart explorer.exe resolves 100% of the time. WPR trace show Explorer stuck on directory notifications for roughly 61-62 seconds . explorer.exe**,** DirNotify, Result: 0xc0000120 (I/O request canceled) - Duration ~61 seconds At the same time, the SMB path shows: STATUS_IO_TIMEOUT**,** 0xc00000b5 - Duration roughly 61 seconds Work around I've found: I found an old Microsoft KB discussing (from 2006 ;) ): Setting NoRemoteChangeNotify = 1 appears to stop the issue. It brings a new issue that explorer.exe will not automatically refresh anymore for smb mapped drives. Shocking to me that a browser spawning an explorer.exe process (guess for file moves/renames) would result in a smb mapped drive IO timeout. And further shocking this would only happen after the move to 24H2/25H2. We also enforced the latest CIS benchmark policies for SMB, which includes a 60 timeout, I suspect that maybe that timeout is what is resulting in the IO timeout. But that doesn't feel like the true cause here, maybe just the configured time for SMB to say "okay I give up", unless maybe the old default timeout was a lot lower. Been in the trenches on this issue for ~ 2 minutes now. Working with Microsoft (aka MindTree), and that hasn't proved a lot of success - 90% of our calls has been to collect logs, then they wait 2 days to tell me the logs were cut off/etc. Output from Get-SMBClientConfiguration: ```PowerShell get-smbclientconfiguration AuditInsecureGuestLogon : True AuditServerDoesNotSupportEncryption : True AuditServerDoesNotSupportSigning : True BlockNTLM : False BlockNTLMServerExceptionList : CompressibilitySamplingSize : 524288000 CompressibleThreshold : 104857600 ConnectionCountPerRssNetworkInterface : 4 DirectoryCacheEntriesMax : 16 DirectoryCacheEntrySizeMax : 65536 DirectoryCacheLifetime : 10 DisableCompression : False DisabledSMBQUICServerExceptionList : DormantFileLimit : 1023 EnableBandwidthThrottling : True EnableByteRangeLockingOnReadOnlyFiles : True EnableCompressibilitySampling : False EnableInsecureGuestLogons : False EnableLargeMtu : True EnableLoadBalanceScaleOut : True EnableMailslots : False EnableMultiChannel : True EnableSecuritySignature : True EnableSMBQUIC : True EncryptionCiphers : AES_128_GCM, AES_128_CCM, AES_256_GCM, AES_256_CCM ExtendedSessionTimeout : 1000 FileInfoCacheEntriesMax : 64 FileInfoCacheLifetime : 10 FileNotFoundCacheEntriesMax : 128 FileNotFoundCacheLifetime : 5 ForceSMBEncryptionOverQuic : False InvalidAuthenticationCacheLifetime : 30 KeepConn : 600 MaxCmds : 50 MaximumConnectionCountPerServer : 32 OplocksDisabled : False RequestCompression : False RequireEncryption : True RequireSecuritySignature : True SessionTimeout : 60 SkipCertificateCheck : False Smb2DialectMax : None Smb2DialectMin : SMB311 UseOpportunisticLocking : True WindowSizeThreshold : 8 ``` submitted by /u/LaDev [link] [comments]
Bedrock - does it have mandatory content filtering?
by Plane_Garbage
We have been with Azure but the mandatory content filtering makes it unusable for our use case (student writing - anything where they mention violence is rejected). Microsoft aren't accepting applications for managed relationships, so we're SOL there. Hoping to move over to Bedrock but before I go through the effort of setting it all up - does Bedrock enforce mandatory content filtering on models? Edit: Just for clarity - Azure has separate guardrails that sit over the top of the model. These are the problematic ones. The models themselves are fine for the use case. submitted by /u/Plane_Garbage [link] [comments]
Book recommendations for on premises deployment
by District-Longjumping
So I am new to the DevOps field and my job is to deploy an app on premises. Now the problem is that the material I have read, such as: "Fundamentals of DevOps and Software Delivery" by Yevgeniy Brikman "Road to Kubernetes" by Justin Mitchel focuses mainly on cloud based deployment, which I do not want to use. To clarify, I already have the necessary servers, but for privacy reasons, I would prefer not to disclose too much about the setup. Does anyone have a beginner friendly book recommendation that explains how to deploy an application on premises? I also need to use Kubernetes and Docker, and I already have learning material for both, so the recommended books do not need to explain them in great depth. Thank you for you time! submitted by /u/District-Longjumping [link] [comments]
Current setup: • SharePoint sites host all our active project data. • I use a Business Premium license with OneDrive for Business Plan 2 as a dedicated “Archive User.” When a project wraps, I move its data to this account. It’s currently sitting at 5.8TB (max capacity 7.5TB). Leadership has view-only access so they can reference past projects without being able to modify anything. • A Synology NAS backs up both the SharePoint sites and the archive account (best M365 backup option out there for the cost, hands down). With the OneDrive for Business Plan 2 is being discontinued, and I need somewhere to hold this volume of archive data going forward. I have looked at Azure Files — but I’ve heard horror stories about remote/WFH users having trouble accessing files reliably. We are 100% remote with every random ISP involved. Any advice on where to move this archive data, or how others are restructuring their “archive user” setup now that Plan 2 is going away. submitted by /u/DickBalczak [link] [comments]
Who keeps the call recording afterward?
by Same_Log2406
We are reviewing secure enterprise voice AI for a financial services contact center, and the post call data lifecycle is slowing down the security review. The team wants to know where raw audio is stored, how long transcripts remain available, what gets copied into backups and whether support stafff can access recordings during an incident. There are also questions around redaction. Card details and identityverification answers may appear in the same conversation as normal account information so retaining or deleting the entire call is not always a clean decision. We have received security certifications from vendors but those documents do not fully explain what happens to one customer call from the moment it ends until every copy is deleted. What retention and access requirements are financial institutions setting before approving a voice AI pilot? submitted by /u/Same_Log2406 [link] [comments]
Wife aggro
by Civil_Army_5457
I'm mostly a hw guy, I make things talk nice to each other. ddi/vlans AD soft AD joins via ipam/A records DUTS/SUTS. I am now in the "learn AI cuz your not getting all the ppl we laid off bucket" How do I explain this learning curve to some one that manages a cafe and cafe staff. Help peez submitted by /u/Civil_Army_5457 [link] [comments]
On-prem hypervisors
by Santitty69
What on-prem hypervisors are people using within Secure Areas being accredited? Need to move away from VMware for all the reasons. Currently looking at Hyper-V and Proxmox? Would need to STIG the box so Hyper-V is looking to be the frontrunner rather than Proxmox which does not have a checklist and the AO is not familiar with. submitted by /u/Santitty69 [link] [comments]
ThinkPad Universal USB-C Dock (40AY) drops connection and freezes dock when connected to laptop without laptop's AC connected first
by Unusual_Trade5917
The Hardware: Dock: Lenovo ThinkPad Universal USB-C Dock (40AY) Laptop: HP Pavilion 14-dv2000 The Problem: If I plug the dock into the laptop while on battery power, it connects for a few seconds, then completely drops all data and power. Worse, it completely crashes the dock. The dock's white light stays on solidly (indicating computer connection is still established), even if I unplug the USB-C cable from the laptop. I have to switch the wall socket off and on just to reset it. The Workaround: If I plug the laptop’s original HP AC charger in first , and then plug in the dock, it works flawlessly. Once it's connected, I can even unplug the HP charger and the dock takes over, charging the laptop and running peripherals indefinitely without any issue. What I've Already Tried (None of it worked): Updated laptop BIOS and Lenovo dock firmware to latest versions. Disabled USB Selective Suspend and PCIe power saving. Unchecked "allow computer to turn off this device to save power" for literally all usb controllers in device manager. Uninstalled the Windows UCM-UCSI ACPI device, performed a hard 60-second power drain on the laptop, and then reinstalled the Windows UCM-UCSI ACPI device. Didn't work "Bare dock" test where I plugged the dock in with zero monitors or peripherals attached—it still crashed. Tried disabling USB Always On (HP Sleep and Charge). Nope How do I fix this? I'd rather not have to always connect the laptop's AC power first every single time, before connecting it to the dock... submitted by /u/Unusual_Trade5917 [link] [comments]
How does upgrading from free account work?
by Excellent_Shine4875
I'm studying for a certification. When I signed up for Azure, I got $200 in credit. The 30 days is almost up and I still have most of the balance. I "upgraded" to pay as you go. Do I still get to continue using the credits? How do I know which services are free? How does all this work? submitted by /u/Excellent_Shine4875 [link] [comments]
VNet Data Gateway License requirement, deployment method
by SmartWeb2711
hello azure experts, Is a Power BI Premium Per User (PPU) or Fabric capacity (F SKU) required to deploy the VNet data gateway resource into an Azure subnet? (License requirement to deploy VNet data gateway) another q, Deployment method options Is app.fabric.microsoft.com (or app.powerbi.com then Manage gateways) the only supported way to deploy a VNet data gateway? We cannot find this resource type in portal.azure.com, Azure CLI (az network), or any documented Terraform provider. Is there an API or infrastructure-as-code method to deploy the VNet data gateway without using the Fabric/Power BI portal UI? submitted by /u/SmartWeb2711 [link] [comments]
Azure Foundry High capacity - Model unusable?
by blavelmumplings
I'm trying out Azure Foundry and seem to be running into issues. Firstly, my quota is severely limited and most models need to be requested. I was able to get Opus 5 deployed and was using it for a few hours but now all I'm seeing is: "Error: Error Code no_capacity: The system is currently experiencing high demand and cannot process your request" I've set the TPM to the max allowed but still getting the same error. Anyone else experiencing this? https://preview.redd.it/qi66hxyt38hh1.png?width=1630&format=png&auto=webp&s=95d86128065183920b6671f6a205e487d28c2ba4 submitted by /u/blavelmumplings [link] [comments]
submitted by /u/ryanmerket [link] [comments]
If I cannot start a devops job as a fresher, what can I start to learn to get job?
by Secure-Rice-4913
Hey all, I read and heard that devops is not a starter job that I can learn number of skills and start job searching. There is no junior or entry level devops jobs. I can understand it. If it is true, what can I learn and search for jobs? Shall I go for AWS? Linux? The only one skill will get me a job? I am sorry I am very new to IT. I want to change my career. submitted by /u/Secure-Rice-4913 [link] [comments]